Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/pip/tqdm-4.66.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 20, 2024
2 parents 0c73604 + e6e6c5b commit ed8f8a5
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 2,144 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
/docs/source/hdmf*.rst
/docs/gallery/*.hdf5
/docs/gallery/*.sqlite
/docs/gallery/expanded_example_dynamic_term_set.yaml
/docs/gallery/schemasheets/nwb_static_enums.yaml

# Auto-generated files after running tutorials
mylab.*.yaml
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
- Updated `TermSetWrapper` to support validating a single field within a compound array. @mavaylon1 [#1061](https://github.com/hdmf-dev/hdmf/pull/1061)
- Updated testing to not install in editable mode and not run `coverage` by default. @rly [#1107](https://github.com/hdmf-dev/hdmf/pull/1107)
- Add `post_init_method` parameter when generating classes to perform post-init functionality, i.e., validation. @mavaylon1 [#1089](https://github.com/hdmf-dev/hdmf/pull/1089)
- Exposed `progress_bar_class` to the `GenericDataChunkIterator` for more custom control over display of progress while iterating. @codycbakerphd [#1110](https://github.com/hdmf-dev/hdmf/pull/1110)
- Updated loading, unloading, and getting the `TypeConfigurator` to support a `TypeMap` parameter. @mavaylon1 [#1117](https://github.com/hdmf-dev/hdmf/pull/1117)

### Bug Fixes
- Fixed `TermSetWrapper` warning raised during the setters. @mavaylon1 [#1116](https://github.com/hdmf-dev/hdmf/pull/1116)

## HDMF 3.13.0 (March 20, 2024)

Expand Down
Loading

0 comments on commit ed8f8a5

Please sign in to comment.