|
1 | 1 | # PyNWB Changelog |
2 | 2 |
|
| 3 | +## PyNWB 1.3.2 (June 1, 2020) |
| 4 | + |
| 5 | +### Bug fixes: |
| 6 | +- Add support for nwb-schema 2.2.5. @rly (#1243) |
| 7 | + - This schema version fixes incorrect dims and shape for `ImagingPlane.origin_coords` and `ImagingPlane.grid_spacing`, |
| 8 | + and fixes incorrect dims for `TwoPhotonSeries.field_of_view`. |
| 9 | + |
3 | 10 | ## PyNWB 1.3.1 (May 28, 2020) |
4 | 11 |
|
5 | 12 | ### Bug fixes: |
6 | 13 | - Fix bugged `Device` constructor. @rly (#1209) |
7 | 14 | - Fix link to code of conduct page in docs. @rly (#1229) |
8 | | -- Fix docs for get_type_map. @oruebel (#1233) |
9 | | -- Pass file object to parent when loading namespaces (#1242) |
| 15 | +- Fix docs for `get_type_map`. @oruebel (#1233) |
| 16 | +- Pass file object to parent when loading namespaces. @NileGraddis (#1242) |
10 | 17 |
|
11 | 18 | ### Internal improvements: |
12 | 19 | - Update CI to use supported MacOS version. @rly (#1211) |
|
17 | 24 | - Inform which unit value is actually overwritten. @yarikoptic (#1219) |
18 | 25 | - Do not print out logging.DEBUG statements to stdout for test.py. @rly (#1240) |
19 | 26 | - Add support for nwb-schema 2.2.4. @rly (#1213) |
20 | | - - Make `ImagingPlane.imaging_rate` optional. This moves the `imaging_rate` argument down the list of constructor |
21 | | - arguments for `ImagingPlane.__init__`. This will break existing code that calls the constructor of |
22 | | - `ImagingPlane` with at least 6 positional arguments, such that one positional argument matches `imaging_rate`. |
| 27 | + - Make `ImagingPlane.imaging_rate` optional. This moves the `imaging_rate` argument down the list of constructor arguments for `ImagingPlane.__init__`. This will break existing code that calls the constructor of `ImagingPlane` with at least 6 positional arguments, such that one positional argument matches `imaging_rate`. |
23 | 28 |
|
24 | 29 | ## PyNWB 1.3.0 (Mar. 4, 2020) |
25 | 30 |
|
26 | 31 | ### New features: |
27 | 32 | - Add support for nwb-schema 2.2.2. @rly (#1146) |
28 | | - - This is a large change. See the PR and schema release notes for more information: nwb-schema.readthedocs.io/en/latest/format_release_notes.html#march-2-2020 |
| 33 | + - This is a large change. See the PR and [schema release notes](http://nwb-schema.readthedocs.io/en/latest/format_release_notes.html#march-2-2020) for more information. |
29 | 34 | - Validate against most specific namespace. @t-b, @rly (#1094) |
30 | | -- Replace 'ic_electrode' with 'icephys_electrode' in NWBFile. @oruebel (#1200) |
| 35 | +- Replace 'ic_electrode' with 'icephys_electrode' in `NWBFile`. @oruebel (#1200) |
31 | 36 | - Integrate minor enhancements and bug fixes introduced in HDMF 1.6.0 and 1.6.1, including improved handling of namespaces that lack a version key, |
32 | 37 |
|
33 | 38 | ### Internal improvements: |
|
42 | 47 | - Fix unit testing output. @rly (#1158) |
43 | 48 | - Fix copying files with Subject. @rly (#1171) |
44 | 49 | - Add "unit" attribute back as an optional attribute in icephys classes. @rly (#1188) |
45 | | -- Fix reported development status in setup.py. @rly (#1201) |
| 50 | +- Fix reported development status in `setup.py`. @rly (#1201) |
46 | 51 |
|
47 | 52 | ## PyNWB 1.2.1 (Jan. 22, 2020) |
48 | 53 |
|
|
0 commit comments