- renamed: palette->gradient, functionpalette->functiongradient, linearpalette->linea...
[PyX/mjg.git] / CHANGES
blob6c933e401e658ae64468ff412077c70d05164a14
1 PyX
3 TODO:
4   - style module:
5     - make dash length available
6   - text module:
7     - SlantFont & Co support
8     - keep an eye on PEP 324 (popen 5): it could make the texrunner much easier
9     - discuss reltransform: https://sourceforge.net/mailarchive/forum.php?thread_id=9137692&forum_id=23700
10     - add encoding; check whether encoding=ascii works well for the common existing cases
11     - we need output-specific map files (see Palatino example
12       http://sourceforge.net/mailarchive/message.php?msg_id=14863643)
13     - write graphics driver for pgf.sty from LaTeX
14     - ignore "(Please type a command or say `\end')" in preamble method
15   - graph.graph module
16     - common bboxes for different graphs
17     - 3d graphs, circular graphs
18     - axis painter labelattrs=None + automatic axis partitioning leads to no valid partitioning
19     - when all titles are None, a graph key currently raises an exception
20     - translatecanvas should be the default in graph.style.symbol
21     - automatic scaling of y-axis according to subset of data shown on x-axis
22   - graph.style and graph.data modules
23     - fix docu of gridattrs functionality of axis painters
24       (how can one, e.g. draw a grid at the ticks and not at the subticks)
25     - make graph.style.symbol.diamond a graph.style.symbol instance (to be discussed)
26   - graph.data module:
27     - use csv module (new in 2.3)
28     - Check for "inf" and "nan" in datafiles.
29       (When plotted, the graph does not complain, but the output will be broken;
30       this depends on the plattform and is not only an issue within the graph system)
31   - graph.style module:
32     - add styles using curves instead of lines
33   - canvas module:
34     - contructor should only take a texrunner keyword argument
35     - SVG support
36     - stroking of patterns does not work in PDF
37   - style and color module:
38     - support modification of existing styles via __call__
39   - bbox module:
40     - rewrite height, etc. using properties
41   - dvifile module:
42     - support single-character mode
43   - deformer module:
44     - move helper path routines to some more generic place for paths?
45   - pdffile module needed (similar to epsfile)
46   - open discussion:
47     - clearly distingish between readers and writers. dvifile, epsfile, etc. might
48       be renamed to dvireader, epsreader ...
49     - support gsave and grestore in some way to make context handling easier?
50   - ps/pdfwriters:
51     - support colorspace argument (like c.writeEPSfile("bla", colorspace="cmyk"))
52   - move pyx.def, lfs-files etc. into a new share directory
53   - write fakepattern.py which substitutes some of the pattern functionality using
54     re-usable canvases
56   Documentation:
57     - path module:
58       - describe + vs << vs join
59       - more details in path constructor: allowed pathels, first pathel...
60       - set method
61     - pattern module:
62       - check and update
63     - graphics section:
64       Changeable attributes should be explained at a central place.
65     - box module:
66       - linealign and circlealign
67       - need to be redone anyway
68     - graph module:
69       styles: document what data name the styles accept (require). Try also to be more
70       userfriendly and not to describe immediately the internals of the implementation:
71       (see e.g. class.style.symbol)
73   Examples:
74     - add an epsfile example (suggested by Stathis Sideris)
75     - add a small example line on y="f($1)" in one of the plot examples
77   FAQ:
78     - describe creation and modification (inplace and ``modify by new'') of
79       graph data
81 0.10 (200X/XX/XX):
82   - color module:
83     - renamed: palette->gradient, functionpalette->functiongradient, linearpalette->lineargradient
84     - new class palette representing a discrete ordered list of colors
86 0.9 (2006/05/24):
87   - most important changes (to be included in the release notes):
88     - mathtree removal (warning about integer division)
89     - barpos style does not build tuples for nestedbar axes automatically
90     - new deformers for path manipulation (for smoothing, shifting, ... paths)
91   - font modules:
92     - new framework for font handling
93     - own implementation of type1 font stripping (old pdftex code fragments removed)
94     - complete type1 font command representation and glyph path extraction from font programs
95     - t1code extension module (C version of de-/encoding routines used in Type 1 font files)
96     - AFM file parser
97   - graph modules:
98     - data module:
99       - mathtree removal: more flexibility due to true python expressions
100       - default style instantiation bug (reported by Gregory Novak)
101     - style module:
102       - automatic subaxis tuple creation removed in barpos (create tuples
103         in expressions now; subnames argument removed since it became pointless;
104         adujstaxis became independend from selectstyle for all styles now)
105       - remove multiple painting of frompath in histogram and barpos styles
106       - fix missing attribute select when using a bar style once only (reported by Alan Isaac)
107       - fix histograms for negative y-coordinates (reported by Dominic Ford, bug #1492548)
108       - fix histogram to stroke lines to the baseline for steps=0 when two subsequent values are equal
109       - add key method for histogram style (reported by Hagemann, bug #1371554)
110       - implement a changebar style
111     - graph, axis and style module:
112       - support for mutual linking of axes between graphs
113       - new domethods dependency handling
114       - separate axis range calculation from dolayout
115     - axis.parter module:
116       - linear and logarthmic partitioners always need lists now
117         (as it was documented all the time; renamed tickdist/labeldist
118         to tickdists/labeldists; renamed tickpos/labelpos to
119         tickpreexps/labelpreexps)
120     - axis module:
121       - patch to tickpos and vtickpos (reported by Wojciech Smigaj, cf. patch #1286112)
122       - anchoredpathaxis added (suggested by Wojciech Smigaj)
123       - properly handle range rating on inversed axis (reported by Dominic Ford, cf. bug #1461513)
124       - invalidate axis partitions with a single label only by the distance rater
125       - fallback (with warning) to linear partitioner on a small logarithmics scale
126     - painter module:
127       - patch to allow for tickattrs=None (reported by Wojciech Smigaj, cf. patch #1286116)
128   - color module:
129     - transparency support (PDF only)
130     - conversion between colorspaces
131     - nonlinear palettes added
132     - the former palette must now be initialized as linearpalette
133     - remove min and max arguments of palettes
134   - text module:
135     - improve escapestring to handle all ascii characters
136     - correct vshift when text size is modified by a text.size instance
137     - recover from exceptions (reported by Alan Isaac)
138     - handle missing italic angle information in tfm for pdf output (reported by Brett Calcott)
139     - allow for .def and .fd files in texmessage.loaddef (new name for
140       texmessage.loadfd, which was restricted to .fd files)
141   - path module:
142     - correct closepath (do not invalidate currentpoint but set it to the
143       beginning of the current subpath); structural rework of pathitems
144     - calculate real bboxes for Bezier curves
145     - fix intersection due to non-linear parametrization of bezier curves
146     - add rotate methods to path, normpath, normsubpath, and normsubpathitems
147     - add flushskippedline to normsubpath
148     - add arclentoparam to normsubpath and normsubpathitems
149     - path is no longer a canvasitem
150     - reduce number of parameters of outputPS/outputPDF methods (do not pass context and registry)
151   - normpath module:
152     - contains normpath, normsubpath and normpathparam which have originally
153       been in the path module
154     - return "invalid" for certain path operations when the curve "speed" is
155       below a certain threshold
156     - normpath is no longer a canvasitem
157     - reduce number of parameters of outputPS/outputPDF methods (do not pass context and registry)
158   - deformer module:
159     - rewritten smoothed to make use of the subnormpath facilities
160     - rewritten parallel for arbitrary paths
161   - deco module:
162     - add basic text decorator
163     - allow arrows at arbitrary positions along the path
164   - connector module:
165     - boxdists parameter need to be a list/tuple of two items now
166     - changed the orientation of the angle parameters
167   - trafo module:
168     - renamed _apply to apply_pt
169     - introduce _epsilon for checking the singularity of a trafo
170   - epsfile module:
171     - use rectclip instead of clip to remove the clipping path from the
172       PostScript stack, which otherwise might create strange effects for
173       certain PostScript files (reported by Gert Ingold)
174   - dvifile module:
175     - silently ignore TrueType fonts in font mapping files (reported by Gabriel Vasseur)
176   - type1font module:
177     - accept [ and ] as separators in encoding files (reported by Mojca Miklavec, cf. bug #1429524)
178   - canvas module:
179     - remove registerPS/registerPDF in favour of registering resourcing during the outputPS/outputPDF run
180     - move bbox handling to registry
181     - rename outputPS/outputPDF -> processPS/processPDF
182     - remove set method of canvas
183     - add a pipeGS method to directly pass the PyX output to ghostscript
184     - allow file instances as parameter of the writeXXXfile methods (feature request #1419658 by Jason Pratt)
185   - document modules:
186     - allow file instances as parameter of the writeXXXfile methods (feature request #1419658 by Jason Pratt)
187   - style module:
188     - make rellength the default for dash styles
189   - random notes:
190     - switched to subversion on 2006/03/09
192 0.8.1 (2005/08/13):
193   - deco module:
194     - fix bug in postscript deco code for stroking only attributes
195   - path module:
196     - fix multicurveto._normalized
197     - fix path.paramtoarclen and path.paramtoarclen_pt 
198     - remove unused method-local function
199     - fix linestyle rellength in PostScript
200     - correction to the rounding problems in circles (reported by Uwe Fabricius)
201   - epsfile module:
202     - fix a typo
203   - pattern module:
204     - issue a warning when not using a stroke color for patterns
205   - text module:
206     - postpone PDFfontdescriptor information, since it raises an error on certain
207       fonts even when PostScript output was requested (reported by Gert Ingold)
208     - remove spurious spaces when checking for empty texmessages
209   - kpathsea module:
210     - caching in fallback to lower system call bottleneck
211   - canvas module:
212     - add missing writePSfile wrapper
213     - add *args to writeEPSfile and writePDFfile wrappers
214   - writer modules:
215     - writebbox option to write bbox information (disabled by default)
216       even when a paper format is specified (PS and PDF writers only)
217   - use arclen in spring example
218   - add knot example
219   - use pdf graphic files for pdf version of the manual
220   - use PyX to create tipa fallbacks for FAQ
221   - correct description regarding the manual in the README file
224 0.8 (2005/07/13):
225   - changed requirements to python 2.1 or newer:
226     - nested scopes are needed without fallback solution by the path module
227       (at other places fallback solutions for missing nested scopes are missing as well)
228     - use warning module for warnings
229   - path module:
230     - path parameters and argument handling
231     - the arct to arc/arcn conversion (needed for bbox calculation and for conversion into
232       normpath) has been fixed
233   - document module: new
234     - container classes for document and pages
235     - document.paperformat class (strings are deprecated)
236   - canvas module:
237     - writeEPSfile wraps a canvas in a single page document and performs the output
238   - bbox module:
239     - add _pt methods
240   - pdfwriter module:
241     - completely rewritten: support for fonts and patterns has been added
242   - pswriter module: new
243     - separate PS output from canvas
244     - new signature of outputPS methods: writer and context are passed as additional
245       arguments
246   - color module:
247     - allow selection on zero range palette (reported by Francisco Borges, cf. bug #1116257)
248   - prolog module: removed due to code reorganisation
249   - graph modules:
250     - modifications on __init__.py in graph and axis subdirectories to
251       make "from pyx.graph import *" working as expected
252     - graph styles:
253       - addontop added to stackedbarpos
254       - column -> columnname renaming where appropriate
255       - histogram style added
256     - graph data:
257       - function needs explicit variable definition (implicit variable definition is deprecated)
258       - column names are inherited by data.data() except when copy=0;
259         unused columns are silently ignored now
260       - dynamic function data on a logarithmic axis uses isinstance check now
261         (although it removes the only (mis)use of axis.inverse, it is a
262         temporary solution only)
263     - graph key:
264       - extend graph keys to allow for several columns
265     - axis data handling refactoring:
266       - introcuded an axis positioner (module graph.axis.positioner)
267       - introduced anchoredaxis to make axis data and positioning local to a graph
268       - linkedaxis is a special version of anchoredaxis and is generic
269         (it uses the new linkpainter provided by an axis)
270       - unification of split and bar axes;
271         removed some black magic in baraxis in favor of a nestedbar axis
272       - x linked to x2 etc. is now possible
273       - axis.inverse was removed (the only place it was (mis)used was by a function)
274     - graphxy:
275       - allow to transform axis after layout
276       - [xy]axisat arguments in the constructor to easily move [xy]-axes
277         to a position defined the orthogonal axis
278       - remove axispos (use the axis dictionary now, since it now contains
279         anchored axis instances and those have shortcuts for the axis positioner
280         methods)
281   - dvifile:
282     - tfm->dvi conversion rounding bugfix
283     - fix parsing of empty strings ("") in fontmap files (reported by John Owens, bug #1218983)
284   - text module:
285     - support for halign of boxes and content of boxes (see halign example)
286     - take units xscale into account in parbox
287     - messageparser for replaced fontsizes: Warning -> implemented by texmessage.fontwarning
288     - messageparser for size differences at the end: Warning not Exception -> implemented by texmessage.fontwarning
289     - messageparser for overfull/underfull vbox/hbox: Warning not Exception -> implemented by texmessage.boxwarning
290     - dvicopy flag removed
291     - allow argument of set to be None
292     - rename nomathmode and nophantom to clearmathmode and clearphantom
293     - texmessagepattern for easy creation of simple TeX message parsers
294     - allow long file names in file checking TeX message parsers
295     - no newline removal to not disturbe TeX messages when reporting errors
296     - reworked documentation to use the python documentation standards
297   - style module:
298     - linewidth is no longer a unit.length subclass but expects a such as first argument
299   - epsfile module:
300     - correct EOL handling while reading DSC's (reported by Markus Meyer)
301   - pattern module: new
302     - moved canvas.pattern to its own module together with the new PDFpattern class
303     - add some default patterns: hatched and crosshatched
304   - deformer module:
305     - improve the smoothing deformer
306     - add a parallel deformer
307   - tex module:
308     - the very old tex module finally got removed completely
309   - contrib directory:
310     - a simple converter from dvi to EPS/PS/PDF files (dviconvert.py) has been added
311     - a simple imagine to EPS/PS/PDF converter (imgconvert.py) has been added
312     - a simple dvitype.py has been added
313   - update address of FSF all over the place
316 0.7.1 (2004/12/15):
317   - canvas module:
318     - EPS header fixed (reported by Russell Lang, cf. bug #1065099)
319   - Makefile fixes:
320     - use CURDIR instead of PWD (reported by David M. Cooke, bug #1070285)
321   - pykpathsea module:
322     - support windows line endings (patch by Hans-Andreas Engel, cf. bug #1071160)
323   - graph modules:
324     - line attributes handling fixed (reported by Andrea Riciputi)
325     - fix typos in predefined symbols (reported by Andrea Riciputi)
326     - cut column name list at the max. number of columns (reported by Arnd Baecker)
327   - examples:
328     - add INDEX and README files to distribution
329     - new errorbar and julia example
330   - faq:
331     - pdf snippets for tipa based phonetic transliterations
334 0.7 (2004/10/21):
335   - bitmap module:
336     - new module for inclusion of bitmap images
337   - path module:
338     - names of local and member variables now follow the naming convention of
339       having a _pt suffix when containing lengths in points
340   - bbox module:
341     - names of local and member variables now follow the naming convention of
342       having a _pt suffix when containing lengths in points
343     - enlarge was misspelled as enlarged
344     - renamed _bbox -> bbox_pt
345     - new bbox method center, which returns the coordinates of the center
346       of the bbox
347     - enlarge and enlarged do no longer interprete unqualified lengths as
348       being of type visual
349   - unit module:
350     - unit.cm, unit.t_cm, etc. are no longer sub classes but instances
351       of length
352     - never convert implicitly into visual/width, etc. lengths (this is more
353       about usage of the unit module in various other modules) (TODO: update
354       documentation)
355     - support for string initialization removed
356     - support for initialisation with other length removed
357     - lengths can now be divided by other lengths (as suggested by Michael Gruber
358       and Magnus Lie Hetland)
359   - text module:
360     - postpone reading of fontmap files until TeX/LaTeX is started
361     - sign of font number in dvifile (reported by Michael Gruber)
362     - phantom attribute
363   - canvas module:
364     - added new classes page and document for multipage PostScript output
365     - apply deformers (instead of trafos) in draw method
366   - style module:
367     - decrease interval for dotted and dash-dotted lines for better visual
368       appearance
369   - setup.py and distribution:
370     - create siteconfig on install to store positions of the shared data
371       and the global pyxrc
372   - graph modules:
373     - graph style + data reorganization
374       - modularization of the graph styles by separating data handling and drawing tasks
375       - several graph styles can now be combined together
376       - graph data can internally now combine different data sources
377         (by that, some nasty side effects could have been removed)
378     - enum -> num renaming
379     - allow for horizontally and vertically centered graph key alignment and a key background
380     - fix bug that graph was not finished automatically when a bbox was specified
381       manually (reported by David Barton)
382   - path module:
383     - pathel -> pathitem, etc. renaming
384     - methods accepting a parameter value / arc length now also allow the user to 
385       pass a tuple (subpath, param) / (subpath, arclen)
386     - normpath constructor no longer accepts a path or normpath as argument but only a list
387       of normsubpaths. Use the new normpath method of the path instead to construct a normpath
388       from a path.
389     - normsubpath can now deal with short (i.e. shorter than epsilon) segments correctly
390     - the intersect and split methods of normpath and normsubpath have been completely rewritten and
391       now take the accuracy epsilon correctly into account. Note that for a closed subpath the
392       split function now returns the segment containing the closing point as first element
393       in the result list (before, it was returned as last element).
394     - normsubpathitems and normsubpath now implement much more methods also provided by
395       path and normpath instances
396     - normpath.append no longer accepts pathitems but only normsubpaths
397   - deformer module: new
398     - moved cycloid and smoothed from deco into deformer
399   - bbox module:
400     - handle "BoundingBox: (atend)" (cf. bug #945621 reported by Jim Boyle)
401     - kpsearch option to search for file using the kpathsea library (contributed by Michael Gruber)
402   - base module:
403     - PSCmd and PSOp are now joined in a new class canvasitem
404   - deco module: 
405     - decorated path no longer allows modification of its path
406     - new method excluderange which allows to remove certain parameter ranges from the stroked path
407     - additional canvas provided by decorated path is now called ornaments
408     - constriction=None now indicates an arrowhead without constriction
409   - trafo module:
410     - trafos are now deformers
411   - examples:
412     - a bunch of bargraph examples have been added
415 0.6.x (????/??/??):
416    - graph/axis module:
417      - fix errorbar range adjustment
418      - fix empty tick lists bug (reported by Marko Vendelin, cf. bug #977323)
419    - graph/style module:
420      - symbolline drawing order in graph key (cf. bug #990687)
421    - graph/data module:
422      - access to builtin list (reported by Marcus Mendenhall, cf. bug #1042458)
425 0.6.3 (2004/04/27):
426    - graph module:
427      - fix drawing with background
428      - fix insertion of a zero length path when the whole line is outside
429        the valid axis range (reported by Marko Vendelin)
430    - distribution:
431      - include source for faq and manual
432      - distribute the pdf instead of postscript (manual, faq, examples)
435 0.6.2 (2004/04/07):
436   - graph module:
437     - fixed title=None + graph key issue reported by Gabriel Vasseur
438     - graph.axis.painter.plain -> graph.axis.painter.regular
439       (as it was in parts of the documentation already)
440     - changeable-gridattrs-become-None-bug fixed
441     - graph style cutting outside lines (double-)fixed
444 0.6.1 (2004/03/31):
445   - fixes missing install of the graph and axis directories introduced in 0.6
446   - some minor updates to the faq
449 0.6 (2004/03/30):
450   - graph module:
451     - reorganisation of the graph structure finished (there might be some
452       small pending issues, but the basic restructuring is done with this release):
453       - graph splitted into several modules in pyx/graph and pyx/graph/axis
454       - painters are using the new attribute scheme including changeable
455         attributes
456       - graph styles rewrite
457       - graph data rewrite
458     - axis zeropath feature has been removed
459     - mergelabels removed; linpart doesn't have a label argument anymore
460     - names and texts removed from baraxis
461     - iteration on graph style, when it is used several times in the same graph
462     - symbols + lines -> symbollines; symbols do not allow setting lineattrs,
463       and lines not symbolattrs
464     - manual line clipping (do not include unneeded line segments when the
465       axis range is set manually etc.)
466     - automatic file key titles
467     - graph.data now also includes the old data module
468     - data.list adds (by default) a line number like data.file
469       (thus regular columns are counted from 1)
470   - path:
471     - added new pathels multilineto_pt and multicurveto which allows to specify
472       a list of points and can thus be much more efficient
473     - internal methods return coordinates in pts
474     - arclentoparam returns only parameters not total length
475     - added path.arclength_pt, path.at_pt, path.begin_pt, path.end_pt (and
476       correspondingly for normpath)
477     - complete refactoring of the normpath class: normpaths now consist of
478       normsubpaths which themselves consist of normlines and normcurves This is
479       much more convenient for any routines working with normpaths.
480     - reversing of closed sub paths does not change the first point of the sub
481       path
482     - renamed: arclength -> arclen
483     - renamed: lentopar -> arclentoparam
484     - renamed: glue -> joined
485     - normpath now supports join, the in-place version of joined
486     - path and normpath method raise exception instead of returning None
487       when parameter is out of range
488     - the accuracy epsilon can now only be specified in normpath and normsubpath
489       constructor and no longer in arguments of path and normpath methods
490     - negative parameters are no longer supported in path and normpath methods
491     - path and normpath methods which accept parameter value param now
492       alternatively accept an arc length
493   - deco module:
494     - cycloid decorator
495     - smoothed decorator
496     - arrow heads are no longer stroked (as suggested by Magnus Lie Hetland)
497   - canvas:
498     - writeEPSfile deprecates writetofile
499     - internally, write methods are renamed in outputPS
500     - canvas constructor no longer accepts variable argument list but
501       expects a list of attrs as first argument (defaulting to []) and
502       a texrunner as second argument (defaulting to text.defaulttexrunner)
503     - set, draw, stroke and fill no longer return self, i.e., the canvas, but None
504   - bbox module:
505      - added inplace add (__iadd__), enlarge and transform methods
506      - callers use inplace add where possible now (yielding a considerable
507        speedup)
508     - "undefined" corners of bounding boxes are no longer supported which makes
509       the bounding box operations much more efficient.
510   - connnector module:
511     - renamed _xxx -> xxx_pt
512   - epsfile module:
513     - removed showbbox argument of epsfile class
514   - text module:
515     - default handling of texmessages as in the new attribute scheme
516     - multiple insert bug fixed
517     - made left, right, width, height, depth information available (x length
518       not taking into account box transformations)
519     - ignore tex message "Please type a command or say `\\end'"
520     - added textboxes that are sequentially filled (experimental)
521   - examples:
522     - mandel.py (contributed by Stephen Phillips)
523   - unit module:
524     - length comparision (David Beach)
525     - x-scale for TeX
526     - more unit tests
527   - mathtree module:
528     - switched to the new parser using pythons parser module
529   - data module:
530     - removed, it all lives in the graph.data module now, while before it
531       was splitted into two separate modules
532   - tex module:
533     - not imported by default anymore
534     - obsolete warning when importing this module
536 0.5.1 (2004/01/22):
537   - distribution:
538     - include missing c-files for optional extension modules
539   - prolog module:
540     - fix unpaired BeginProcSet/EndProcSet in font enconding
542 0.5 (2004/01/20):
543   - setup.py and distribution:
544     - allow customization of the extension modules built (via setup.cfg)
545     - disable building pykpathsea module by default
546     - more detailed description of install process in INSTALL
547     - provide more information and pointers to other files in README
548     - include example data files in distribution (suggested by Andrea Riciputi)
549     - force dvips to write ps files instead of printing them (suggested by Otto Tronarp)
550     - includ pyxfaq.pdf in distribution
551   - text module:
552     - improved is-readable test for lfs files and pyx.def file
553     - explicitly quit (La)TeX in cleantmp (helps when quitting with <Ctrl>C)
554     - showwaitfortex implemented following a suggestion by Fernando Perez
555       (waitfortex is increased to 60 seconds now)
556     - support of TeX extension --ipc for reading dvi results while TeX keeps running
557     - configurable font mapping files (via pyxrc or parameter of the texrunner constructor)
558     - markers to get access to positions within TeX expressions
559     - fix: allow for e-tex in texmessage.start (reported by Andrea Riciputi)
560     - fix: print warning at syntax errors in font mapping file and continue (cf. bug #795271)
561     - remove limitation on number of fonts in dvi file
562     - added native virtual font support
563     - dvicopy support not needed anymore (it is still available, but obsolete and
564       removed from the documentation)
565     - do not include too many glyphs in the eps file
566     - _xxx -> xxx_pt renaming
567   - dvifile module (NEW):
568     - separated from the text module
569     - dvifile class returns standard pyx canvas instances on readpage
570   - graph module:
571     - removed manualpart and partitioners mix keyword
572     - results of the splitting at "=" in graph.function were not stripped
573     - skip title=None in key (cf. bug #821284), properly align a single key entry
574     - another (the last?!) axis redesign: axispos -> class of its own
575     - some axispos name have changed slightly (zeroline -> zeropath etc.)
576     - tick/data-vmin/vmax removed
577     - pathaxis
578     - linkaxis
579     - minor enhancements in exponentionaltexter
580     - axes alongs paths including a set of examples
581     - mixing a partitioner and manual ticks by two distinct keyword arguments now
582     - _xxx -> xxx_pt renaming
583     - part -> parter renaming
584   - canvas module:
585     - stroke, fill, draw, set and insert do no longer accept variable length argument lists but
586       an attribute list as last argument
587     - stroke and fill now support trafos (TODO: documentation)
588     - uppercase version of a4, a3, ... paperformats
589   - config module:
590     - new module for loading PyX configuration information
591   - pyx module:
592     - automatically import main modules into pyx namespace as suggested by Fernando 
593       Perez.
594   - path module:
595     - check for sorting of parameter list passed to path.split method
596     - _xxx -> xxx_pt renaming
597   - deco module (NEW): 
598     - contains decoratedpath and decorators from canvas module
599     - all predefined decorators are instances now (deco.stroked is thus ok) and 
600       attributes have to be passed explicitely, e.g., deco.earrow.small(attrs=color.rgb.red) 
601       and deco.stroked([color.rgb.blue])
602   - style module (NEW):
603     - contains all line- and fillstyles which formerly had been defined in the canvas module
604     - dash now supports relative dash lengths (as suggested by Otto Tronarp)
605   - mathtree module:
606     - fixed incorrect handling of - (for instance -x**2 was not negative)
607   - attrlist module:
608     - contents have been moved to the (obsolete) tex module, which was the only user anyhow, and
609       the module itself was removed
610   - t1strip module:
611     - new fallback solution in pure python
612     - bugfix: pyxadapt.h needs to open files binary under Windows (reported by Gary Pajer)
613   - box module:
614     - _xxx -> xxx_pt renaming
615   - trafo module:
616     - _xxx -> xxx_pt renaming
618 0.4.1 (2003/09/17):
619   - canvas module:
620     - "in" to "inch" in paperformats
621   - text module:
622     - fix pyx.def hack occuring whenever \ProcessOptions* was used by a package
623   - pykpathsea module:
624     - implement different file formats for Python version of module
625   - t1strip module:
626     - python fallback solution should behave the same way as c extension module (closes SF bug #799182 reported
627       by Marcus Mendenhall)
628   - __init__.py:
629     - added "connector" to __all__
631 0.4 (2003/08/22):
632   - graph module:
633     - separate texter out of the axispainter
634     - axis/partitioner/texter/painter/axispos redesign & interfaces
635     - tick.text is renamed to tick.label
636     - ticks and labels are renamed to tickpos/tickdist and labelpos/labeldist in partitioning
637     - ticks can be used in the part to mix a partitioner with some manual ticks
638       -> manualpart and the mix technique is not needed anymore
639          (both things are still available and working, but they will be removed in the future)
640     - _ensurefrac is implemented inside the frac constructor now; initialization is possible by:
641       - a (enum, denom) tuple now (previously there were two arguments)
642       - a string (as before via _ensurefrac)
643       - exponential strings are allowed as well (e.g. "1e10" etc.)
644       - a float (precision is determined by floatprecision -- the number of decimal places)
645     - dense -> density
646     - axis.maxworse
647     - axis interface
648   - text module:
649     - reset() method for the texrunner
650     - automatic restart of a TeX instance with the same preamble (preamble changes are not possible)
651     - texmessage.loadfd for accepting font description loading
652     - don't bail out on width_index == 0, but mark character invalid instead
653     - dvicopy flag
654     - support for specials; pyxgraphics flag
655     - support psfonts.map: font names, font encodings
656     - bugfix \def\ProcessPyXBox -> \long\def\ProcessPyXBox
657     - improved lfs handling
658   - data module:
659     - full documentation via doc strings
660   - connector module:
661     - some preliminary version
662   - box module:
663     - multiple radii (up to two per point) and softnesses
664     - ensurecenter added --- do we always force the creation of a center?
665   - path module:
666     - lentopar methods added including some tests
667   - epsfile module:
668     - new parameter bbox allows to override the bounding box of the eps file
670   bugfixes:
671   - text module:
672     - derive TFMError and DVIError correctly from exceptions.Exception
673     - close files and pipes, if they are no longer used (thanks to Marcus Mendenhall)
674     - remove DeprecationWarning in Python 2.3 (thanks to Marcus Mendenhall)
675   - box module:
676     - correct rounding algorithm (Michael Schindler)
677   - graph module:
678     - refer to the graphs texrunner instead of the defaulttexrunner (cf. #728209)
679     - rounding towards zero bugfix in autolinpart
680     - log axis range rating bugfix
681   - mathtree module:
682     - addarg bugs (#738724)
683   - epsfile module:
684     - fix mixing up of height and width in scale calculation
685   - and various other fixer here and there
687 0.3.1 (2003/04/04):
688   - text module:
689     - fix bug in dvi rule code where width was height
690     - fix preamble attribute checking bug
691     - fix texmessage.load pattern search instead of pattern match bug
692     - renamed vbox to parbox (was done in 0.3 partially only)
693   - data module:
694     - allow for tuples in arguments of the data class
695     - convenience: exchanged order of named parameters in data.data
696   - graph module:
697     - convenience: allow for part=None in _axis (base of linaxis and logaxis)
698   - examples:
699     - added a latex example (requested)
700     - added a attributechange example (requested)
701     - added back the integral example (requested; prior PyX 0.3 it was part of the user manual)
702     - small change in vector example (allow for the access to the texrunner)
703     - examples included in source distribution
704   - canvas module:
705     - correct arrow template calculation for very short paths
707 0.3 (2003/03/31):
708   - examples
709     - new easy to use example generation (will hopefully lead to nice examples)
710   - unit box:
711     - new module for handling of convex polygons (taken out of the graph module)
712   - unit helper:
713     - new module containing a collection of helper functions (taken out of the graph module)
714     - moved the attrlist into helper -- as plain functions; attrlist becomes obsolete
715   - text module:
716     - new module: a new and preferable integration of TeX/LaTeX
717   - t1strip module:
718     - strip glyphs from pfa/pfb-fonts
719     - there is a C implementation taken from pdftex
720     - fallback solution via an external program (pfb2pfa)
721   - pykpathsea module:
722     - (partial) C binding to libkpathsea
723     - fallback solution via an external program (kpsewhich)
724   - graph module:
725     - removed some code duplication (various axis painters)
726     - use text module instead of the obsolete tex module
727     - allow for tailing zeros of automatic generated labels
728     - allow for missing data in bar graphs -> skipmissing parameter
729     - remove the support for variables given as keyword arguments in data constructor
730     - use context instead of extern for extern variables and functions
731     - graph keys; titles in data/function/etc.
732   - unit module:
733     - new classes for visual and width lengths, aliases for user length (u_pt = pt)
734     - all length classes have now by default a quantifier 1 (instead of 0), such that,
735       for instance, 5*unit.t_cm() == unit.t_cm(5)
736     - default_unit now has to be set via unit.set. For instance: unit.set(defaultunit="m").
737     - convert_to is now an internal function, which moreover does not longer accept tuples or lists
738   - bbox module:
739     - new class _bbox (the former bbox) which accepts points in the constructor. This is used
740       for internal purposes.
741     - the bbox constructor now accepts user lengths in the constructor.
742     - new methods height, width, top, bottom, left, right
743     - ll & ur ???, what about ul and lr -> ugly!
744     - enlarge (was enhance) now allows selective enlargement to the left, bottom, right and top
745     - output HiResBoundingBox
746     - never reduce bbox upon output
747   - epsfile module:
748     - new constructor signature, more in line with rest of PyX:
749       epsfile(x, y, filename, **additional_args)
750   - data module:
751     - removed additional column support in addcolumn; removed _addcolumn
752     - line reduction for datafile like the every parameter in gnuplot
753   - canvas module:
754     - new way of PS prolog generation that writes only necessary parts
755     - added support for patterns
756     - canvas.insert() now supports arguments
757     - bbox of canvas can be specified in writetofile command explicitely
758     - writetofile does not return self anymore
759     - arrow template now uses intersection with circle to get size right
760       (as per a suggestion by Michael Schindler)
761   - mathtree module:
762     - added abs function
763     - changed the handling of extern functions and all variables
764   - color module:
765     - gradient renamed to palette
766   - numerous bugfixes:
767     - problem with sizefile on windows (tex module)
768     - allow for strings in graphxy's width and height; allow for width only (graph module)
769     - disable rating for labelattrs equals None (graph module)
770     - defaultstyle selection, when a list of data is provided to the plot function (graph module)
771     - traverse when adding functions as arguments of operators (mathtree module)
772     - allow for extern functions in addcolumn (data module)
773     - just one common place for the version number
774     - fix incorrect exception name MathError (path module)
775     - prevent double return of intersections for closed sub paths
776     - ...
778 0.2 (2003/01/17):
779   - unit module:
780     - allow division of length by numbers
781   - trafo module:
782     - new transformation: slant
783     - renamed all trafo methods to use the participle (i.e translate->translated)
784     - the name of all trafo subclasses are verbs (i.e. translation->translate)
785   - graph module:
786     - mark class renamed to symbol
787     - (text-)box distance measurement
788     - moved axis partitioning to axis and axis painter
789     - automatic axis partitioning (now officially: general cleanup, distance measurement, documentation)
790     - splitaxis
791     - baraxis, baraxispainter, and bar style
792   - data module:
793     - previously named datafile module
794     - class "_datafile" renamed to class "data"
795     - class sectionfile added
796     - testsuite
797   - mathtree module:
798     - extern variables and functions (support in graph.function, graph.paramfunction and data.data)
799     - testsuite
800   - text module:
801     - deferred to Version 0.3
802     - running TeX "on the fly" is basically implemented
803   - numerous bugfixes:
804     - transformation bug (#624068, trafo module)
805     - canvas transformations (canvas module???)
806     - textbox alignment (graph module)
807     - return linewidth upon calculation with linewidths (unit module)
808     - allow column number variables with several digits
809     - ...
810   - british and american spellings (color module, graph module)
811   - small logo modifications
813 0.1 (2002/10/07):
814   - initial release