Releases: NeurodataWithoutBorders/nwbinspector
Releases · NeurodataWithoutBorders/nwbinspector
v0.6.1
v0.6.0
v0.6.0
Deprecation
- Support for Python 3.8 has been removed. #508
Deprecation (API)
- The
inspect_nwb
method has been removed. Please useinspect_nwbfile
orinspect_nwbfile_object
instead. #505
New Features
- Added Zarr support. #513
Improvements
- Removed the
robust_ros3_read
utility helper. #506 - Simplified the
nwbinspector.testing
configuration framework. #509 - Cleaned old references to non-recent PyNWB and HDMF versions. Current policy is that latest NWB Inspector releases should only support compatibility with latest PyNWB and HDMF. #510
- Swapped setup approach to the modern
pyproject.toml
standard. #507 - Added complete annotation typing and integrated Mypy into pre-commit. #520
Fixes
v0.5.2
v0.5.1
v0.5.1
A re-release of v0.5.0 which accidentally hard deprecated the import of the InspectorOutputJSONEncoder
. The soft deprecation has now been restored.
v0.5.0
v0.5.0
Deprecation (API)
- Certain low-level functions have been marked as private (such as the former
nwbinspector.register_checks.auto_parse
) indicating they should not have been imported by downstream users. #485 - Various inappropriate imports from certain submodules have been hard deprecated (e.g.,
from nwbinspector.inspector_tools import natsorted
). #485
Pending Deprecation (API)
- The
inspector_tools
,register_check
, and `` submodules have been soft deprecated and will be removed in the next major release. #485
Improvements
v0.4.37
v0.4.36
v0.4.35
v0.4.35
Fixes
- Extended
check_session_start_time_future_date
andcheck_session_start_time_old_date
to be timezone optional as allowed by PyNWB > 2.6.0 versions. #452
Improvements
- Exposed progress bar control to
inspect_all
andrun_checks
to 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