We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2344f2e commit 28fd0b2Copy full SHA for 28fd0b2
CHANGELOG.md
@@ -2,11 +2,11 @@
2
3
## [Unreleased]
4
5
-## [0.8.0] - 2025-10-20
+## [0.8.0] - 2025-10-21
6
7
* Gate COBYLA argmin COBYLA solver behind `argmin` feature.
8
- Migration guide: If you use `CobylaSolver` change your Cargo.toml as follows:
9
- `cobyla = { version = "0.7", features = ["argmin"] }`
+ Migration guide: If you use `CobylaSolver` change your `Cargo.toml` as follows:
+ `cobyla = { version = "0.8", features = ["argmin"] }`
10
11
## [0.7.0] - 2025-10-04
12
0 commit comments