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