CHANGELOG#
0.0.7 (2026-05-28)#
Add JOSS publication references (GH#330, GH#332) `Hauke Schulz`_.
Update doctests to reflect latest changes in zarr 3.1.4 (GH#331) `Hauke Schulz`_.
Limit numpy to <2.4.0 to temporarily fix some incompatibilities (GH#334) `Hauke Schulz`_.
Add dependency listing to CI actions to see version changes (GH#334) `Hauke Schulz`_.
Fix contributing guide to use uv instead of conda (GH#336) `Olivier Bonte`_.
Allow manual triggering of all CI jobs (GH#337) `Hauke Schulz`_.
Fix CI test with recent eccodes versions (GH#338) `Hauke Schulz`_.
Make prefect optional by removing it from default dependencies and raising a clear error in get_prefect_flow when missing (GH#342) `Hauke Schulz`_.
Update pre-commit hook versions for ruff and black (GH#340) pre-commit-ci _.
0.0.6 (2025-11-20)#
Update GitHub actions (GH#306) `Hauke Schulz`_.
Add note to docs on additional requirements running ArtificialInformation filter example (GH#322) `Hauke Schulz`_.
Improve README code example (GH#325) `Hauke Schulz`_.
Join pytest toml sections to support pytest>=9.0.0 (GH#326) `Hauke Schulz`_.
Add python 3.10 support (GH#327) `Hauke Schulz`_.
0.0.5 (2025-11-07)#
Update pre-commit hooks and update doctests (GH#307) `Hauke Schulz`_.
Add python matrix test and restrict supported versions to 3.11-3.13 (GH#323) `Hauke Schulz`_.
0.0.4 (2025-09-22)#
Improve documentation (GH#310) `Hauke Schulz`_.
Fix deprecation compatibility issues (GH#309) `Hauke Schulz`_.
Limit libcurl version to fix recent binary issues (GH#297) `Hauke Schulz`_.
Add warning for quantized variables (GH#286, GH#202) `Joel Jaeschke`_.
Update BitInformation.jl version to v0.6.3 (GH#292) `Hauke Schulz`_
Improve test/docs environment separation (GH#275, GH#267) `Aryan Bakliwal`_.
Set default masked value to None for integers (GH#289) `Hauke Schulz`_.
Add basic filter to remove artificial information from bitinformation (GH#280, GH#209) `Ishaan Jain`_.
Add support for additional datatypes in
xbitinfo.xbitinfo.plot_bitinformation()(GH#218, GH#168) `Hauke Schulz`_.Drop python 3.8 support and add python 3.11 (GH#175) `Hauke Schulz`_.
Implement basic retrieval of bitinformation in python as alternative to julia implementation (GH#156, GH#155, GH#126, GH#125) `Hauke Schulz`_ with helpful comments from `Milan Klöwer`_.
Make julia binding to BitInformation.jl optional (GH#153, GH#151) `Aaron Spring`_.
Add support for python 3.13 (GH#303) and use uv for GitHub Actions `Hauke Schulz`_.
Simplify get_bitinformation function (GH#262, GH#261) `Hauke Schulz`_.
0.0.3 (2022-07-11)#
Fix julia package installations for PyPi and enable installation via pip and conda (GH#18, GH#132, GH#131) `Filipe Fernandes`_, `Mark Kittisopikul`_.
Fix compression example for zarr-files (GH#119, GH#121) `Hauke Schulz`_.
Keep
attrsassource_attributefrom input inxbitinfo.xbitinfo.get_bitinformation(). (GH#154, GH#158) `Aaron Spring`_.
0.0.2 (2022-07-11)#
Fix
kwargsinxbitinfo.xbitinfo._get_bitinformation_kwargs_handler()which were not reused for other variables inxbitinfo.xbitinfo.get_bitinformation(). (GH#99, GH#101) `Aaron Spring`_.Refactor
xbitinfo.xbitinfo.get_keepbits()with xarray functions. (GH#100) `Aaron Spring`_.Allow
dimaslistinxbitinfo.xbitinfo.get_bitinformation(). (GH#105, GH#106) `Aaron Spring`_.Fix PyPI package and make it actually installable via pip (GH#14, GH#114, GH#103) `Aaron Spring`_, `Hauke Schulz`_, `Rich Signell`_.
Improve PyPi packaging (GH#110) `Filipe Fernandes`_.
0.0.1 (2022-05-04)#
First release on PyPI.