Releases: MATLAB-Community-Toolboxes-at-INCF/Brain-Observatory-Toolbox
v0.9.4.2
v0.9.4.2
-Update example names on Matlab FileExchange
0.9.4.1
v0.9.4 - Support Visual Behavior Dataset
Major Enhancements
- Support Visual Behavior datasets
- Enabled remote access to linked data (i.e file download is not required)
Enhancements
- Improved live script performance
- Fixed access to inaccessible property values (#170)
Changes
- New preference options (
AutoDownloadNwb,DownloadRemoteFiles) - Item listing functions named
bot.listXXXnow take a dataset name as first input argument- ex:
bot.listSessions("VisualCoding")orbot.listSessions("VisualBehavior")
- ex:
- Refactored internal cache functions
- Refactored internal LinkedFile interface
0.9.3.5
v0.9.3.4
Patch release (fixes for new bugs introduced by v0.9.3.3)
See v0.9.3 release notes for v0.9.3.x enhancements.
v0.9.3.3
Additional changes to support Open in MATLAB Online workflow.
Changes
-
Add
bot.READMEscript so that>>bot.READMEopens the gateway live script rather than run command in interactive mode -
Support testing workflows by running gateway live script (3 lines of code) when in batch mode
See v0.9.3 release notes for v0.9.3.x enhancements.
v0.9.3.2
Additional enhancements to support Open in MATLAB Online workflow.
Enhancements
- Addition of
bot.READMEgateway live script, providing links to all the examples & 3 lines of code intro
Changes
- Examples are now in categorized folders outside the
bot.*namespace (quickstarts,demos,tutorials)
See v0.9.3 release notes for v0.9.3.x enhancements.
v0.9.3.1
Patch release (fixes for new bugs introduced by v0.9.3.x)
See v0.9.3 release notes for v0.9.3.x enhancements.
v0.9.3
Major Enhancements
- Faster item data downloads via S3 remote data access
- Faster item list downloads via S3 remote data access
- Support for MATLAB Online
Enhancements
- Progress bar during linked file downloads
- Faster EphysQuickstart demo
- Elaborated & consistent quickstart live script examples across both ophys & ephys datasets
- Configurable preferences (via
bot.util.getPreferences), including cache location/behavior & remote data access protocol (S3 vs REST)
Changes
- Item factory functions named
bot.getXXX(previously:bot.XXX)- ex:
bot.session()is nowbot.getSessions()
- ex:
- Item listing functions named
bot.listXXX(previously:bot.fetchXXX)- ex:
bot.fetchSessions()is nowbot.listSessions()
- ex: