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: