Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed May 22, 2021
1 parent 378ea44 commit 4ab7977
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0] - 2021-05-22
### Removed
- compatibility with `python3.5`

### Fixed
## Changed
- added default value for `creator` to fix `TypeError` in `write_triangular` when unset
- `write_triangular`: raise descriptive `ValueError` when missing `volume_geometry_info`
(instead of unexpected `TypeError`)
(instead of `TypeError`)
- `find_label_border_polygonal_chains`: raise descriptive `RuntimeError`
when annotation was not loaded (instead of unexpected `TypeError`)
when annotation was not loaded (instead of `TypeError`)

### Fixed
- fixed type hints

## [1.2.0] - 2021-01-02
Expand Down Expand Up @@ -81,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2019-05-12
tagger Fabian Peter Hammerle <fabian@hammerle.me> 1557674236 +0200

[Unreleased]: https://github.com/fphammerle/freesurfer-stats/compare/1.2.0...HEAD
[Unreleased]: https://github.com/fphammerle/freesurfer-stats/compare/2.0.0...HEAD
[2.0.0]: https://github.com/fphammerle/freesurfer-stats/compare/1.2.0...2.0.0
[1.2.0]: https://github.com/fphammerle/freesurfer-stats/compare/1.1.1...1.2.0
[1.1.1]: https://github.com/fphammerle/freesurfer-stats/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/fphammerle/freesurfer-stats/compare/1.0.1...1.1.0
Expand Down

0 comments on commit 4ab7977

Please sign in to comment.