|
1 | 1 | # PyNWB Changelog |
2 | 2 |
|
3 | | -## PyNWB 2.1.0 (Upcoming) |
| 3 | +## PyNWB 2.1.0 (July 6, 2022) |
4 | 4 |
|
5 | 5 | ### Breaking changes: |
6 | | -- A warning is now raised if `SpatialSeries.data` has more than 3 columns. @bendichter, @rly (#1455, #1480) |
7 | 6 | - Updated ``TimeIntervals`` to use the new ``TimeSeriesReferenceVectorData`` type. This does not alter the overall |
8 | 7 | structure of ``TimeIntervals`` in a major way aside from changing the value of the ``neurodata_type`` attribute of the |
9 | 8 | ``TimeIntervals.timeseries`` column from ``VectorData`` to ``TimeSeriesReferenceVectorData``. This change facilitates |
|
16 | 15 | behavior of the API is largely consistent with existing behavior. @oruebel, @rly (#1390) |
17 | 16 |
|
18 | 17 | # Enhancements and minor changes |
| 18 | +- A warning is now raised if `SpatialSeries.data` has more than 3 columns. @bendichter, @rly (#1455, #1480) |
19 | 19 | - The arguments x, y, z, imp, location, filtering are no longer required in the electrodes table. |
| 20 | + @h-mayorquin, @rly (#1448) |
20 | 21 | - Added `cell_id` attribute to `IntracellularElectrode`. @bendichter (#1459) |
21 | 22 | - Added `offset` field to `TimeSeries` and its subtypes. @codycbakerphd (#1424) |
22 | 23 | - Added support for NWB 2.5.0. |
|
33 | 34 |
|
34 | 35 | ### Documentation and tutorial enhancements: |
35 | 36 | - Added tutorial on annotating data via ``TimeIntervals``. @oruebel (#1390) |
36 | | -- Added copy button to code blocks @weiglszonja (#1460) |
37 | | -- Created behavioral tutorial @weiglszonja (#1464) |
| 37 | +- Added copy button to code blocks. @weiglszonja (#1460) |
| 38 | +- Created behavioral tutorial. @weiglszonja (#1464) |
38 | 39 | - Enhanced display of icephys pandas tutorial by using ``dataframe_image`` to render and display large tables |
39 | 40 | as images. @oruebel (#1469) |
40 | | -- Created tutorial about reading and exploring an existing `NWBFile` @weiglszonja (#1453) |
| 41 | +- Created tutorial about reading and exploring an existing `NWBFile`. @weiglszonja (#1453) |
41 | 42 | - Added new logo for PyNWB. @oruebel (#1461) |
42 | 43 | - Minor text fixes. @oruebel @bendichter (#1443, #1462, #1463, #1466, #1472, #1473) |
43 | 44 |
|
|
0 commit comments