Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Nov 10, 2023
1 parent 01fa948 commit a1384e1
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
Changes
-------

Version 0.12.0 - unreleased
Version 0.13.0 - unreleased
===========================

* Pure Rust egobox implementation (make nlopt an optional feature)
* Use Rust edition 2021
* CI maintainance
Version 0.12.0 - 10/11/2023
===========================

* `gp` uses pure Rust COBYLA by @relf in https://github.com/relf/egobox/pull/110,https://github.com/relf/egobox/pull/113
* `ego` as pure Rust implementation (`nlopt` is now optional) by @relf in https://github.com/relf/egobox/pull/112
* `egobox` Python module: Simplify mixed-integer type declaration by @relf in https://github.com/relf/egobox/pull/115
* Upgrade dependencies by @relf in https://github.com/relf/egobox/pull/114
* Upgrade edition 2021 by @relf in https://github.com/relf/egobox/pull/109
* CI maintainance by @relf in https://github.com/relf/egobox/pull/111
* Bump actions/checkout from 2 to 4 by @dependabot in https://github.com/relf/egobox/pull/107
* Bump actions/setup-python from 2 to 4 by @dependabot in https://github.com/relf/egobox/pull/108

Version 0.11.0 - unreleased
Version 0.11.0 - 20/09/2023
===========================

* Automate Python package build and upload on Pypi from Github CI by @relf in https://github.com/relf/egobox/pull/104
Expand Down

0 comments on commit a1384e1

Please sign in to comment.