AdaptiveMotorControlLab / CEBRA

Learnable latent embeddings for joint behavioral and neural analysis - Official implementation of CEBRA
https://cebra.ai
Other
875 stars 66 forks source link

Release v0.3.1rc1 #104

Closed stes closed 9 months ago

stes commented 9 months ago

This is the release PR for v0.3.1, the biggest change is the integration of various PRs for easier use of the plotly integration (#103 , #102 , #96 ).

I also added a tool for easier bumping the package version, as it is distributed to quite a few places in the codebase. This tool can be run as follows:

./tools/bump_version.sh 0.3.1rc1

Open TODOs:

Release checklist

stes commented 9 months ago

test pypi pushed https://test.pypi.org/project/cebra/0.3.1rc1/

stes commented 9 months ago

Running full test-suite now on this branch.

stes commented 9 months ago

Tests pass

image