From f8abfd450b3543f9556cbd2132397cea9d800352 Mon Sep 17 00:00:00 2001 From: luiz Date: Wed, 11 Dec 2024 09:42:28 +0100 Subject: [PATCH] bump minor version and changelog --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..95fd7943 --- /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 a423e742..026e6268 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" }]