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