From c96ce86224f1c28c8b377bdb3423a124b3cc2eb6 Mon Sep 17 00:00:00 2001 From: Alexis Arnaudon Date: Fri, 16 Feb 2024 09:26:53 +0100 Subject: [PATCH] 0.2.8 (#41) --- CHANGELOG.md | 6 ++++-- README.md | 2 +- emodel_generalisation/version.py | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e47a56..80f8837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,18 @@ # Changelog -## [0.2.7](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.5..0.2.7) +## [0.2.8](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.5..0.2.8) -> 13 February 2024 +> 16 February 2024 ### Fixes +- More fixing (Alexis Arnaudon - [#40](https://github.com/BlueBrain/emodel-generalisation/pull/40)) - One more params/parameters (Alexis Arnaudon - [#38](https://github.com/BlueBrain/emodel-generalisation/pull/38)) - Make sure param in final works (Alexis Arnaudon - [#36](https://github.com/BlueBrain/emodel-generalisation/pull/36)) ### General Changes +- 0.2.7 (Alexis Arnaudon - [#39](https://github.com/BlueBrain/emodel-generalisation/pull/39)) - Release 0.2.6 (Alexis Arnaudon - [#37](https://github.com/BlueBrain/emodel-generalisation/pull/37)) ## [0.2.5](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.3..0.2.5) diff --git a/README.md b/README.md index 1e7e9d1..7d9b2d1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Generalisation of neuronal electrical models on a morphological population with Markov Chain Monte-Carlo. -This code accompanies the pre-print: +This code accompanies the paper: [Arnaudon, A., Reva, M., Zbili, M., Markram, H., Van Geit, W., & Kanari, L. (2023). Controlling morpho-electrophysiological variability of neurons with detailed biophysical models. iScience, 2023.](https://www.cell.com/iscience/fulltext/S2589-0042(23)02299-X) diff --git a/emodel_generalisation/version.py b/emodel_generalisation/version.py index c0c35cc..0e90a55 100644 --- a/emodel_generalisation/version.py +++ b/emodel_generalisation/version.py @@ -19,4 +19,4 @@ # or send a letter to Creative Commons, 171 # Second Street, Suite 300, San Francisco, California, 94105, USA. -VERSION = "0.2.8.dev0" # pragma: no cover +VERSION = "0.2.8" # pragma: no cover