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