Releases: NeurodataWithoutBorders/nwbinspector
Releases · NeurodataWithoutBorders/nwbinspector
v0.4.36
v0.4.35
v0.4.35
Fixes
- Extended
check_session_start_time_future_dateandcheck_session_start_time_old_dateto be timezone optional as allowed by PyNWB > 2.6.0 versions. #452
Improvements
- Exposed progress bar control to
inspect_allandrun_checksto allow compatibility with more generic visualizations of inspection progress related to the NWB GUIDED. #443 - Added Python 3.12 support. #457
Testing
- Pinned action runners to MacOS x64 architecture; removed other deprecated steps of setup and continuous integration testing. #450
v0.4.34
v0.4.33
v0.4.32
v0.4.32
Fixes
- Use cached extension namespaces when calling pynwb validate instead of just the core namespace. #425
Improvements
- Added automatic suppression of certain subject related checks when inspecting files using the "dandi" configuration that have a
subject_idthat starts with the keyphrase "protein"; e.g., "proteinCaMPARI3" to indicate the in vitro subject of the experiment is a purified CaMPARI3 protein.
v0.4.31
v0.4.30
v0.4.29
v0.4.28
v0.4.28
Pending Deprecation (API)
- To reduce ambiguity of the new intermediate workflow calls in the API,
inspect_nwbwill be deprecated in the next major release. It is replaced by eitherinspect_nwbfile(applied to a written file on disk) orinspect_nwbfile_object(an open object in memory). #364
New Checks
- Added support for new options to
subject.sex(XXorXO) conditional on thesubject.speciesbeing either "C. elegens" or "Caenorhabditis elegens". #353
Improvements
- Added an intermediate workflow to the main
nwbinspectorcall pattern, namedinspect_nwbfile_object. #364