Skip to content

v0.9.3

Compare
Choose a tag to compare
@vijayiyer05 vijayiyer05 released this 23 Feb 22:20
· 203 commits to main since this release

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()