Skip to content

Releases: MATLAB-Community-Toolboxes-at-INCF/Brain-Observatory-Toolbox

v0.9.4.2

23 Apr 13:30
36a8d6f

Choose a tag to compare

  • README updates
  • Testing integration with FileExchange

v0.9.4.2

11 Apr 19:58
36a8d6f

Choose a tag to compare

-Update example names on Matlab FileExchange

0.9.4.1

27 Apr 15:51
b25af3d

Choose a tag to compare

Bug fixes

Changes

  • Updated Matlab requirement to 2023b, which is needed
  • Fixed a bug where the toolbox version could not be found if it contained a dot [#175]

v0.9.4 - Support Visual Behavior Dataset

26 Feb 00:42
d7ac0f9

Choose a tag to compare

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.listXXX now take a dataset name as first input argument
    • ex: bot.listSessions("VisualCoding") or bot.listSessions("VisualBehavior")
  • Refactored internal cache functions
  • Refactored internal LinkedFile interface

0.9.3.5

04 Sep 14:03

Choose a tag to compare

Bug fixes to make optotagging data available.

Changes

  • Bug fixed to allow analysis of optotagging data [#157]

v0.9.3.4

13 Mar 02:30
333c641

Choose a tag to compare

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

10 Mar 13:37
4c75c37

Choose a tag to compare

Additional changes to support Open in MATLAB Online workflow.

Changes

  • Add bot.README script so that >>bot.README opens 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

28 Feb 18:09

Choose a tag to compare

Additional enhancements to support Open in MATLAB Online workflow.

Enhancements

  • Addition of bot.README gateway 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

24 Feb 14:08

Choose a tag to compare

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

23 Feb 22:20

Choose a tag to compare

Major Enhancements

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 now bot.getSessions()
  • Item listing functions named bot.listXXX (previously: bot.fetchXXX)
    • ex: bot.fetchSessions() is now bot.listSessions()