Skip to content

Commit

Permalink
0.2.8 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon authored Feb 16, 2024
1 parent 173a0aa commit c96ce86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion emodel_generalisation/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c96ce86

Please sign in to comment.