Skip to content

Commit

Permalink
argmin version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Feb 20, 2023
1 parent d10b65d commit 722606b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (since argmin version 0.6.0),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (since argmin version 0.5.0).

## argmin [Unreleased]
## argmin [argmin unreleased]

## argmin-math [Unreleased]
## argmin-math [argmin-math unreleased]

## argmin [argmin v0.8.1] 2023-02-20

### Added

* Mentioned `cobyla` in docs and README (@relf)

### Fixed

* Restored Serialize/Deserialize derives for ObserverMode (@maoe)

### Changed

* Updated ctrlc to 3.2.4 (@stefan-k)
* Updated rayon to 1.6 (@stefan-k)
* Updated slog to 2.7 (@stefan-k)
* Updated slog-term to 2.9 (@stefan-k)
* Updated slog-json to 2.6 (@stefan-k)

## argmin [argmin v0.8.0] 2023-01-28

Expand Down Expand Up @@ -223,7 +241,9 @@ This is a rather large release with many (breaking) changes.

For older versions please see the Git history.

[Unreleased]: https://github.com/argmin-rs/argmin/compare/argmin-v0.8.0...HEAD
[argmin unreleased]: https://github.com/argmin-rs/argmin/compare/argmin-v0.8.1...HEAD
[argmin-math unreleased]: https://github.com/argmin-rs/argmin/compare/argmin-math-v0.3.0...HEAD
[argmin v0.8.1]: https://github.com/argmin-rs/argmin/compare/argmin-v0.8.0...argmin-v0.8.1
[argmin v0.8.0]: https://github.com/argmin-rs/argmin/compare/argmin-v0.7.0...argmin-v0.8.0
[argmin v0.7.0]: https://github.com/argmin-rs/argmin/compare/argmin-v0.6.0...argmin-v0.7.0
[argmin v0.6.0]: https://github.com/argmin-rs/argmin/compare/v0.5.1...argmin-v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion argmin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argmin"
version = "0.8.0"
version = "0.8.1"
authors = ["Stefan Kroboth <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 722606b

Please sign in to comment.