Skip to content

Commit 5a49693

Browse files
committed
Update CHANGELOG
1 parent a8fd9d4 commit 5a49693

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.rst

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
Changelog
33
=========
44

5+
Version 1.2
6+
===========
7+
8+
Features:
9+
10+
- Warm start avoids re-running models within a partially-complete timestep
11+
- DAFNI scheduler plugin
12+
- Convert CSV to Parquet store
13+
- Create model runs corresponding to all variants in a scenario
14+
- Results object gives access to all model run results (helper wrapper around a Store)
15+
16+
Fixes:
17+
18+
- Handle missing dims in dependency validation
19+
- Clear results before new run
20+
- Update pytest and fix testing for error messages
21+
- Fix spec/data mismatch when reading scenario data
22+
23+
Config update may be required:
24+
25+
- Data file references in YAML configs should not include extensions (`.csv` or `.parquet`) in
26+
order to support conversion between data store implementations.
27+
28+
529
Version 1.1
630
===========
731

0 commit comments

Comments
 (0)