Releases: AdaptiveMotorControlLab/CEBRA
Releases · AdaptiveMotorControlLab/CEBRA
v0.4.0
What's Changed
Starting with v0.4.0
, CEBRA is released under an Apache 2.0 license.
- Add missing error raising and test for
adapt
on Multissession by @CeliaBenquet in #114 - Change license to Apache 2.0 by @MMathisLab and @stes in #117
- Apply updated license headers by @stes in #118
- Update setup.cfg license classifier by @stes in #119
- Update README.md by @MMathisLab in #120
- Pass showlegend/template kwargs to plotly by @nastya236 in #122
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Auto-import plotly integration by @MMathisLab in #96
- Update usage.rst by @MMathisLab in #98
- Simplify plotly docstring example by @stes in #102
- Restructure API docs for integrations by @stes in #103
- Release v0.3.1rc1 by @stes in #104
- Fix windows tests by @gonlairo in #90
- Add torch API usage example by @timonmerk in #99
- Update icon link for dandi demo data by @MMathisLab in #113
- Update cebra_paper_m1.yml and cebra.yml by @MMathisLab in #112
- Release 0.3.1 by @MMathisLab and @stes in #110
New Contributors
- @timonmerk made their first contribution in #99
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Update usage.rst docs by @MMathisLab in #21
- Remove
subsample
default inOrthogonalProcrustesAlignment
, improve tests by @stes in #28 - Remove
grid_search_models/
after running tests by @stes in #26 - Fix action workflow definitions for external contributors by @stes in #31
- For docs build, limit scikit-learn version by @stes in #37
- Temporarily disable PR comment to report doc coverage by @stes in #38
- Update repo link on landing page by @stes in #36
- Fix typo in pi_vae.py by @eltociear in #20
- Automatically download the rat-hippocampus dataset by @gonlairo in #35
- Fix dtypes handled in the labels of the decoders by @CeliaBenquet in #30
- Temporarily disable test runs on dev repo by @stes in #40
- Add
...
pattern to copybutton config by @stes in #41 - Expose
n_bins
argument fromalign_embeddings
by @stes in #25 - Add pre-commit config to standardize files by @stes in #42
- Fix Device in Multisession Training by @gonlairo in #44
- Support More Data Types in the sklearn Dataset and Decoder by @gonlairo in #43
- Improve device support and add support for Apple Silicon chipset (
mps
) by @gonlairo in #34 - Add NLB tools pypi package back as dataset dependency by @stes in #50
- Add missing mark in test_datasets.py by @gonlairo in #52
- Add Matplotlib ImportError when using compare_models() by @gonlairo in #53
- Fix test failures due to http rate limit by @stes in #62
- Autodownload monkey reaching data by @gonlairo in #59
- add demo link to homepage by @MMathisLab in #64
- Fix type bug in to() method by @sofiagilardini in #55
- Release 0.3.0rc1 by @stes in #66
- Autodownload synthetic data by @gonlairo in #68
- Add thumbnail for openscope notebook by @stes in #71
- Improve saving and loading of models by @gonlairo in #69
- Update installation.rst by @MMathisLab in #80
- Improve documentation for local docs build by @stes in #70
- Extend Delta distribution to multiple dimensions by @gonlairo in #76
- Fix broadcasting in InfoNCE loss by @stes in #86
- Enhance
ModuleNotFoundError
messages by @stes in #85 - Add OS independent paths for Allen dataset by @gonlairo in #88
- Fix consistency labels ordering and simplify by @CeliaBenquet in #87
- Inspired by @obarnstedt work at Lindoscope workshop we added interactive plots using plotly by @nastya236 in #82
- Release v0.3.0rc2 by @stes in #67
- Pin
tables
<= 3.8 by @stes in #91 - Release v0.3.0 by @stes in #92
Contributors
- @nastya236 made their first contribution in #82
- @eltociear made their first contribution in #20
- @gonlairo made their first contribution in #35
- @CeliaBenquet made their first contribution in #30
- @sofiagilardini made their first contribution in #55
Full Changelog: v0.2.0...v0.3.0