Releases: pyx-project/pyx
PyX 0.16
PyX 0.15
This release introduces a new text engine UnicodeEngine, which enables simple typesetting with Type1 fonts without using TeX/LaTeX. The graph axis texters have been adjusted to work on the UnicodeEngine, as well. The exponential and mixed graph axis texters have been merged into the new default texter.
PyX' home has been moved to https://pyx-project.org. The source code repository has been converted to git and is now hosted at https://github.com/pyx-project/pyx.
PyX 0.14.1
PyX source distribution is now hosted on PyPI. We also uploaded all
old releases to PyPI. At the same time we removed the downloads from
sourceforge. A few bug fixes are also included in this release.
PyX 0.14
This version adds SVG (Scaleable Vector Graphics) as an output format
to PyX. SVG can also be read to include it unchanged to into the SVG
output. In addition, even though with quite some limitations, SVG can
be read, parsed, and then represented on the PyX graphics level. Here
it can be modified and output not just to SVG, but also to the other
output formats. Various improvements and bug fixes complete this
release.
PyX 0.13
PyX has been ported to Python 3. It now requires Python 3.2 and above.
Python 2 users should continue to use the previous PyX releases. Along
with the port the text module was modernized and got a new
documentation. In addition, the normpath now removes cusps from
normcurves by spliting the curves on instability points such that
tangents etc. are always well-defined. Various improvements and bug
fixes complete this release.
PyX 0.12.1
This release fixes drawing bugs in the gradient style for the recently
introduced key graph.
Note: This is the last release of the 0.12.x series, and by that the last release running on Python 2.x.
PyX 0.12
This release adds a density graph style to create density plots. The color
scale is shown by a separate key graph. The key graph feature has been
integrated in existing styles where appropriate, like the 3d surface style.
A rather large set of other additions and bug fixes all over the place
completes this release.
PyX 0.11.1
This release fixes a few bugs, most importantly the extension build process.
The manual has been been ported to Sphinx.
PyX 0.11
This release contains a major reorganization of the text output code.
Transparency in bitmaps is now supported and limited functionality of the bar
style is available in 3d graphs. Various bugs have been fixed and there are
small improvements all over the place.
PyX 0.10
This release adds 3d plotting facilities to PyX using parallel or central
projection. Two new graph styles grids and surfaces can be used in 3d
graphs as well as some existing generic graph styles (symbols, lines,
errorbars etc.). Several new examples, various other improvements
requested by PyX users and some bugfixes complete this release.