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