From: André W. <co...@wo...> - 2022-10-16 13:27:13
|
Hi, We're very happy to announce the release of PyX 0.16! This release enables a shortcut for accessing graph-component attributes, simplifying the modification of default components. Small improvements and several bug fixes, especially for the text alignment with TeX Live 2020, are included. See the full list of changes below. Happy PyXing, André and Jörg ------------------------------------------------------------------------- 0.16 (2022/10/16): - graph module: - enable shortcut for passing arguments through graph components (axes, painters, etc.) by passing keyword arguments consisting of graph components separated by underscores. - graph.axis.style: - Allow invalid values (e.g. None) in color values of density style. - text module: - make alignment work with texlive 2020 (reported by Thomas Bending) - fix deprecation warning for isSet - dvi module: - ignore the l3backend header special for dvips - bitmap module: - fix bitmap palette data pdf output being bytes - canvas module: - add clear() method to canvas class (suggested by Camilo Talero) - t1 extension module: - adjust to int/Py_ssize_t change in python 3.10 (thanks to Michael J Gruber) - graph.axis.texter: - rename multiplication_tex -> multiplicationtex and multiplication_unicode -> multiplicationunicode in default texter - manual: - Remove deprecated code in colorname.py and gradientname.py (thanks to grozin for reporting this in bug #37) - the gallery has been moved away from sourceforge.net wiki to the PyX website. Contributions by pull requests are welcome. |