Skip to content

Commit

Permalink
Release new version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
castellinilinguini authored and kaiserls committed Jul 20, 2023
1 parent 34f2252 commit ec7c7a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ All notable changes to this project will be documented in this file.

### Added

### Changed

### Fixed


## [0.5.0] - 2023-07-20

### Added

- Added support for for sbml models to select parameters and species used in the inference
- Added support for evaluating sbml models at multiple time points

Expand All @@ -30,7 +39,7 @@ All notable changes to this project will be documented in this file.
- Change spatial discretization of heat model example to proper second order central differences
- Change the initial walker position generation of the emcee sampler

## [0.4.0]
## [0.4.0] - 2023-06-24

### 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.4.0"
version = "0.5.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 ec7c7a7

Please sign in to comment.