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")
orbot.listSessions("VisualBehavior")
- ex:
- Refactored internal cache functions
- Refactored internal LinkedFile interface