Skip to content

Commit

Permalink
Bump 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Oct 19, 2023
1 parent 2a3878a commit 6bae79f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.1.0] - 2023-10-19

* Fix default constraint tolerance (set to zero, was 2e-4)

## [0.1.0] - 2023-10-13

SLSQP optimizer in Rust (SLSQP stands for Sequential Least SQuares Programming).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Remi Lafage <[email protected]>"]
name = "slsqp"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license-file = "LICENSE.md"
description = "SLSQP optimizer for Rust"
Expand Down

0 comments on commit 6bae79f

Please sign in to comment.