Skip to content

Commit

Permalink
7.1.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Fabbri committed Nov 8, 2022
1 parent 80b2308 commit 1de28aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
python -m unittest test_pybpod_config.py
# python -m unittest test_scripts.py
python -m unittest test_start_pybpod.py
python -m unittest test_spacers.py
python -m unittest test_task.py
# python -m unittest discover
Expand Down
2 changes: 1 addition & 1 deletion iblrig/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "7.0.5"
__version__ = "7.1.0"
import logging

import colorlog
Expand Down
9 changes: 6 additions & 3 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# **Release notes**

## **Release Notes 7.1.0**
- spacer utility feature added for chaining multiple tasks

## **Release Notes 7.0.5**
- minor fix to windows pathing for experiment description gui to grab alyx username
- removal of unnecessary ONE version check in purge_rig_data script
- added bpod BNC1 output to several training tasks
- minor fix to windows pathing for experiment description gui to grab alyx username
- removal of unnecessary ONE version check in purge_rig_data script
- added bpod BNC1 output to several training tasks

## **Release Notes 7.0.4**
- modified call to experiment description gui to pass alyx username and subject information
Expand Down

0 comments on commit 1de28aa

Please sign in to comment.