Skip to content

Commit 40635e8

Browse files
committed
Update change log
1 parent a13176b commit 40635e8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ this project adheres to `Semantic Versioning <https://semver.org/>`_.
99
Unreleased_
1010
------------
1111

12+
13+
Added
14+
^^^^^
15+
16+
- Add the ``Instance.diverse_solutions`` method to use the MiniZinc
17+
experimental feature to model diversity and try and find a set of diverse
18+
solutions for the given problem.
19+
1220
Removed
1321
^^^^^^^
1422

@@ -35,6 +43,8 @@ Fixed
3543

3644
- Fix problem where some exceptions when creating processes where hidden and
3745
would then cause errors where the ``proc`` variable did not exist.
46+
- Fix issue where MiniZinc would not correctly be terminated on Windows when
47+
the Python process was interrupted.
3848

3949
0.9.0_ - 2023-04-04
4050
-------------------
@@ -88,7 +98,7 @@ Removed
8898
- **BREAKING:** The project no longer contains the (uncompleted) direct library
8999
connection to libminizinc. With this change come some simplications in methods of
90100
relocated from ``CLIDriver`` and ``CLIInstance``, and the move of ``find_driver`` to
91-
``Driver.find``.
101+
``Driver.find``.
92102

93103
Fixed
94104
^^^^^
@@ -107,7 +117,7 @@ Added
107117
Fixed
108118
^^^^^
109119

110-
- Do not raise error about unsupported solver flags when MiniZinc driver would
120+
- Do not raise error about unsupported solver flags when MiniZinc driver would
111121
not raise an error.
112122
- Fix warnings caused by unterminated coroutines when using the asynchronous
113123
iterators

0 commit comments

Comments
 (0)