Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 19:10

v2.1.0 (2026-06-23)

This release is published under the MIT License.

Bug Fixes

  • ozzy_backend: Add data_vars argument explicitly to xarray open_dataset and open_mfdataset functions (6d88b1a)

  • utils: Make upack_attr function accept more types of HDF5 attributes (896223b)

Documentation

  • Add openPMD examples to "Reading files" section of User Guide (dd47d78)

  • Add openPMD examples to open and open_series docstrings (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 files argument of ozzy.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_compare compatible 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_file to read CSV file with LCODE file endings (4e55913)

  • plot: Import tol_colors as a package instead of bundling the code directly (8ac8bb7)

  • utils: Stop requiring a numpy.ndarray in unpack_attr function (96d198b)


Detailed Changes: v2.0.5...v2.1.0