v2.1.0
v2.1.0 (2026-06-23)
This release is published under the MIT License.
Bug Fixes
-
ozzy_backend: Add
data_varsargument explicitly to xarrayopen_datasetandopen_mfdatasetfunctions (6d88b1a) -
utils: Make
upack_attrfunction accept more types of HDF5 attributes (896223b)
Documentation
-
Add openPMD examples to "Reading files" section of User Guide (
dd47d78) -
Add openPMD examples to
openandopen_seriesdocstrings (61e5207) -
Update acknowledgment and license information to reflect the fact that Paul Tol's color schemes are not bundled directly with ozzy anymore (
08a4315) -
Update some details in User Guide (
5391613) -
Update with information about openPMD backend (
4df715a) -
core: Correct docstring for
filesargument ofozzy.open_series(2224d8a) -
lcode_backend: Include link to xarray Dataset documentation (
4b98ad1) -
osiris_backend: Include link to xarray Dataset documentation (
2f199d3)
Features
-
Implement openPMD backend (
ec070da) -
Make
ozzy.open_comparecompatible with openPMD files (b973357) -
physunits: Add quantity definitions for electric field and charge density (
db425d0) -
physunits: Add very basic support for physical unit conversion (
4b0d0fc) -
utils: Add helper function to find items in HDF5 files (
4262909)
Refactoring
-
lcode_backend: Use
importlib.resources.as_fileto read CSV file with LCODE file endings (4e55913) -
plot: Import
tol_colorsas a package instead of bundling the code directly (8ac8bb7) -
utils: Stop requiring a
numpy.ndarrayinunpack_attrfunction (96d198b)
Detailed Changes: v2.0.5...v2.1.0