Skip to content

Commit f7d167b

Browse files
Update CHANGELOG.md
1 parent 38318fc commit f7d167b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Upcoming
22

3+
# v0.4.28
4+
5+
### Pending Deprecation (API)
6+
* To reduce ambiguity of the new intermediate workflow calls in the API, `inspect_nwb` will be deprecated in the next major release. It is replaced by either `inspect_nwbfile` (applied to a written file on disk) or `inspect_nwbfile_object` (an open object in memory). [#364](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/364)
7+
8+
### New Checks
9+
* Added support for new options to `subject.sex` (`XX` or `XO`) conditional on the `subject.species` being either "C. elegens" or "Caenorhabditis elegens". [#353](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/353)
10+
11+
### Improvements
12+
* Added an intermediate workflow to the main `nwbinspector` call pattern, named `inspect_nwbfile_object`. [#364](https://github.com/NeurodataWithoutBorders/nwbinspector/pull/364)
13+
14+
15+
316
# v0.4.27
417

518
### Fixes

0 commit comments

Comments
 (0)