Releases: rsagroup/rsatoolbox
Releases · rsagroup/rsatoolbox
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
nan
s 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_measure
incalc_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-a
by @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
v0.0.5
What's Changed
- bump version to 0.0.4 by @ilogue in #234
- Initial draft for issue templates by @ilogue in #230
- Bugfix: RDM calculation sorting input data by @HeikoSchuett in #238
- remove deprecated func. make cov calc faster by @mshahbazi1997 in #240
- Structure change in documentation - by @jdiedrichsen in #241
- deleted faulty indexing from batch_to_vectors by @LukasNeugebauer in #246
- added doc section on TemporalDataset by @Benjamin-Peters in #243
- notebook with mne-python demo by @Benjamin-Peters in #245
- remove nan warning by @HeikoSchuett in #255
- Nicer treatment of single subject RDM evaluation by @HeikoSchuett in #256
- Fix docstring typo in rdm_plot.py show_rdm by @charlesincharge in #260
- Model plot add scatter of subjects by @HeikoSchuett in #266
- Pair sampling by percentile by @ilogue in #262
- Inference output by @HeikoSchuett in #269
- Demo spikes by @HeikoSchuett in #273
- Deprecations resolving by @HeikoSchuett in #271
- New model_map visualization of model fits to data, model interrelatio… by @nkriegeskorte in #137
- Demo updates by @HeikoSchuett in #274
- Cython port of core similarity computation by @HeikoSchuett in #251
- removed test file by @HeikoSchuett in #275
- Publishing from CI by @HeikoSchuett in #259
New Contributors
- @LukasNeugebauer made their first contribution in #246
- @nkriegeskorte made their first contribution in #137
Full Changelog: v0.0.4...v0.0.5