|
From: Joerg L. <jo...@us...> - 2025-11-02 14:52:38
|
Hi,
We're very happy to announce the release of PyX 0.17!
This release contains various fixes and improvements. In particular, it adds
support for log axes with purely negative values, graph grids are now displayed
below filled data, and the UnicodeEngine supports transformations and colors.
Note that the density parameter has been moved to the axis rater.
See the full list of changes below.
Happy PyXing,
André and Jörg
------------------------------------------------------------------------
0.17 (2025/11/02):
- Move metadata from setup.py to pyproject.toml
- graph modules:
- enable log axis on negative values (either all values need to be positive
or negative)
- move the density parameter to the rater (with a deprecation warning in
the axis)
- limit subaxis range in bar and split axes to [0..1] except for epsilon=None
- improve exception handling for invalid data in density style
- add a new grid layer below filldata and paint axes grids there
- support modification of x2, y2, etc. graph axes by keyword arguments
- Cleanup of pdfwriter and pdfextras
- Add support for fillattrs and trafos in UnicodeEngine
- various improvements to the documentation
|