- Enable / disable caching option on Panel PR #316
- 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
- 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
- Prevented the display of video assets on DANDI from the
Panel
dropdown. PR #281 - Remove
trials
from the accordion ofnwb2widget
(it will display in theintervals
tab alongside any otherTimeIntervals
). 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
- Added a trialized widget for TimeSeries. PR #232
- Loosened upper bound version on
ipywidgets
. PR #260