Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix bug: `create_dataset` and `create_group` were used but not imported
from HDF5; the old compat shims only defined them as aliases when HDF5
*lacked* them (backwards logic). Now imported explicitly; dead shims removed.
- Remove dead code: `copy_all_but_shared!` was unexported and never called.
- Add test for non-BitsType array (Vector{ComplexF32}) alongside an
unpackable string, covering the group-write path (line 98) and the
non-BitsType branch in initialize_jld! (line 169). Requires new Alg4
in WorkerDummy.
- Add test for the single-image in-memory driver variant and its error path.
- Add unit tests for all three nicehdf5 specializations: plain SharedArray,
StaticArray-element arrays, and NumDenom-element arrays.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Module docstring for RegisterDriver - Rewrote driver docstrings: proper signature blocks, imperative mood, return values, examples for both the file-saving and in-memory variants - New docstrings for mm_package_loader and threadids - Added Documenter.jl as a test dependency with a doctest testset (manual=false, docstrings only) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add Documenter.jl docs/ with Home and API Reference pages - Add docs CI job (julia-docdeploy) that deploys to GitHub Pages - Expand README with badges (CI, coverage, docs), installation instructions, concepts section, and usage examples - Bump version to 1.0.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #25 +/- ##
===========================================
+ Coverage 74.31% 91.26% +16.95%
===========================================
Files 1 1
Lines 109 103 -6
===========================================
+ Hits 81 94 +13
+ Misses 28 9 -19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
driver,mm_package_loader,threadids); doctests wired into CIdocs/) with Home and API Reference pages; CI deploys to GitHub Pages viajulia-docdeployTest plan
minand1Julia versionsDOCUMENTER_KEYsecret to be set in repo settings)🤖 Generated with Claude Code