Releases: rsagroup/rsatoolbox
Releases · rsagroup/rsatoolbox
v0.3.2
First release for Python 3.14
What's Changed
- Drop python 3.9 support, add 3.14 by @JasperVanDenBosch in #479
- Fix vis imports for conda builds by @JasperVanDenBosch in #481
Full Changelog: v0.3.1...v0.3.2
v0.3.1
This is the last release with support for Python 3.9 which is EOL as of October 2025. This release mostly consist of bug- and compatibility fixes.
What's Changed
- Ensure remove_mean parameter is respected by calc_rdm by @JonathanShor in #449
- Updated docstrings and type annotations for comparison methods by @JasperVanDenBosch in #451
- Remove importlib_resources backport dependency by @JasperVanDenBosch in #447
- Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.13.0 in /.github/workflows by @dependabot[bot] in #456
- Update compare.py._parse_input_rdms by @JonathanShor in #453
- Fix cv assignment in calc.py by @JonathanShor in #457
- Fixes #466: Add optional boundary truncation for searchlights by @botcs in #467
- test source tarball for corruption during build by @JasperVanDenBosch in #476
- Fix docs build rtd nbsphinx by @JasperVanDenBosch in #478
New Contributors
- @JonathanShor made their first contribution in #449
- @botcs made their first contribution in #467
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Model family by @kshitijd20 in #119
- Undo temporary blacklisting of matplotlib v3.9.1 by @JasperVanDenBosch in #415
- Fix typo at distances.rst by @TamerGezici in #417
- Debug: replace
channle_descriptorstotime_descriptorsto correct assignment by @shimalice in #420 - Fix typo in Bures comparison by @ahwillia in #421
- Paper examples by @jdiedrichsen in #435
- bug fix for non-functional spm_filter() by @bogpetre in #438
- updated CITATION file by @JasperVanDenBosch in #439
- Drop support for Python 3.8 and update licensing format by @JasperVanDenBosch in #445
- Fix interface regression WeightedMDS for _validate_data by @JasperVanDenBosch in #444
- Link to preprint for the Mur 32-stims dataset by @JasperVanDenBosch in #443
- Adds github repo link to docs by @neukym in #442
- A sparse version of row_col_indicator_g by @Tal-Golan in #441
New Contributors
- @kshitijd20 made their first contribution in #119
- @TamerGezici made their first contribution in #417
- @shimalice made their first contribution in #420
- @ahwillia made their first contribution in #421
- @bogpetre made their first contribution in #438
- @neukym made their first contribution in #442
- @Tal-Golan made their first contribution in #441
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- concat sets dissimilarity_measure if it is identical for all rdms in list by @caiw in #377
- RDMs.sort_by is stable by @caiw in #376
RDMs.sort_by(reindex)argument by @caiw in #375- Fix to rdm_plot icon scaling by @JasperVanDenBosch in #387
- [FEAT] Topological RSA by @doerlbh in #392
- Updating GitHub actions & types by @HeikoSchuett in #399
- Bures similarity and distance by @HeikoSchuett in #400
- Omit
nans when runningrdms.rank_transform. by @caiw in #403 - CI: Help publish step find the binary artifacts by @JasperVanDenBosch in #405
- fMRI demo by @JasperVanDenBosch in #242
- Draft CITATION.cff by @caiw in #384
- Replace deprecated
convert_to_dataset()withtime_as_observations()by @qian-chu in #410 - allow passing a target descriptor for ordering in concatenation. by @HeikoSchuett in #408
- Allowing normalization in fits to be turned off by @HeikoSchuett in #411
- workflows for styling and typing by @JasperVanDenBosch in #393
- Separate workflow for style and typing (non-forked pr) by @JasperVanDenBosch in #414
New Contributors
Full Changelog: v0.1.5...v0.2.0
v0.1.5
What's Changed
- added possibility to run calc_unbalanced for rdm movies by @HeikoSchuett in #331
- Overlay for RDM plot by @ilogue in #355
- Allow builds on Python 3.12 by @ilogue in #354
- Error 0 div by @HeikoSchuett in #359
- Mean remove RDMs by @HeikoSchuett in #360
- Changing check order in _check_noise by @HeikoSchuett in #369
- Fix a bug which could mutate a dataset when computing a covariance matrix by @caiw in #372
- MEG demo update by @ilogue in #364
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- switched to nanmeans for t-tests by @HeikoSchuett in #335
- data split bug by @ilogue in #336
- EEG demo by @ilogue in #295
- Drop support for Python 3.7 and fix readme by @ilogue in #342
- Update comparing.rst by @HeikoSchuett in #349
- Set
rdm.dissimilarity_measureincalc_rdm_movie. by @caiw in #350 show_rdms(..., nanmask=None)doesn't suppress any elements by @caiw in #353
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Fixing a bug where Crossnobis RDMs are created in the wrong order by @HeikoSchuett in #301
- Hdf5 and Pickle version tag dynamic by @ilogue in #306
- Integer input for unbalanced calc functions by @ilogue in #303
- Visualization support for
rho-aby @Aceticia in #312 - Visualize sort by @Aceticia in #315
- allow python 3.11 by @HeikoSchuett in #316
- fixing seed for test runs by @HeikoSchuett in #319
- ReadTheDocs: new build image by @ilogue in #324
- fixing print for crossvalidation by @HeikoSchuett in #317
- threshold for rdm.combine.rescale by @ilogue in #323
- update to include small sample two factor bootstrap correction by @HeikoSchuett in #318
New Contributors
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
- Fix runtime NDArray import by @ilogue in #296
- small bug fix for list descriptors in RDM calculations by @HeikoSchuett in #293
- RDMs to Pandas DataFrame by @ilogue in #298
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Documentation: RTD versioning and some small improvements by @ilogue in #286
- hopefully faster concatenation of RDMs by @HeikoSchuett in #288
- Change default colormap by @ilogue in #285
- Low hanging fruit for milestone 0.1 by @ilogue in #283
Full Changelog: v0.0.5...v0.1.0