Skip to content

v0.1.2

Choose a tag to compare

@mazabou mazabou released this 27 Mar 18:20
· 58 commits to main since this release
0f33fa7

[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 dandiset to brainset.
  • Replaced sortset with device.
  • Updated snakemake pipeline to process one file at a time.
  • Made tests that require mne to be skipped if mne is not installed.