Skip to content

Commit 42e603d

Browse files
authored
Refactor Xarray simulation driver (#124)
* refactor xarray simulation driver Avoid serialization issues when using dask's distributed scheduler * black * add distributed scheduler in tests * move multi-index logic to stores + clean-up * update release notes * move back multi-index logic to driver Because multi-index levels may be model input variables.
1 parent 9c6d69a commit 42e603d

File tree

7 files changed

+316
-208
lines changed

7 files changed

+316
-208
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Release Notes
66
v0.5.0 (Unreleased)
77
-------------------
88

9+
Bug fixes
10+
~~~~~~~~~
11+
12+
- Fix running batches of simulations using ``dask.distributed`` (:issue:`124`).
13+
914
v0.4.0 (7 April 2020)
1015
---------------------
1116

0 commit comments

Comments
 (0)