Skip to content

Commit

Permalink
[pip] Release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiserls committed May 31, 2024
1 parent 86ad0e3 commit 93b26d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,18 @@ All notable changes to this project will be documented in this file.

### Added


### Changed

### Fixed

## [0.9.0] - 2024-05-31

### Changed

- Raised the required python version to 3.10
- Removed upper limit on the version number of dependencies
- Updated amici to newest version to fix compilation with Intel MKL

## [0.8.1] - 2024-05-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "eulerpi"
version = "0.8.1"
version = "0.9.0"
description = "The eulerian parameter inference (eulerpi) returns a parameter distribution, which is consistent with the observed data by solving the inverse problem directly. In the case of a one-to-one mapping, this is the true underlying distribution."
authors = ["Lars Kaiser <[email protected]>", "Sebastian Hoepfl <[email protected]>", "Vincent Wagner <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 93b26d9

Please sign in to comment.