-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clean up Dataspaces - define HDF5.UNLIMITED constant for unlimited values - improve printing of Dataspace objects - define Dataspace contructors, deprecate methods for dataspace functions * add to docs * fix errors * deprecate some create_dataset methods * rearrange, fix tests * more deprecations * add newline * create_attribute fixes * format * simplify create_dataset dispatch, clean up docs * make UNLIMITED an Int * make create_attribute consistent with create_dataset * rearrange hyperslab tests, support colons * update docs, fix deprecations in tests * fix tests * improve deprecation warnings * split up docstrings, add more links * reorder Windows tests to avoid weird bug
- Loading branch information
1 parent
ddc33ec
commit 4568054
Showing
24 changed files
with
619 additions
and
448 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ export @read, | |
create_property, | ||
group_info, | ||
object_info, | ||
Dataspace, | ||
dataspace, | ||
datatype, | ||
Filters, | ||
|
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.