Skip to content

v0.6.0

Compare
Choose a tag to compare
@stephprince stephprince released this 22 Nov 06:16
· 7 commits to dev since this release
dd39d0e

v0.6.0

Deprecation

  • Support for Python 3.8 has been removed. #508

Deprecation (API)

  • The inspect_nwb method has been removed. Please use inspect_nwbfile or inspect_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

  • Fixed incorrect error message for OptogeneticStimulusSite. #524
  • Fixed detection of Zarr directories for inspection. #531