ncarnate 2.2.1
A documentation and branding patch. No functional changes to conversion, recompression, or verification behavior — the fidelity guarantee is unchanged; this release only describes it more precisely and adds branding.
Changed
- Fidelity wording now matches what the verifier enforces: the data-preservation guarantee is value-identical — bit-for-bit for integer, char, and packed data; NaN- and signed-zero-insensitive for floating-point/complex — in the README, docs, and the HDF4 module docstring, replacing blanket "bit-identical" (which overstated the guarantee for float data, since the verifiers compare with
numpy.array_equal(equal_nan=True)).
Added
- Brand assets and a theme-aware README logo lockup (light/dark), plus live PyPI, conda-forge, and Read the Docs badges.
Fixed
- Read the Docs build stays green under current
myst-parser(suppressed themyst.headeradvisory thatfail_on_warningwould otherwise fail on).
Full changelog: https://github.com/ErickShepherd/ncarnate/blob/main/CHANGELOG.md