Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 20:00

v2.0.0 (2025-08-29)

This release is published under the MIT License.

Bug Fixes

  • part_mixin: Fix bug in bin_into_grid (and get_phase_space, which depends on it) for axisymmetric data (6404186)

Documentation

  • Restructure the "Data object methods" section of the code reference and other small updates (4ff3d2e)

  • lcode_backend: Improve example of convert_q method (6cec2a7)

Features

  • part_mixin: Add function to get the weighted median of some variable in a particle dataset (7855a10)

Refactoring

  • Add hidden method _contains_datavars to ozzy Dataset objects to simplify input validation in other parts of the code (f668c5d)

  • Make all arguments for variable names consistent (cb5973f)

Breaking Changes

  • TypeError may be raised when some functions are called using the old argument names

Detailed Changes: v1.3.4...v2.0.0