Skip to content

Commit 0566307

Browse files
committed
Update the whatsnew file
1 parent abd2b4c commit 0566307

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/whatsnew/0.4.1.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ New features:
66

77
- New: one can disable some software verification tools (licensing, installation, etc) to allow for fast processing time (via boolean option safe_mode).
88

9-
- Constraints (scalar and LMI) can now be deactivated using the `deactivate` method and activated back using the `activated` method.
10-
Note the PEP can be solved several times with different activated constraints.
11-
The method `solve` only creates the interpolation constraints once for all.
9+
- Constraints (scalar and LMI) can now be deactivated using the `deactivate` method and activated back using the `activated` method. Note the PEP can be solved several times with different activated constraints. The method `solve` only creates the interpolation constraints once for all.
1210

1311
Fixes:
1412
------
1513

1614
- The :class:`SmoothQuadraticLojasiewiczFunctionExpensive` has been improved with slightly cheaper formulations.
1715

1816
- An integer overflow (due to previously specified dtype=int8) in :class:`MosekWrapper` has been fixed.
17+
18+
- The method `add_constraints_from_two_lists_of_points` of the class :class:`Function` has been fixed. So far, it was assumed that the two lists were identical.

0 commit comments

Comments
 (0)