Skip to content

Commit

Permalink
Fix warning (#1116)
Browse files Browse the repository at this point in the history
* Fix warning

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* breakpoint

* Delete docs/gallery/expanded_example_dynamic_term_set.yaml

* Delete docs/gallery/schemasheets/nwb_static_enums.yaml

* Update CHANGELOG.md

* Update .gitignore

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
mavaylon1 and pre-commit-ci[bot] authored May 17, 2024
1 parent d390c14 commit a497da3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2,131 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
- 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)

### 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)

### Enhancements
Expand Down
Loading

0 comments on commit a497da3

Please sign in to comment.