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