added methods %exist('/foo', ierr) does a variable exist in the file %is_contig('/foo', ierr) is the variable contiguous (not chunked, not compressed) %is_chunked('/foo', ierr) is the variable chunked (may or may not be compressed) bugfix from 2.4.0, accidentally making compression disabled. Added tests to avoid this happening again
<p>@jpivarski fixed a bug in which returning regular arrays along with lower-dimensional array...
Conference of 19th International Conference on Fundamental Approaches to Software Engineering, FASE ...
New features feat: chunk specification in uproot.dask by @lgray in https://github.com/scikit-hep/up...
activate per-variable chunk-size. Write contiguous by default compression and chunk-size aren't spec...
on a per-dataset basis, allow user to either set chunking or auto-chunk for easier use of compressio...
add methods: is_chunked, is_contig, chunks enable compression with auto-chunking expand testing lik...
fixed BUG: reading into an array slice failed due to bug in C-Fortran interface. This has been fixed...
Fixes one issue: PR #193 (issue #186): ChunkedArrays can now be sliced by ChunkedArrays (if they ha...
fix long-standing stability bug that I had used workaround code to get rid of before, but now I fixe...
Full Changelog: https://github.com/silx-kit/h5web/compare/v6.6.0...v6.6.1 @h5web/app :bug: : Fix Co...
Bugfixes: In rare cases the 'w' variable could not be recorded. Bugfix in early stopping of simulati...
Fixed #90: unrecognized branch compression should not be an error, but should defer to the file-wide...
h5fortran v3.5.2 improves read() operations to check type and size versus the variable (rank and dim...
Changelog v0.4.4 (February 26, 2021) Bugfixes Characterization for cases when some stressors are ...
Implementation and results of "Which bugs are missed in code reviews: An empirical study on SmartSHA...
<p>@jpivarski fixed a bug in which returning regular arrays along with lower-dimensional array...
Conference of 19th International Conference on Fundamental Approaches to Software Engineering, FASE ...
New features feat: chunk specification in uproot.dask by @lgray in https://github.com/scikit-hep/up...
activate per-variable chunk-size. Write contiguous by default compression and chunk-size aren't spec...
on a per-dataset basis, allow user to either set chunking or auto-chunk for easier use of compressio...
add methods: is_chunked, is_contig, chunks enable compression with auto-chunking expand testing lik...
fixed BUG: reading into an array slice failed due to bug in C-Fortran interface. This has been fixed...
Fixes one issue: PR #193 (issue #186): ChunkedArrays can now be sliced by ChunkedArrays (if they ha...
fix long-standing stability bug that I had used workaround code to get rid of before, but now I fixe...
Full Changelog: https://github.com/silx-kit/h5web/compare/v6.6.0...v6.6.1 @h5web/app :bug: : Fix Co...
Bugfixes: In rare cases the 'w' variable could not be recorded. Bugfix in early stopping of simulati...
Fixed #90: unrecognized branch compression should not be an error, but should defer to the file-wide...
h5fortran v3.5.2 improves read() operations to check type and size versus the variable (rank and dim...
Changelog v0.4.4 (February 26, 2021) Bugfixes Characterization for cases when some stressors are ...
Implementation and results of "Which bugs are missed in code reviews: An empirical study on SmartSHA...
<p>@jpivarski fixed a bug in which returning regular arrays along with lower-dimensional array...
Conference of 19th International Conference on Fundamental Approaches to Software Engineering, FASE ...
New features feat: chunk specification in uproot.dask by @lgray in https://github.com/scikit-hep/up...