Skip to content

ncarnate 2.2.1

Choose a tag to compare

@ErickShepherd ErickShepherd released this 13 Jul 00:39
· 54 commits to main since this release

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 the myst.header advisory that fail_on_warning would otherwise fail on).

Full changelog: https://github.com/ErickShepherd/ncarnate/blob/main/CHANGELOG.md