Skip to content

0.2.0

Compare
Choose a tag to compare
@hdmf-bot hdmf-bot released this 06 Jan 16:41
· 73 commits to dev since this release
17d4be7

Bugs

  • Updated the storage of links/references to use paths relative to the current Zarr file to avoid breaking
    links/reference when moving Zarr files @oruebel #46
  • Fixed bugs in requirements defined in setup.py @oruebel #46
  • Fixed bug regarding Sphinx external links @mavaylon1 #53
  • Updated gallery tests to use test_gallery.py and necessary package dependcies
    @mavaylon1 #53
  • Updated dateset used in conversion tutorial, which caused warnings
    @oruebel #56

Docs

  • Added tutorial illustrating how to create a new NWB file with NWBZarrIO
    @oruebel #46
  • Added docs for describing the mapping of HDMF schema to Zarr storage
    @oruebel #48
  • Added docs/gallery/resources for storing local files used by the tutorial galleries
    @oruebel #61
  • Removed dependency on dandi library for data download in the conversion tutorial by storing the NWB files as
    local resources @oruebel #61