You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.2.0]
### Changed
- Middleware-based pipeline framework
## [1.1.5]
### Added
- support parsing only known arguments with `from_known_arguments` and `parse_known_args`. This feature is similar with [parse_known_args](https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.parse_known_args) and will support multi-stage argument parsing.
## [1.1.4]
### Added
- add ArgumentLoader in `streamlined.utils` to assist interoperability between argparse and dataclass.