All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.2 (2026-03-11)
1.1.1 (2026-02-19)
- avoid deprecation warning in test_codecs.py (#101) (2d43cd6)
- GaussianGrid shape of latitude and longitude should match grid shape (#95) (c737607)
- pass shape tuple instead of reader to get_grid (#96) (c844735)
1.1.0 (2026-01-19)
- assert that fsspec returned the expect number of bytes (0dfa0c5)
- asyncio_default_fixture_loop_scope warning (#83) (ec63718)
- deps: update dependencies and necessary adjustments (#87) (f87ed5e)
- failing fs-spec test (81ec4c3)
- Improve grid return types (#93) (140c2d8)
- metadata traversal in legacy files (#91) (a067756)
- only squeeze dimensions for integer indices (#90) (0d4ab00)
1.0.1 (2025-10-14)
- fsspec tests should not depend on specific files (#68) (7a41bc6)
- writer support for numpy scalars (#72) (1729c81)
1.0.0 (2025-09-30)
- release 1.0.0 (1141aca)
0.1.1 (2025-09-29)
- add more metadata to pyproject.toml (1344631)
- missing readme on pypi because not included in sdist (294295f)
0.1.0 (2025-09-27)
- add compression property to reader (#44) (150f6a1)
- add pfor codecs (#25) (7bfeb2c)
- Async Python Reader Interface (#26) (d714ffe)
- bump dependencies (#56) (7ecfc09)
- check availability of cpu features on import (#52) (a116604)
- docs (#46) (bd0470b)
- fenerated type stubs (#28) (effb29d)
- fsspec support for writer (#45) (a429a30)
- optional dependencies (#47) (c9f9252)
- public API and documentation improvements (#55) (1daf92e)
- release gil during array read (#48) (0d346c0)
- update readme and docs (#57) (c1ef3fe)
- ci cache improvements (#58) (edd687a)
- codec registration (0a6e572)
- minor improvement in README.md (e01df5e)
- run docs on push on main branch (00df254)
- shape should be a tuple (#43) (8546752)
- type hint for OmFilePyReader.shape (a03e581)
- wrong usage of zarr create_array compressor (2f221c4)
- xarray contained attributes as variables (#23) (8fac64d)
- zarr codec behavior for different zarr versions (#50) (8c6e516)
- Added Changelog
- Added Async Reader
- Fix type hint for shape property of OmFilePyReader
- Improved tests to use
pytestfixtures - Fix xarray contained attributes as variables
- Improve benchmarks slightly
- Properly close reader and writer
- Initial release of omfiles
- Support for reading .om files
- Integration with NumPy arrays
- xarray compatibility layer