fix some docu todo's -- what about the two decorators (arrow and text (text is kind...
[PyX/mjg.git] / www / news.pt
blob5145864076166f0a52a03c72e772895a7846afd7
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>2006-05-xx: PyX 0.9 released</dt>
13       <dd>
14         This release features a new set of deformers for path manipulations like smoothing, shifting, 
15         etc. A new set of extensively documented examples describing various aspects of PyX in a 
16         cookbook-like fashion have been written. Type 1 font-stripping is now handled by a newly
17         written Python module. The evaluating of functions for graph plotting is now left to Python.
18         Transparency is now supported for PDF output. Many more small improvements and bug fixes top
19         off this release. 
20       </dd>
21       <dt>2006-01-20: New PyX tutorial for Gnuplot users</dt>
22       <dd>
23         Titus Winters wrote a very nice <a href="http://www.cs.ucr.edu/~titus/pyxTutorial/">tutorial</a>
24         explaining the basics of PyX's graph-plotting facilities for users familiar with Gnuplot.
25       </dd>
26       <dt>2005-08-13: PyX 0.8.1 released</dt>
27       <dd>
28         This release fixes some bugs in the path module and the output of decorated
29         paths. The fallback for kpathsea was considerably improved in speed (it was
30         unintensionally slowed down in 0.8). The inclusion of the bounding box
31         information in PS and PDF files is now optional. It is suppressed by default
32         when a paperformat is specified. A new path example completes the release.
33       </dd>
34       <dt>2005-07-13: PyX 0.8 released</dt>
35       <dd>
36         PyX now supports PDF output and also the generation of multi-page PS/PDF
37         documents. The internals of the path system have been cleaned up and the
38         external interface has been streamlined. The axis data handling of the graph
39         component has undergone a major revision. Many other improvements and bug fixes
40         are included in this release.
41       </dd>
42       <dt>2004-12-15: PyX 0.7.1 released</dt>
43       <dd>
44         This release fixes some bugs in the graph system, the canvas module and
45         the kpsewhich support. The tipa package is no longer required to build
46         the FAQ. The index files to sort the examples are now included in the
47         distribution. Two new examples complete this maintenance release.
48       </dd>
49       <dt>2004-10-29: PyX presentation in Hannover</dt>
50       <dd>
51         PyX was presented at the
52         <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>.
53         The presentation is available in
54         <a href="presentation_dantemv31_de.pdf">German (pdf, 16 Pages, 346 KB)</a> only.
55       </dd>
56       <dt>2004-10-21: PyX 0.7 released</dt>
57       <dd>
58         This release adds support for the inclusion of bitmaps. The internals of the path system
59         have undergone a major revision and cleanup. The handling of short
60         path elements has been enhanced considerably to prevent numerical
61         instabilities. The data and style handling in the graph system has been
62         completely reorganized. It is now possible to combine several graph
63         styles within a single plot instruction.
64       </dd>
65       <dt>2004-04-27: PyX 0.6.3 released</dt>
66       <dd>
67         PyX 0.6.3 contains a few bug fixes and includes the source for the FAQ
68         and the manual as requested by a package maintainer.
69       </dd>
70       <dt>2004-04-07: PyX 0.6.2 released</dt>
71       <dd>
72         PyX 0.6.2 fixes a few bugs in the graph system.
73       </dd>
74       <dt>2004-03-31: PyX 0.6.1 released</dt>
75       <dd>
76         PyX 0.6.1 fixes a brown paper bag bug in the distribtion which missed
77         to contain the new directories for the graph and the axis system.
78       </dd>
79       <dt>2004-03-30: PyX 0.6 released</dt>
80       <dd>
81         This release further improves the internal design and visible interfaces
82         of PyX. The path system has undergone a major revision and cleanup.
83         The graph module has been split into several smaller modules,
84         reflecting its component architecture. Moreover, PyX now makes use of
85         the attribute system introduced in the previous release. Graph styles
86         and data handling have been largely revised. Major parts of the
87         documentation have been rewritten and are now based on the standard
88         Python documentation style. Bug-fixes and speed improvements complete
89         this release.
90       </dd>
91       <dt>2004-03-05: PyX presentation in Darmstadt</dt>
92       <dd>
93         PyX was presented at the
94         <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>.
95         The presentation is available in
96         <a href="presentation_dante2004_de.pdf">German (pdf, 18 Pages, 425 KB)</a> and
97         <a href="presentation_dante2004_en.pdf">English</a>.
98       </dd>
99       <dt>2004-01-22: PyX 0.5.1 released</dt>
100       <dd>
101         This release fixed a distribution error (missing C files) and a
102         PostScript DSC bug.
103       </dd>
104       <dt>2004-01-20: PyX 0.5 released</dt>
105       <dd>
106         PyX 0.5 introduces a more consistent and flexible attribute system is
107         included. The TeX integration has been improved: native support for
108         virtual fonts has been added. Markers allow the gathering of
109         positions within the text. TeX's inter-process-communication option
110         can be used to speed up the TeX interface. The install process has
111         been streamlined. Lots of other small improvements and bugfixes were
112         made.
113       </dd>
114       <dt>2003-09-17: PyX 0.4.1 released</dt>
115       <dd>
116         This release fixed some bugs mostly releated to the additions in the
117         TeX/LaTeX handling.
118       </dd>
119       <dt>2003-08-22: PyX 0.4 released</dt>
120       <dd>
121         This release improves the special and font handling of the TeX/LaTeX
122         interface. The graph module has undergone extensive restructuring of
123         the axis component. Furthermore, various known bugs and shortcomings
124         have been fixed.
125       </dd>
126       <dt>2003-04-04: PyX 0.3.1 released</dt>
127       <dd>
128         This release adds the examples to the tarball and fixes various bugs.
129       </dd>
130       <dt>2003-03-31: PyX 0.3 released</dt>
131       <dd>
132         PyX 0.3 features a new seamless TeX/LaTeX integration (internal
133         dvi reader), nice examples, and huge improvements all over the
134         place.
135       </dd>
136       <dt>2003-01-17: PyX 0.2 released</dt>
137       <dd>
138         PyX 0.2 contains a variety of bug fixes and improvements. In
139         particular the axis handling of the graph module was enhanced
140         considerably.
141       </dd>
142       <dt>2002-10-07: PyX 0.1 released</dt>
143       <dd>
144         The first public release, PyX 0.1, has been uploaded to SourceForge.
145         It allows the creation of encapsulated PostScript drawings
146         and uses TeX/LaTeX + dvips for the text creation. A graph module for
147         the creation of x-y-plots is included.
148       </dd>
149     </dl>
151   </div>
153 </html>
154 <!-- vim:set syntax=html: -->