v0.16.14
github-actions
released this
23 Feb 22:30
·
70 commits
to master
since this release
HDF5 v0.16.14
Closed issues:
- Windows mmap test failures (#89)
- threadsafe? (#139)
- thread safety? (#259)
- FYI: HDF5 query language [needs support?] (#322)
- Cannot create mmap file on windows (#357)
- Create our own binary artifacts (#569)
- Base.show method for Properties (#763)
- v0.16 tracker and discussion (#802)
- It seems h5info is not implemented: is there an alternative? (#815)
- Crash when using from multiple threads (#835)
- Finalizing correctly when using MPI (#852)
- safe multi-threaded writing (#853)
- Read all attributes into a dictionary (or structure) (#857)
- Empty (extensible) dataset cannot be read back (#859)
- create_dset triggers race condition (#862)
- Finalizers cause exception_access_violation while using HDF5 from a thread. (#990)
- add branch protection to master (#1036)
- OrderedCollections, an implicit dependency (#1046)
- Finalizer error when rapidly writing to HDF5 (#1048)
- Not compatible with
TerminalMenus
in the stdlib (#1050) - Unexpected create_group key from readdlm string data (#1055)
Merged pull requests:
- Make
begin
as the first index of aDataset
work (#1027) (@machakann) - correct docs on JULIA_HDF5_PATH search path (#1032) (@stevengj)
- add missing docstring for Group (#1034) (@simonbyrne)
- close property lists, simplify mpio test (#1035) (@simonbyrne)
- Clean up MPI (#1038) (@simonbyrne)
- Bump H5Zblosc version to 0.1.1 (#1040) (@mkitti)
- Update docs/Manifest.toml for H5Zblosc v0.1.1 (#1041) (@mkitti)
- some fixes for docs (#1042) (@simonbyrne)
- fix implicit OrderedCollections dependency on FileIO (#1047) (@simonbyrne)
- Implement try_close_finalizer, fix #1048 (#1049) (@mkitti)
- Always load even if deps aren't satisfied (#1051) (@jpsamaroo)
- docs: mention that low-level functions are in API submodule (#1052) (@jwahlstrand)
- use Cstring in ccall (#1056) (@simonbyrne)