Commit d981155c authored by Joachim Folz's avatar Joachim Folz
Browse files

update changelog

parent 385c0307
Loading
Loading
Loading
Loading
Loading
+6 −2
Changes for CHANGELOG: 6 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]
### Fixed
- Run.add_args calls run_set_args


## [0.2.0]
@@ -15,11 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Interpret None values as NULL in *_set_* methods
- Docopt: add dash to argument type suffixes, e.g., "*-int"
- Run.add_metrics: accept metrics only as dictionary
- Remove runstatus enum, use TEXT instead
### Added
- Experimental SQLite support based on SQLGlot
- Try to add non-existant metrics columns with inferred types
- Add "extras" columns to experiments and runs
- Add "name" attribute to Experiment class
- Add engine parameter to Client
- Add execute convenience method to client
### Fixed
- run_from_env works with experiment and/or run ID unset
- Run.add_args calls run_set_args


## [0.1.4]