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