-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bee6962
commit bdbcf45
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# Upcoming | ||
|
||
# v0.10.1 | ||
# v0.10.2 | ||
* Prevented the display of video assets on DANDI from the `Panel` dropdown. [PR #281](https://github.com/NeurodataWithoutBorders/nwbwidgets/pull/281) | ||
* Remove `trials` from the accordion of `nwb2widget` (it will display in the `intervals` tab alongside any other `TimeIntervals`). [PR #281](https://github.com/NeurodataWithoutBorders/nwbwidgets/pull/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](https://github.com/NeurodataWithoutBorders/nwbwidgets/pull/280) | ||
|
||
|
||
|
||
# v0.10.1 | ||
* Added a trialized widget for TimeSeries. [PR #232](https://github.com/NeurodataWithoutBorders/nwbwidgets/pull/232) | ||
* Loosened upper bound version on `ipywidgets`. [PR #260](https://github.com/NeurodataWithoutBorders/nwbwidgets/pull/260) |