You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add custom html field generation method for TimeSeries (#1831)
* add custom html field generation method for timeseries
* update CHANGELOG.md
* modify html representation of linked timestamps and data
* add test for html representation of linked data
* update html representation of linked objects
* update html representation test
* Use HDMF 3.12.2
---------
Co-authored-by: Ryan Ly <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
- Fix bug where namespaces were loaded in "w-" mode. @h-mayorquin[#1795](https://github.com/NeurodataWithoutBorders/pynwb/pull/1795)
19
19
- Fix bug where pynwb version was reported as "unknown" to readthedocs @stephprince[#1810](https://github.com/NeurodataWithoutBorders/pynwb/pull/1810)
20
20
- Fixed bug to allow linking of `TimeSeries.data` by setting the `data` constructor argument to another `TimeSeries`. @oruebel[#1766](https://github.com/NeurodataWithoutBorders/pynwb/pull/1766)
21
+
- Fix recursion error in html representation generation in jupyter notebooks. @stephprince[#1831](https://github.com/NeurodataWithoutBorders/pynwb/pull/1831)
21
22
22
23
### Documentation and tutorial enhancements
23
24
- Add RemFile to streaming tutorial. @bendichter[#1761](https://github.com/NeurodataWithoutBorders/pynwb/pull/1761)
0 commit comments