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