Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalrussell committed Aug 20, 2019
1 parent a8fd9d4 commit 5a49693
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
Changelog
=========

Version 1.2
===========

Features:

- Warm start avoids re-running models within a partially-complete timestep
- DAFNI scheduler plugin
- Convert CSV to Parquet store
- Create model runs corresponding to all variants in a scenario
- Results object gives access to all model run results (helper wrapper around a Store)

Fixes:

- Handle missing dims in dependency validation
- Clear results before new run
- Update pytest and fix testing for error messages
- Fix spec/data mismatch when reading scenario data

Config update may be required:

- Data file references in YAML configs should not include extensions (`.csv` or `.parquet`) in
order to support conversion between data store implementations.


Version 1.1
===========

Expand Down

0 comments on commit 5a49693

Please sign in to comment.