prevent double call of _cleanup, which harms usefiles (and is a bad idea in general)
[PyX.git] / www / news.pt
blob19b28e48ead14234af43e811b9fdd7fd1e5ad056
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2             "http://www.w3.org/TR/html4/strict.dtd">
3 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
4       xmlns:metal="http://xml.zope.org/namespaces/metal"
5       metal:use-macro="options/maintemplate/macros/page">
7   <div metal:fill-slot="body">
9     <h1>PyX — News</h1>
11     <dl>
12       <dt>2015-11-02: PyX 0.14.1 released</dt>
13       <dd>
14         PyX source distribution is now hosted on PyPI. We also uploaded all
15         old releases to PyPI. At the same time we removed the downloads from
16         sourceforge. A few bug fixes are also included in this release.
17       </dd>
18       <dt>2015-04-30: PyX 0.14 released</dt>
19       <dd>
20         This version adds SVG (Scaleable Vector Graphics) as an output format
21         to PyX. SVG can also be read to include it unchanged to into the SVG
22         output. In addition, even though with quite some limitations, SVG can
23         be read, parsed, and then represented on the PyX graphics level. Here
24         it can be modified and output not just to SVG, but also to the other
25         output formats. Various improvements and bug fixes complete this
26         release.
27       </dd>
28       <dt>2013-12-20: PyX 0.13 released</dt>
29       <dd>
30         PyX has been ported to Python 3. It now requires Python 3.2 and above.
31         Python 2 users should continue to use the previous PyX releases. Along
32         with the port the text module was modernized and got a new
33         documentation. In addition, the normpath now removes cusps from
34         normcurves by spliting the curves on instability points such that
35         tangents etc. are always well-defined. Various improvements and bug
36         fixes complete this release.
37       </dd>
38       <dt>2012-10-26: PyX 0.12.1 released</dt>
39       <dd>
40         This release fixes drawing bugs in the gradient style for the recently
41         introduced key graph.
42       </dd>
43       <dt>2012-10-17: PyX 0.12 released</dt>
44       <dd>
45         This release adds a density graph style to create density plots. The color
46         scale is shown by a separate key graph. The key graph feature has been
47         integrated in existing styles where appropriate, like the 3d surface style.
48         A rather large set of other additions and bug fixes all over the place
49         completes this release.
50       </dd>
51       <dt>2011-05-20: PyX 0.11.1 released</dt>
52       <dd>
53         This release fixes a few bugs, most importantly the extension build process.
54         The manual has been been ported to <a href="http://sphinx.pocoo.org/">Sphinx</a>.
55       </dd>
56       <dt>2011-05-15: PyX 0.11 released</dt>
57       <dd>
58         This release contains a major reorganization of the text output code.
59         Transparency in bitmaps is now supported and limited functionality of the bar
60         style is available in 3d graphs. Various bugs have been fixed and there are
61         small improvements all over the place.
62       </dd>
63       <dt>2007-10-03: PyX 0.10 released</dt>
64       <dd>
65         This release adds 3d plotting facilities to PyX using parallel or central
66         projection. Two new graph styles grids and surfaces can be used in 3d
67         graphs as well as some existing generic graph styles (symbols, lines,
68         errorbars etc.). Several new examples, various other improvements
69         requested by PyX users and some bugfixes complete this release.
70       </dd>
71       <dt>2006-09-14: Talk about Type1 fonts and PyX in Rosenheim</dt>
72       <dd>
73         A talk about Type1 fonts and PyX was presented at the
74         <a href="http://www.dante.de/dante/events/mv35/">fall meeting</a> of the <a href="http://www.dante.de/dante/events/mv35/">German Speaking TeX User Group DANTE e.V.</a> (September 14th and 15th, Rosenheim).
75         The presentation is available in
76         <a href="presentation_dantemv35_de.pdf">German (pdf, 19 pages, 226 KB)</a> and
77         in a crude <a href="presentation_dantemv35_en.pdf">english translation</a>.
78       </dd>
79       <dt>2006-09-11: First public version of PyXPlot released</dt>
80       <dd>
81         Dominic Ford released the first public version of <a
82         href="http://www.pyxplot.org.uk/">PyXPlot</a>, which provides a
83         Gnuplot-style interface to PyX. PyXPlot already supports a large subset
84         of Gnuplot's original functionality, always combined with the
85         high-quality output of PyX.
86       </dd>
87       <dt>2006-05-24: PyX 0.9 released</dt>
88       <dd>
89         This release features a new set of deformers for path manipulations
90         like smoothing, shifting, etc. A new set of extensively documented
91         examples describing various aspects of PyX in a cookbook-like fashion
92         have been written. Type 1 font-stripping is now handled by a newly
93         written Python module. The evaluation of functions for graph plotting
94         is now left to Python. Thereby some obscure data manipulation could be
95         removed from the bar style for handling of nested bar graphs.
96         Transparency is now supported for PDF output. Many more small
97         improvements and bug fixes top off this release.
98       </dd>
99       <dt>2006-01-20: New PyX tutorial for Gnuplot users</dt>
100       <dd>
101         Titus Winters wrote a very nice <a href="http://www.cs.ucr.edu/~titus/pyxTutorial/">tutorial</a>
102         explaining the basics of PyX's graph-plotting facilities for users familiar with Gnuplot.
103       </dd>
104       <dt>2005-08-13: PyX 0.8.1 released</dt>
105       <dd>
106         This release fixes some bugs in the path module and the output of decorated
107         paths. The fallback for kpathsea was considerably improved in speed (it was
108         unintensionally slowed down in 0.8). The inclusion of the bounding box
109         information in PS and PDF files is now optional. It is suppressed by default
110         when a paperformat is specified. A new path example completes the release.
111       </dd>
112       <dt>2005-07-13: PyX 0.8 released</dt>
113       <dd>
114         PyX now supports PDF output and also the generation of multi-page PS/PDF
115         documents. The internals of the path system have been cleaned up and the
116         external interface has been streamlined. The axis data handling of the graph
117         component has undergone a major revision. Many other improvements and bug fixes
118         are included in this release.
119       </dd>
120       <dt>2004-12-15: PyX 0.7.1 released</dt>
121       <dd>
122         This release fixes some bugs in the graph system, the canvas module and
123         the kpsewhich support. The tipa package is no longer required to build
124         the FAQ. The index files to sort the examples are now included in the
125         distribution. Two new examples complete this maintenance release.
126       </dd>
127       <dt>2004-10-29: PyX presentation in Hannover</dt>
128       <dd>
129         PyX was presented at the
130         <a href="http://www.dante.de/dante/events/mv31/">fall meeting of the German Speaking TeX User Group DANTE e.V. (October 29nd to 30th, Hannover)</a>.
131         The presentation is available in
132         <a href="presentation_dantemv31_de.pdf">German (pdf, 16 Pages, 346 KB)</a> only.
133       </dd>
134       <dt>2004-10-21: PyX 0.7 released</dt>
135       <dd>
136         This release adds support for the inclusion of bitmaps. The internals of the path system
137         have undergone a major revision and cleanup. The handling of short
138         path elements has been enhanced considerably to prevent numerical
139         instabilities. The data and style handling in the graph system has been
140         completely reorganized. It is now possible to combine several graph
141         styles within a single plot instruction.
142       </dd>
143       <dt>2004-04-27: PyX 0.6.3 released</dt>
144       <dd>
145         PyX 0.6.3 contains a few bug fixes and includes the source for the FAQ
146         and the manual as requested by a package maintainer.
147       </dd>
148       <dt>2004-04-07: PyX 0.6.2 released</dt>
149       <dd>
150         PyX 0.6.2 fixes a few bugs in the graph system.
151       </dd>
152       <dt>2004-03-31: PyX 0.6.1 released</dt>
153       <dd>
154         PyX 0.6.1 fixes a brown paper bag bug in the distribtion which missed
155         to contain the new directories for the graph and the axis system.
156       </dd>
157       <dt>2004-03-30: PyX 0.6 released</dt>
158       <dd>
159         This release further improves the internal design and visible interfaces
160         of PyX. The path system has undergone a major revision and cleanup.
161         The graph module has been split into several smaller modules,
162         reflecting its component architecture. Moreover, PyX now makes use of
163         the attribute system introduced in the previous release. Graph styles
164         and data handling have been largely revised. Major parts of the
165         documentation have been rewritten and are now based on the standard
166         Python documentation style. Bug-fixes and speed improvements complete
167         this release.
168       </dd>
169       <dt>2004-03-05: PyX presentation in Darmstadt</dt>
170       <dd>
171         PyX was presented at the
172         <a href="http://www.dante.de/dante2004/">annual meeting of the German Speaking TeX User Group DANTE e.V. (March 2nd to 6th, Darmstadt)</a>.
173         The presentation is available in
174         <a href="presentation_dante2004_de.pdf">German (pdf, 18 Pages, 425 KB)</a> and
175         <a href="presentation_dante2004_en.pdf">English</a>.
176       </dd>
177       <dt>2004-01-22: PyX 0.5.1 released</dt>
178       <dd>
179         This release fixed a distribution error (missing C files) and a
180         PostScript DSC bug.
181       </dd>
182       <dt>2004-01-20: PyX 0.5 released</dt>
183       <dd>
184         PyX 0.5 introduces a more consistent and flexible attribute system is
185         included. The TeX integration has been improved: native support for
186         virtual fonts has been added. Markers allow the gathering of
187         positions within the text. TeX's inter-process-communication option
188         can be used to speed up the TeX interface. The install process has
189         been streamlined. Lots of other small improvements and bugfixes were
190         made.
191       </dd>
192       <dt>2003-09-17: PyX 0.4.1 released</dt>
193       <dd>
194         This release fixed some bugs mostly releated to the additions in the
195         TeX/LaTeX handling.
196       </dd>
197       <dt>2003-08-22: PyX 0.4 released</dt>
198       <dd>
199         This release improves the special and font handling of the TeX/LaTeX
200         interface. The graph module has undergone extensive restructuring of
201         the axis component. Furthermore, various known bugs and shortcomings
202         have been fixed.
203       </dd>
204       <dt>2003-04-04: PyX 0.3.1 released</dt>
205       <dd>
206         This release adds the examples to the tarball and fixes various bugs.
207       </dd>
208       <dt>2003-03-31: PyX 0.3 released</dt>
209       <dd>
210         PyX 0.3 features a new seamless TeX/LaTeX integration (internal
211         dvi reader), nice examples, and huge improvements all over the
212         place.
213       </dd>
214       <dt>2003-01-17: PyX 0.2 released</dt>
215       <dd>
216         PyX 0.2 contains a variety of bug fixes and improvements. In
217         particular the axis handling of the graph module was enhanced
218         considerably.
219       </dd>
220       <dt>2002-10-07: PyX 0.1 released</dt>
221       <dd>
222         The first public release, PyX 0.1, has been uploaded to SourceForge.
223         It allows the creation of encapsulated PostScript drawings
224         and uses TeX/LaTeX + dvips for the text creation. A graph module for
225         the creation of x-y-plots is included.
226       </dd>
227     </dl>
229   </div>
231 </html>
232 <!-- vim:set syntax=html: -->