Skip to content

Commit

Permalink
version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Sep 3, 2024
1 parent a9d56e4 commit 01204bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ title: Changelog

`pcg_skel` aims to follow semantic versioning, such that major versions are potentially backward-incompatible, minor versions add new features, and patch versions are bug fixes. This changelog is a summary of the changes in each version.

## [1.0.5]

### Features

* Adds an optional `return_quality` argument to `features.add_is_axon_annotation` to optionally return the split quality value.

## [1.0.4]

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion pcg_skel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from . import utils
from . import chunk_tools

__version__ = "1.0.4"
__version__ = "1.0.5"

0 comments on commit 01204bf

Please sign in to comment.