Skip to content

Commit

Permalink
bump minor version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Dec 11, 2024
1 parent 54a6716 commit f8abfd4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# v0.6.0

### Fixes

- Fix #105
- Fix #106
- Fix #107
- Fix #108
- Fix #39
- Fix #115
- Fix #100
- Fix #42

### Features
- Improve handling of user input (cli) when `all_data==no`
- `vame.report()` saves figures to `<project_path>/reports/` folder
- Created `VAMEPipeline` class that makes it straightforward to run an entire pipeline, and also to pick it up from where it last stopped
- Use https://github.com/neuroinformatics-unit/movement as main data ingestion interface
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vame-py"
version = '0.5.1'
version = '0.6.0'
dynamic = ["dependencies", "readme"]
description = "Variational Animal Motion Embedding."
authors = [{ name = "K. Luxem & " }, { name = "P. Bauer" }]
Expand Down

0 comments on commit f8abfd4

Please sign in to comment.