Skip to content

Releases: pyx-project/pyx

PyX 0.16

16 Oct 12:44
Compare
Choose a tag to compare

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.

PyX 0.15

14 Jul 09:44
Compare
Choose a tag to compare

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

18 Jul 15:02
Compare
Choose a tag to compare

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

18 Jul 15:01
Compare
Choose a tag to compare

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

18 Jul 15:00
Compare
Choose a tag to compare

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

19 Jul 03:46
Compare
Choose a tag to compare

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

18 Jul 14:59
Compare
Choose a tag to compare

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

18 Jul 14:59
Compare
Choose a tag to compare

This release fixes a few bugs, most importantly the extension build process.
The manual has been been ported to Sphinx.

PyX 0.11

18 Jul 14:58
Compare
Choose a tag to compare

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

18 Jul 14:58
Compare
Choose a tag to compare

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.