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