Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 2.17 KB

Upcoming

v0.12.0

New Features

  • Enable / disable caching option on Panel PR #316

v0.11.0

New Features

  • Improvements on Panel Docker file, including path for read-only mount to access local files PR #299
  • Panel error handling with message output PR #299
  • New flag argument on Panel to enable/disable warnings PR #299
  • Improved browsing and reading local NWB files with Panel, using ipyfilechooser PR #300
  • Improve readibility of dandisets and files dropdown lists PR #301

Fixes

  • Fix I/O issues when streaming data on Panel PR #295
  • Fix plotly Figure not showing up, pinned Plotly version PR #297
  • Fix BehavioralTimeSeries not showing up PR #297

v0.10.2

Fixes

  • Prevented the display of video assets on DANDI from the Panel dropdown. PR #281
  • Remove trials from the accordion of nwb2widget (it will display in the intervals tab alongside any other TimeIntervals). PR #281
  • Prevent the ElectrodeGroupWidget from loading if positions (specifically, x) are missing in conjunction with nwb-schema versions that allow those columns to be optional. PR #280

v0.10.1

New Features

  • Added a trialized widget for TimeSeries. PR #232

Dependencies

  • Loosened upper bound version on ipywidgets. PR #260