Skip to content

Commit

Permalink
2.32.4: register biasedCW tasks in extractors list (#744)
Browse files Browse the repository at this point in the history
* 2.32.4: register biasedCW tasks in extractors list

* revert deprecated extractor_types.json and update task_extractor_map.json instead

* remove comma
  • Loading branch information
oliche authored Mar 12, 2024
1 parent 46fa71a commit 6509ed4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ibllib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import warnings

__version__ = '2.32.3'
__version__ = '2.32.4'
warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib')

# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev
Expand Down
3 changes: 1 addition & 2 deletions ibllib/io/extractors/extractor_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
"_habituationChoiceWorld": "habituation",
"_trainingChoiceWorld": "training",
"ephysMockChoiceWorld": "mock_ephys",
"ephys_certification": "sync_ephys",
"trainingPhaseChoiceWorld": "training"
"ephys_certification": "sync_ephys"
}
5 changes: 4 additions & 1 deletion ibllib/io/extractors/task_extractor_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"_biasedChoiceWorld": "BiasedTrials",
"_habituationChoiceWorld": "HabituationTrials",
"_trainingChoiceWorld": "TrainingTrials",
"_trainingPhaseChoiceWorld": "TrainingTrials"
"_trainingPhaseChoiceWorld": "TrainingTrials",
"_imagingChoiceWorld": "BiasedTrials",
"_advancedChoiceWorld": "TrainingTrials",
"_neuromodulatorChoiceWorld": "TrainingTrials"
}
3 changes: 3 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
- FpgaTrials supports alignment of Bpod datasets not part of trials object
- Support chained protocols in BehaviourPlots task

#### 2.32.4
- Add support for variations of the biaseCW task in the json task description

## Release Notes 2.31

### features
Expand Down

0 comments on commit 6509ed4

Please sign in to comment.