-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Summary Support array types ### Why? It's part of the standard ### How? - Added encoders and decoders for new array types. - Reached 100% test coverage for _datatype.py module, including tests from the spec. - Updated uv lock local dev dependencies to include pytest-subtests for subtests in those unit tests, and numpy. - Updated changelog for next release. - Update type annotations to stop using Dict, List, Tuple, Type, etc. - Add codecov.yaml. - Omit protobuf files from coverage, and some untestable lines, increase coverage requirements. - Update demo notebooks. - Remove reundant notebooks. - Add documentation for unsupported datatypes. - Add just command for notebooks, remove run.sh. - Fix Dockerfile for notebooks and rename it. - Document notebooks better in readme --------- Co-authored-by: Ahmed Wahdan <ahmedibrahimwahdan@gmail.com>
- Loading branch information
1 parent
ca64b43
commit 176e73e
Showing
24 changed files
with
1,731 additions
and
396 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
coverage: | ||
status: | ||
patch: | ||
default: | ||
target: 100% | ||
project: | ||
default: | ||
target: 69% |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.