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