diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..95fd794 --- /dev/null +++ b/CHANGELOG.md @@ -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 `/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 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a423e74..026e626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }]