|
1 | 1 | # PyNWB Changelog |
2 | 2 |
|
3 | | -## PyNWB 2.1.1 (Upcoming) |
| 3 | +## PyNWB 2.1.1 (September 1, 2022) |
4 | 4 |
|
5 | 5 | ### Documentation and tutorial enhancements: |
6 | | -- Support explicit ordering of sphinx gallery tutorials in the docs. @oruebel (#1504), @bdichter (#1495) |
7 | | -- Add developer guide on how to create a new tutorial. @oruebel (#1504) |
8 | | -- Add images tutorial. @weiglszonja (#1470) |
9 | | -- Add example code for s3fs in the streaming tutorial. @bdichter (#1499) |
| 6 | +- Added support for explicit ordering of sphinx gallery tutorials in the docs. @oruebel |
| 7 | + [#1504](https://github.com/NeurodataWithoutBorders/pynwb/pull/1504), @bdichter |
| 8 | + [#1495](https://github.com/NeurodataWithoutBorders/pynwb/pull/1495) |
| 9 | +- Added developer guide on how to create a new tutorial. @oruebel |
| 10 | + [#1504](https://github.com/NeurodataWithoutBorders/pynwb/pull/1504) |
| 11 | +- Added images tutorial. @weiglszonja |
| 12 | + [#1470](https://github.com/NeurodataWithoutBorders/pynwb/pull/1470) |
| 13 | +- Added example code for fsspec in the streaming tutorial. @bdichter |
| 14 | + [#1499](https://github.com/NeurodataWithoutBorders/pynwb/pull/1499) |
10 | 15 |
|
11 | 16 | ### Enhancements and minor changes |
12 | | -- Update coverage workflow, report separate unit vs integration coverage. @rly (#1509) |
13 | | -- Delete test files generated from running sphinx gallery examples. @rly (#1517) |
14 | | -- Enable passing an S3File created through s3fs, which provides a method for reading an NWB file directly |
| 17 | +- Updated coverage workflow, report separate unit vs integration coverage. @rly |
| 18 | + [#1509](https://github.com/NeurodataWithoutBorders/pynwb/pull/1509) |
| 19 | +- Deleted test files generated from running sphinx gallery examples. @rly |
| 20 | + [#1517](https://github.com/NeurodataWithoutBorders/pynwb/pull/1517) |
| 21 | +- Enabled passing an S3File created through s3fs, which provides a method for reading an NWB file directly |
15 | 22 | from s3 that is an alternative to ros3. This required relaxing of `NWBHDF5IO` input validation. The `path` |
16 | 23 | arg is not needed if `file` is provided. `mode` now has a default value of "r". |
17 | | - @bendichter (#1499) |
| 24 | + @bendichter |
| 25 | + [#1499](https://github.com/NeurodataWithoutBorders/pynwb/pull/1499) |
18 | 26 | - Added a method to `NWBMixin` that only raises an error when a check is violated on instance creation, |
19 | 27 | otherwise throws a warning when reading from a file. The new checks in `ImageSeries` when `external_file` |
20 | 28 | is provided is used with this method to ensure that that files with invalid data can be read, but prohibits |
21 | | - the user from creating new instances when these checks are violated. @weiglszonja (#1516) |
| 29 | + the user from creating new instances when these checks are violated. @weiglszonja |
| 30 | + [#1516](https://github.com/NeurodataWithoutBorders/pynwb/pull/1516) |
22 | 31 | - Created a GitHub Actions workflow to generate test files for testing backward compatibility. @rly |
23 | 32 | [#1548](https://github.com/NeurodataWithoutBorders/pynwb/pull/1548) |
24 | | -- Enhanced docs for ``LabMetaData`` to clarify its usage @oruebel [#1546](https://github.com/NeurodataWithoutBorders/pynwb/pull/1546) |
| 33 | +- Updated requirements, including allowing numpy 1.23. @rly |
| 34 | + [#1550](https://github.com/NeurodataWithoutBorders/pynwb/pull/1550) |
| 35 | +- Enhanced docs for ``LabMetaData`` to clarify its usage. @oruebel |
| 36 | + [#1546](https://github.com/NeurodataWithoutBorders/pynwb/pull/1546) |
25 | 37 |
|
26 | 38 | ## PyNWB 2.1.0 (July 6, 2022) |
27 | 39 |
|
|
0 commit comments