Releases: pyx-project/pyx
PyX 0.9
This release features a new set of deformers for path manipulations
like smoothing, shifting, etc. A new set of extensively documented
examples describing various aspects of PyX in a cookbook-like fashion
have been written. Type 1 font-stripping is now handled by a newly
written Python module. The evaluation of functions for graph plotting
is now left to Python. Thereby some obscure data manipulation could be
removed from the bar style for handling of nested bar graphs.
Transparency is now supported for PDF output. Many more small
improvements and bug fixes top off this release.
PyX 0.8.1
This release fixes some bugs in the path module and the output of decorated
paths. The fallback for kpathsea was considerably improved in speed (it was
unintensionally slowed down in 0.8). The inclusion of the bounding box
information in PS and PDF files is now optional. It is suppressed by default
when a paperformat is specified. A new path example completes the release.
PyX 0.8
PyX now supports PDF output and also the generation of multi-page PS/PDF
documents. The internals of the path system have been cleaned up and the
external interface has been streamlined. The axis data handling of the graph
component has undergone a major revision. Many other improvements and bug fixes
are included in this release.
PyX 0.7.1
This release fixes some bugs in the graph system, the canvas module and
the kpsewhich support. The tipa package is no longer required to build
the FAQ. The index files to sort the examples are now included in the
distribution. Two new examples complete this maintenance release.
PyX 0.7
This release adds support for the inclusion of bitmaps. The internals of the path system
have undergone a major revision and cleanup. The handling of short
path elements has been enhanced considerably to prevent numerical
instabilities. The data and style handling in the graph system has been
completely reorganized. It is now possible to combine several graph
styles within a single plot instruction.
PyX 0.6.3
PyX 0.6.2
PyX 0.6.1
PyX 0.6
This release further improves the internal design and visible interfaces
of PyX. The path system has undergone a major revision and cleanup.
The graph module has been split into several smaller modules,
reflecting its component architecture. Moreover, PyX now makes use of
the attribute system introduced in the previous release. Graph styles
and data handling have been largely revised. Major parts of the
documentation have been rewritten and are now based on the standard
Python documentation style. Bug-fixes and speed improvements complete
this release.