Skip to content

Commit

Permalink
Release 0.2.2 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon authored Nov 30, 2023
1 parent 10a03d9 commit 6b8ee6a
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,57 @@
# Changelog

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

> 30 November 2023
### New Features

- Add a nexus access point converter and improve CLI (Alexis Arnaudon - [#14](https://github.com/BlueBrain/emodel-generalisation/pull/14))
- Only Rin in cli (Alexis Arnaudon - [#16](https://github.com/BlueBrain/emodel-generalisation/pull/16))
- Add CLI (Alexis Arnaudon - [#10](https://github.com/BlueBrain/emodel-generalisation/pull/10))

### CI Improvements

- (dependabot) Bump actions/setup-node from 3 to 4 (Adrien Berchet - [#15](https://github.com/BlueBrain/emodel-generalisation/pull/15))

### General Changes

- Bump mikepenz/action-junit-report from 3 to 4 (dependabot[bot] - [#12](https://github.com/BlueBrain/emodel-generalisation/pull/12))
- Bump actions/checkout from 3 to 4 (Adrien Berchet - [#11](https://github.com/BlueBrain/emodel-generalisation/pull/11))

### Fixes

- Max xgboost version (arnaudon - [860a591](https://github.com/BlueBrain/emodel-generalisation/commit/860a591106febd4ea43b23c7fdac29b23964f96d))
- Licence (arnaudon - [c462664](https://github.com/BlueBrain/emodel-generalisation/commit/c4626640639f285259072198e841df59c453982b))

### General Changes

- Update README.md (Alexis Arnaudon - [682b7d0](https://github.com/BlueBrain/emodel-generalisation/commit/682b7d000c32e1181ff5719dbcae17c3579528a8))
- Add zenodo badge (Alexis Arnaudon - [084c57e](https://github.com/BlueBrain/emodel-generalisation/commit/084c57e46ac2ed4ef57dc4f5afbd3e534b8d0ac8))

## 0.1.1

> 21 August 2023
### New Features

- Update publish workflow (Alexis Arnaudon - [#9](https://github.com/BlueBrain/emodel-generalisation/pull/9))
- Improve readme (Werner Van Geit - [#4](https://github.com/BlueBrain/emodel-generalisation/pull/4))
- Added code (Alexis Arnaudon - [#1](https://github.com/BlueBrain/emodel-generalisation/pull/1))

### General Changes

- Fix layer str (Alexis Arnaudon - [#6](https://github.com/BlueBrain/emodel-generalisation/pull/6))
- Fix readme (Werner Van Geit - [#5](https://github.com/BlueBrain/emodel-generalisation/pull/5))

### General Changes

- Repository structure (arnaudon - [3992fcb](https://github.com/BlueBrain/emodel-generalisation/commit/3992fcba8e999c905cad7bb5b9b7301b54a74a1d))
- improve example readme (arnaudon - [7333517](https://github.com/BlueBrain/emodel-generalisation/commit/73335174bc3be6cee76c2b3a61f1740ca05b99fc))
- improve readme (arnaudon - [4ff2cad](https://github.com/BlueBrain/emodel-generalisation/commit/4ff2cad3a6876343f24250a72566bfa6172016bb))
- fix (arnaudon - [296f7d9](https://github.com/BlueBrain/emodel-generalisation/commit/296f7d985d4d0a99fdfd3d4e2e70a79c3dcf6ed4))
- use code (arnaudon - [f346812](https://github.com/BlueBrain/emodel-generalisation/commit/f346812a386e05a85ff568bfc4bf402d8e2d5dd2))
- move citation down (arnaudon - [12744da](https://github.com/BlueBrain/emodel-generalisation/commit/12744da4580d04a66b585afded40b024e3e1dd6d))
- fix lint (arnaudon - [420f2b8](https://github.com/BlueBrain/emodel-generalisation/commit/420f2b8501f330e73718ad0e29f6f5fdaca006d5))
- typo2 (arnaudon - [cc5d789](https://github.com/BlueBrain/emodel-generalisation/commit/cc5d789b98badcff3c7cd1385000a0a2db633972))
- typo (arnaudon - [ba360d7](https://github.com/BlueBrain/emodel-generalisation/commit/ba360d7289e42883b39b56c1609fe043728738b3))
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.1.1" # pragma: no cover
VERSION = "0.2.0" # pragma: no cover

0 comments on commit 6b8ee6a

Please sign in to comment.