From c716922d4b24a61d39f4586b5120f24adcf51619 Mon Sep 17 00:00:00 2001 From: "Alexander V. Hopp" Date: Tue, 5 Nov 2024 10:48:03 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a22f2004..8db2394f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `allow_missing` and `allow_extra` keyword arguments to `Objective.transform` +### Fixed +- `ContinuousConstraints` can now be used in single point precision + ### Deprecations - Passing a dataframe via the `data` argument to `Objective.transform` is no longer possible. The dataframe must now be passed as positional argument.