Skip to content

Commit

Permalink
Chore: 0.2.4 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon authored Jan 26, 2024
1 parent f705b64 commit cc2e462
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.2.4](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.3..0.2.4)

> 26 January 2024
### New Features

- Handle thalamus protocols (Alexis Arnaudon - [#22](https://github.com/BlueBrain/emodel-generalisation/pull/22))
- Add info theory module (Alexis Arnaudon - [#28](https://github.com/BlueBrain/emodel-generalisation/pull/28))
- Better config handling for combos (Alexis Arnaudon - [#30](https://github.com/BlueBrain/emodel-generalisation/pull/30))

## [0.2.3](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.2..0.2.3)

> 15 December 2023
Expand All @@ -8,6 +18,10 @@

- Better mech loading (Alexis Arnaudon - [#23](https://github.com/BlueBrain/emodel-generalisation/pull/23))

### General Changes

- 0.2.3 (Alexis Arnaudon - [#26](https://github.com/BlueBrain/emodel-generalisation/pull/26))

## [0.2.2](https://github.com/BlueBrain/emodel-generalisation/compare/0.2.1..0.2.2)

> 7 December 2023
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.4dev0" # pragma: no cover
VERSION = "0.2.4" # pragma: no cover

0 comments on commit cc2e462

Please sign in to comment.