Releases: neuro-galaxy/brainsets
Releases · neuro-galaxy/brainsets
v0.1.2
[0.1.2] - 2025-03-27
Added
- Added package version to
BrainsetDescription. - Added pipeline for allen_visual_coding_ophys_2016 (#4).
- Added split functions to split variable number of epochs in train/validation/test (#4).
- Added allen-related taxonomy. (#4).
- Added unit tests for all enums to check for duplicates. (#8).
Removed
- Removed the dataset_builder class. Validation can be done through other means.
- Removed multitask_readout. (#8)
Changed
- Fixed issue in snakemake where checkpoints are global variables (#4).
- Renamed
dandisettobrainset. - Replaced
sortsetwithdevice. - Updated snakemake pipeline to process one file at a time.
- Made tests that require mne to be skipped if mne is not installed.