Skip to content

Commit 0bd7cc1

Browse files
author
brynpickering
committed
Release v0.6.7
1 parent 697ab2b commit 0bd7cc1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

calliope/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.7-dev"
1+
__version__ = "0.6.7"

changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Release History
44
===============
55

6-
0.6.7-dev
7-
---------
6+
0.6.7 (2021-06-29)
7+
------------------
88

99
|new| `spores` run mode can skip the cost-optimal run, with the user providing initial conditions for `spores_score` and slack system cost.
1010

@@ -14,11 +14,11 @@ Release History
1414

1515
|new| `model.backend.rerun()` can work with both `spores` and `plan` run modes (previously only `plan` worked). In the `spores` case, this only works with a built backend that has not been previously run (i.e. `model.run(build_only=True)`), but allows a user to update constraints etc. before running the SPORES method.
1616

17-
|changed| Carrier-specific group constraints are only allowed in isolation (one constraint in the group).
17+
|changed||backwards-incompatible| Carrier-specific group constraints are only allowed in isolation (one constraint in the group).
1818

1919
|changed| If `ensure_feasibility` is set to `True`, `unmet_demand` will always be returned in the model results, even if the model is feasible. Fixes issue #355.
2020

21-
|changed| Updated to Pyomo 6.0, pandas 1.2, xarray 0.17 and pytest version is no longer fixed.
21+
|changed| Updated to Pyomo 6.0, pandas 1.2, xarray 0.17.
2222

2323
|changed| Update CBC Windows binary link in documentation.
2424

0 commit comments

Comments
 (0)