Skip to content

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

0.9.4.1

27 Apr 15:51
b25af3d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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()

v0.9.2

02 Sep 01:56
Compare
Choose a tag to compare

Enhancements

  • Addition of Cell item class for ophys, analogous to Unit class for ephys
  • Addition of metrics properties for Cell & Unit class objects
  • Refresh of ephys/ophys demos & tutorials
  • New quickstart guides for ephys & ophys
  • New behavior tutorial walking through access & exploration of session behavioral data
  • Use timetables for relevant item properties
  • Improve item object array construction & display
  • Use implicit array expansion instead of bsxfun
  • New tutorial showing the combined use of the BOT with the Neural Decoding Toolbox

Fixes

  • Fix ophys pupil_position propertty
  • Restore Experiment item class for ophys, each comprising a group of 3 associated sessions

Brain Observatory Toolbox v0.9.1

17 Jun 17:59
f7c85eb
Compare
Choose a tag to compare

Enhancements:
• Uniform top-level Item class names (Channel, Experiment, Probe, Session, Unit) in bot.item.* package
• Speedup access to stimulus_presentations property (and getPresentationwiseSpikeCounts/getPresentationwiseSpikeCounts methods)
• Reorganize stimulus_presentations table display for clarity
• Add dataset hint (“ephys” or “ophys”) argument to bot.session item creation function for faster performance
• Tutorial file enhancements

Fixes:
stimulus_conditions & stimulus_presentations now display correctly after first on-demand access