Skip to content

Releases: Macquarie-MEG-Research/Biscuit

v0.9.9

24 Jun 03:39
Compare
Choose a tag to compare

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

28 Feb 03:37
Compare
Choose a tag to compare

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

08 Feb 03:09
be2b1ed
Compare
Choose a tag to compare

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

17 Jan 00:30
Compare
Choose a tag to compare

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

14 Dec 05:27
d1a8e36
Compare
Choose a tag to compare

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

12 Dec 04:44
Compare
Choose a tag to compare

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

11 Dec 22:51
Compare
Choose a tag to compare

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

05 Dec 05:56
Compare
Choose a tag to compare

Build for lab computer deployment of development branch.

v0.9.1

30 Nov 01:30
707849a
Compare
Choose a tag to compare

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

27 Nov 01:40
6a28f03
Compare
Choose a tag to compare

[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.