File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
29
Version 1.1
6
30
===========
7
31
You can’t perform that action at this time.
0 commit comments