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