Releases: Macquarie-MEG-Research/Biscuit
v0.9.9
This update makes Biscuit compatible with the current version of mne-bids (v0.10), which outputs file structures according to the latest BIDS specification (v1.7.0).
Once your MEG data have been converted by Biscuit, they are ready to be uploaded to XNAT using the "bids-uploader" script.
v0.9.8
This update brings many bug fixes and overhauls how markers are associated.
Gone are the days where you need to specify if the marker is before or after the recording, now you can simply select up to two markers and Biscuit will figure it out for you!
This is also the first version to officially use mne-bids as an external dependency. Up until now Biscuit has been using a modified internal version, but we have finally dropped that to use the official version.
v0.9.7
With this update searching BIDS data is now possible from within Biscuit using BIDSHandler.
This version also includes two options for installation. 'Complete' (installs Biscuit entry point on system and installs all prerequisites), and 'Standard' which doesn't.
Many bugs have been fixed and the documentation has had quite an overhaul (more will be done to include documentation on how to use the search functionality from within Biscuit).
v0.9.6
Fixed a number of reasonably serious bugs such as one which ocurred when adding new trigger channels from the list for .con files.
The functionality for the channel list to automatically update when the default channels changes has also finally been correctly implemented.
Finally a new setting has been added which allows the WidgetTable Widget to have a maximum number of rows which is used to limit the number of rows in the ProjectSettings window before a scroll bar is added. This is so that when more than 20 or 30 projects are added the screen doesn't automatically become larger than the screen.
v0.9.5
Numerous fixes since 0.9.4:
- Added verification window before deleting a project setting.
- Any new BIDS data added to an existing project will now be added to the BIDSFolder object and children.
- Saved Tasks, gender and group are now loaded correctly.
- Code associated with an export are put in a
code
folder in the project-level. - Other associated files are put in an
extras
folder in the session level.
v0.9.4
Fixes a number of issues on the linux version.
Also fixes a number of issues relating to the right-click menu.
Finally, fixes the setting related to the chunking of BIDS data.
v0.9.3
Biscuit is now BIDS-aware with the help of BIDSHandler.
Since BIDSHandler is not currently on PyPi this will require a manual download/install of BIDSHandler to work.
v0.9.2
Build for lab computer deployment of development branch.
v0.9.1
New features:
- It is now possible to update Biscuit from within itself.
This is achieved by selecting "Info > Credits" in the menu, then clicking on the "Check for updates" button.
This will compare Biscuit to the most recent version on github and install it (you may need admin rights. On windows you will be prompted, on other OS's there may be an issue...)
0.9.0-build1 test release version
[Test release version]
This is not set as pre-release to test the ability to connect to the Git API to allow for the ability to update within Biscuit.