Version 0.6.0
- Improve property handling and introduce derived properties
- Drops
xplt.units
module in favour ofxplt.properties
- Drops
xplt.register_property
method in favour ofxplt.register_data_property
andxplt.register_derived_property
- Drops
wrap_zeta=True
keyword argument in favour of propertyzeta_wrapped
- For details, see https://eltos.github.io/xplt/examples/properties.html
- Drops
- Improved consistency
- Make pandas an optional dependency
- Renamed
metric=
keyword argument ofTimeVariationPlot
tokind=
Full Changelog: v0.5.0...v0.6