Skip to content

3.6.0

Compare
Choose a tag to compare
@hdmf-bot hdmf-bot released this 12 May 02:24
· 156 commits to dev since this release
8a3fc19

HDMF 3.6.0 (May 12, 2023)

New features and minor improvements

  • Updated ExternalResources to have FileTable and new methods to query data. the ResourceTable has been removed along with methods relating to Resource. @mavaylon #850
  • Updated hdmf-common-schema version to 1.6.0. @mavaylon #850
  • Added testing of HDMF-Zarr on PR and nightly. @rly #859
  • Replaced setup.py with pyproject.toml. @rly #844
  • Use ruff instead of flake8. @rly #844
  • Replaced versioneer with setuptools_scm for versioning. @rly #844
  • Now recommending developers use pre-commit. @rly #844

Bug fixes

  • Export cached specs that are loaded in source IO manager but not in export IO manager. @rly
    #855
  • Fixed issue with passing an S3 URL for source in the constructor of HDMFIO @rly
    #853

Documentation and tutorial enhancements:

  • Updated ExternalResources how to tutorial to include the new features. @mavaylon #850