From 96071a30b00fc5440ee76846f95ced5dfc924fb3 Mon Sep 17 00:00:00 2001 From: PaulJonasJost Date: Wed, 11 Oct 2023 14:18:29 -0400 Subject: [PATCH 1/2] Update Changelog --- CHANGELOG.rst | 17 +++++++++++++++++ pypesto/version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c69ec6607..be1254d61 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,23 @@ Release notes .......... +0.3.3 (2023-10-11) +------------------- + +* Visualize: + * Get optimization result by id (#1116) +* Storage: + * {id} in history storage filename (#1118) +* Objective: + * adjusted PEtab.jl syntax to new release(#1128, #1131) + * Documentation on PEtab importer (#1126) +* Ensembles + * Additional option for cutoff calculation (#1124) + * fix ensembles from optimization endpoints (#1130) +* General + * Added How to Cite (#1125) + + 0.3.2 (2023-10-02) ------------------- diff --git a/pypesto/version.py b/pypesto/version.py index f9aa3e110..e19434e2e 100644 --- a/pypesto/version.py +++ b/pypesto/version.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.3.3" From f9d68efc962f10dbe8d5715dd782defce2c96924 Mon Sep 17 00:00:00 2001 From: PaulJonasJost Date: Wed, 11 Oct 2023 14:20:03 -0400 Subject: [PATCH 2/2] Revert "Update Changelog" This reverts commit 96071a30b00fc5440ee76846f95ced5dfc924fb3. --- CHANGELOG.rst | 17 ----------------- pypesto/version.py | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index be1254d61..c69ec6607 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,23 +6,6 @@ Release notes .......... -0.3.3 (2023-10-11) -------------------- - -* Visualize: - * Get optimization result by id (#1116) -* Storage: - * {id} in history storage filename (#1118) -* Objective: - * adjusted PEtab.jl syntax to new release(#1128, #1131) - * Documentation on PEtab importer (#1126) -* Ensembles - * Additional option for cutoff calculation (#1124) - * fix ensembles from optimization endpoints (#1130) -* General - * Added How to Cite (#1125) - - 0.3.2 (2023-10-02) ------------------- diff --git a/pypesto/version.py b/pypesto/version.py index e19434e2e..f9aa3e110 100644 --- a/pypesto/version.py +++ b/pypesto/version.py @@ -1 +1 @@ -__version__ = "0.3.3" +__version__ = "0.3.2"