-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configuration File for TermSet validations (#1016)
* config * rough draft * move * testing * check * new way of thinking draft * support multiple config files * testing * placeholder' * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update * Delete docs/gallery/example_config.yaml * clean up * clean up * clean up * checkpoint * need to clean * partial clean up * warn * yaml changes * revert * except * clean up * warning tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * tests * tests * tests * ruff * update * update * cov * tests * tests/clean * coverage' git push * coverage' git push * final clean ups * final clean ups * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update src/hdmf/container.py * Update src/hdmf/container.py * Update src/hdmf/term_set.py * Update src/hdmf/term_set.py * in progress * Update src/hdmf/container.py Co-authored-by: Ryan Ly <[email protected]> * Update tests/unit/test_term_set.py Co-authored-by: Ryan Ly <[email protected]> * Update tests/unit/test_term_set.py Co-authored-by: Ryan Ly <[email protected]> * in progress * in progress * in progress * in progress * clean tests * checkpoint of updates * checkpoint of updates * checkpoint of updates * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * copy * clean up * clean * Update CHANGELOG.md * clean up * clean up * test copy * name * Update CHANGELOG.md * Update requirements-opt.txt * Update requirements-opt.txt * Update container.py Co-authored-by: Ryan Ly <[email protected]> * Update container.py Co-authored-by: Ryan Ly <[email protected]> * Update __init__.py Co-authored-by: Ryan Ly <[email protected]> * Update manager.py Co-authored-by: Ryan Ly <[email protected]> * clean * namespace * Update src/hdmf/common/__init__.py * Update src/hdmf/common/__init__.py Co-authored-by: Ryan Ly <[email protected]> * Update __init__.py --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ryan Ly <[email protected]>
- Loading branch information
1 parent
0000202
commit 244d17a
Showing
14 changed files
with
402 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# pinned dependencies that are optional. used to reproduce an entire development environment to use HDMF | ||
tqdm==4.66.2 | ||
zarr==2.17.1 | ||
linkml-runtime==1.7.3; python_version >= "3.9" | ||
linkml-runtime==1.7.4; python_version >= "3.9" | ||
schemasheets==0.2.1; python_version >= "3.9" | ||
oaklib==0.5.31; python_version >= "3.9" | ||
pydantic==2.6.4 | ||
pyyaml==6.0.1; python_version >= "3.9" | ||
oaklib==0.5.32; python_version >= "3.9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.