From 93b26d9fc659d17f6d6c60894f3d07d30c292b8b Mon Sep 17 00:00:00 2001 From: Lars Kaiser <71793357+kaiserls@users.noreply.github.com> Date: Fri, 31 May 2024 22:31:48 +0200 Subject: [PATCH] [pip] Release version 0.9.0 --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c1267..725a8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e3326fc..10355ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Sebastian Hoepfl ", "Vincent Wagner "] readme = "README.md"