Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@hdmf-bot hdmf-bot released this 19 Dec 22:03
· 1 commit to dev since this release
0.10.0
40d2ab7

0.10.0 (December 18, 2024)

Enhancements

  • Added initial refactor of export, supporting references and internal/external links from Zarr to Zarr. This will introduce breaking changes that could lead to existing exported files to be invalid. This update removes '.' as the object default file source. @mavaylon1 #194
  • Added support for Pathlib paths. @mavaylon1 #212
  • Updated packages used for testing and readthedocs configuration. @mavaylon1, @rly #214
  • Add force_overwite parameter for ZarrIO.__init__ to allow overwriting an existing file or directory. @oruebel #229
  • Remove allowance of hdmf.Array in __init__ of AbstractZarrTableDataset and ZarrDataset to be compatible with HDMF 4.0. @rly #236
  • Remove support for python 3.8 and added testing for Python 3.13. @mavaylon1 #240
  • Added NWBZarrIO.read_nwb convenience method to simplify reading an NWB file. @oruebel #226
  • Updated optional dependency groups in pyproject.toml and GitHub Actions workflows. @rly, @mavaylon1 #239
  • Applied black code formatter. @rly #247

Bug Fixes

  • Fix reading of cached specs and caching of specs during export. @rly #232
  • Fix hiding of pynwb compatibility errors. @rly 242