v2.0.0
v2.0.0 (2025-08-29)
This release is published under the MIT License.
Bug Fixes
- part_mixin: Fix bug in
bin_into_grid(andget_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_qmethod (6cec2a7)
Features
- part_mixin: Add function to get the weighted median of some variable in a particle dataset (
7855a10)
Refactoring
-
Add hidden method
_contains_datavarsto ozzy Dataset objects to simplify input validation in other parts of the code (f668c5d) -
Make all arguments for variable names consistent (
cb5973f)
Breaking Changes
TypeErrormay be raised when some functions are called using the old argument names
Detailed Changes: v1.3.4...v2.0.0