6 - make dash length available
8 - SlantFont & Co support
9 - keep an eye on PEP 324 (popen 5): it could make the texrunner much easier
10 - messageparser for replaced fontsizes: Warning
11 - messageparser for size differences at the end: Warning not Exception
12 - messageparser for overfull/underfull vbox/hbox: Warning not Exception
13 - newline removal when not disturbing texmessages only
15 - common bboxes for different graphs
16 - 3d graphs, circular graphs
17 - axis painter labelattrs=None + automatic axis partitioning leads to no valid partitioning
18 - when all titles are None, a graph key currently raises an exception
19 - translatecanvas should be the default in graph.style.symbol
20 - graph.style and graph.data modules
21 - exceptions in drawsymbol & friends...
22 - fix docu (or code) of gridattrs functionality of axis painters
23 (how can one, e.g. draw a grid at the ticks and not at the subticks)
25 - use csv module (new in 2.3)
26 - Check for "inf" and "nan" in datafiles.
27 (When plotted, the graph does not complain, but the postscript will be broken)
29 - add styles using curves instead of lines
30 - add "steps" style for histogram-like plots
32 - finish multi page PostScript output
33 - contructor should only take a texrunner keyword argument
37 - style and color module:
38 - support modification of existing styles via __call__
40 - height -> getheight, ...
42 - might be moved into the graph
43 - perform calc by means of Python itself (see eval code in graph.data, but
44 we should use compiled code instead of eval)
46 - support single-character mode
48 - should split also allow the user to pass arclens (instead of params)
49 - there are many occurences of 1e-5 left. Should they be replaced by the global _epsilon,
50 which would change the constructors to epsilon=None... if epsilon is None: epsilon=_epsilon
52 - what should we do for palette when only one entry
54 - is the early conversion with unit.topt unit-modification-save?
56 - better names for the helper functions ?
57 - why does smoothed through away short normpathitems instead of simply ignoring them?
59 - clearly distingish between readers and writers. dvifile, epsfile, etc. might
60 be renamed to dvireader, epsreader ...
66 - more details in path constructor: allowed pathels, first pathel...
72 Attributes (clearing merging ) and changeable attributes should be
73 explained at a central place.
74 - section titles: "Axes" -> "Axes - module axis" or similar
76 - linealign and circlealign
78 update length constructor description (strings are no longer supported, etc.)
80 styles: document what data name the styles accept (require). Try also to be more
81 userfriendly and not to describe immediately the internals of the implementation:
82 (see e.g. class.style.symbol)
85 - describe creation and modification (inplace and ``modify by new'') of
90 - path parameters and argument handling
91 - document module: new
92 - container classes for document and pages
93 - document.paperformat class (strings are deprecated)
95 - writeEPSfile wraps a canvas in a single page document and performs the output
99 - completely rewritten
100 - pswriter module: new
101 - separate PS output from canvas
103 - allow selection on zero range palette (reported by Francisco Borges, cf. bug #1116257)
106 - addontop added to stackedbarpos
107 - column -> columnname renaming where appropriate
108 - histogram style added
110 - function needs explicit variable definition (implicit variable definition is deprecated)
111 - column names are inherited by data.data() except when copy=0; unused columns are silently ignored now
112 - dynamic function data on a logarithmic axis uses isinstance check now
113 - axis data handling refactureing:
114 - introcuded an axis positioner
115 - introduced anchoredaxis to make axis data and positioning local to a graph
116 - linkedaxis is a special version of anchoredaxis and are generic (they use the new linkpainter provided by an axis)
117 - unification of split and bar axes; removed some black magic in baraxis in favor of a nestedbar axis
118 - x linked to x2 etc. is now possible
119 - axis.inverse was removed (the only place it was (mis)used was by a function)
121 - allow to transform axis after layout
122 - [xy]axisat arguments in the constructor to easily move [xy]-axes to the position
123 defined the orthogonal axis
124 - TODO: update documentation
125 - prolog module: deleted (replaced by resource module)
126 - resource module: new
127 - resources: fonts and definitions
131 - tfm->dvi conversion rounding bugfix
132 - changed requirements to python 2.1:
133 - nested scopes are needed without fallback solution by the path module
134 - use warning module for warnings
136 - the very old tex module finally got removed completely
138 - correctly call base class constructor in linewidth
143 - EPS header fixed (reported by Russell Lang, cf. bug #1065099)
145 - use CURDIR instead of PWD (reported by David M. Cooke, bug #1070285)
147 - support windows line endings (patch by Hans-Andreas Engel, cf. bug #1071160)
149 - line attributes handling fixed (reported by Andrea Riciputi)
150 - fix typos in predefined symbols (reported by Andrea Riciputi)
151 - cut column name list at the max. number of columns (reported by Arnd Baecker)
153 - add INDEX and README files to distribution
154 - new errorbar and julia example
156 - pdf snippets for tipa based phonetic transliterations
161 - new module for inclusion of bitmap images
163 - names of local and member variables now follow the naming convention of
164 having a _pt suffix when containing lengths in points
166 - names of local and member variables now follow the naming convention of
167 having a _pt suffix when containing lengths in points
168 - enlarge was misspelled as enlarged
169 - renamed _bbox -> bbox_pt
170 - new bbox method center, which returns the coordinates of the center
172 - enlarge and enlarged do no longer interprete unqualified lengths as
175 - unit.cm, unit.t_cm, etc. are no longer sub classes but instances
177 - never convert implicitly into visual/width, etc. lengths (this is more
178 about usage of the unit module in various other modules) (TODO: update
180 - support for string initialization removed
181 - support for initialisation with other length removed
182 - lengths can now be divided by other lengths (as suggested by Michael Gruber
183 and Magnus Lie HHetland)
185 - postpone reading of fontmap files until TeX/LaTeX is started
186 - sign of font number in dvifile (reported by Michael Gruber)
189 - added new classes page and document for multipage PostScript output
190 - apply deformers (instead of trafos) in draw method
192 - decrease interval for dotted and dash-dotted lines for better visual
194 - setup.py and distribution:
195 - create siteconfig on install to store positions of the shared data
198 - graph style + data reorganization
199 - modularization of the graph styles by separating data handling and drawing tasks
200 - several graph styles can now be combined together
201 - graph data can internally now combine different data sources
202 (by that, some nasty side effects could have been removed)
203 - enum -> num renaming
204 - allow for horizontally and vertically centered graph key alignment and a key background
205 - fix bug that graph was not finished automatically when a bbox was specified
206 manually (reported by David Barton)
208 - pathel -> pathitem, etc. renaming
209 - methods accepting a parameter value / arc length now also allow the user to
210 pass a tuple (subpath, param) / (subpath, arclen)
211 - normpath constructor no longer accepts a path or normpath as argument but only a list
212 of normsubpaths. Use the new normpath method of the path instead to construct a normpath
214 - normsubpath can now deal with short (i.e. shorter than epsilon) segments correctly
215 - the intersect and split methods of normpath and normsubpath have been completely rewritten and
216 now take the accuracy epsilon correctly into account. Note that for a closed subpath the
217 split function now returns the segment containing the closing point as first element
218 in the result list (before, it was returned as last element).
219 - normsubpathitems and normsubpath now implement much more methods also provided by
220 path and normpath instances
221 - normpath.append no longer accepts pathitems but only normsubpaths
222 - deformer module: new
223 - moved cycloid and smoothed from deco into deformer
225 - handle "BoundingBox: (atend)" (cf. bug #945621 reported by Jim Boyle)
226 - kpsearch option to search for file using the kpathsea library (contributed by Michael Gruber)
228 - PSCmd and PSOp are now joined in a new class canvasitem
230 - decorated path no longer allows modification of its path
231 - new method excluderange which allows to remove certain parameter ranges from the stroked path
232 - additional canvas provided by decorated path is now called ornaments
233 - constriction=None now indicates an arrowhead without constriction
235 - trafos are now deformers
237 - a bunch of bargraph examples have been added
242 - fix errorbar range adjustment
243 - fix empty tick lists bug (reported by Marko Vendelin, cf. bug #977323)
244 - graph/style module:
245 - symbolline drawing order in graph key (cf. bug #990687)
247 - access to builtin list (reported by Marcus Mendenhall, cf. bug #1042458)
252 - fix drawing with background
253 - fix insertion of a zero length path when the whole line is outside
254 the valid axis range (reported by Marko Vendelin)
256 - include source for faq and manual
257 - distribute the pdf instead of postscript (manual, faq, examples)
262 - fixed title=None + graph key issue reported by Gabriel Vasseur
263 - graph.axis.painter.plain -> graph.axis.painter.regular
264 (as it was in parts of the documentation already)
265 - changeable-gridattrs-become-None-bug fixed
266 - graph style cutting outside lines (double-)fixed
270 - fixes missing install of the graph and axis directories introduced in 0.6
271 - some minor updates to the faq
276 - reorganisation of the graph structure finished (there might be some
277 small pending issues, but the basic restructuring is done with this release):
278 - graph splitted into several modules in pyx/graph and pyx/graph/axis
279 - painters are using the new attribute scheme including changeable
281 - graph styles rewrite
283 - axis zeropath feature has been removed
284 - mergelabels removed; linpart doesn't have a label argument anymore
285 - names and texts removed from baraxis
286 - iteration on graph style, when it is used several times in the same graph
287 - symbols + lines -> symbollines; symbols do not allow setting lineattrs,
288 and lines not symbolattrs
289 - manual line clipping (do not include unneeded line segments when the
290 axis range is set manually etc.)
291 - automatic file key titles
292 - graph.data now also includes the old data module
293 - data.list adds (by default) a line number like data.file
294 (thus regular columns are counted from 1)
296 - added new pathels multilineto_pt and multicurveto which allows to specify
297 a list of points and can thus be much more efficient
298 - internal methods return coordinates in pts
299 - arclentoparam returns only parameters not total length
300 - added path.arclength_pt, path.at_pt, path.begin_pt, path.end_pt (and
301 correspondingly for normpath)
302 - complete refactoring of the normpath class: normpaths now consist of
303 normsubpaths which themselves consist of normlines and normcurves This is
304 much more convenient for any routines working with normpaths.
305 - reversing of closed sub paths does not change the first point of the sub
307 - renamed: arclength -> arclen
308 - renamed: lentopar -> arclentoparam
309 - renamed: glue -> joined
310 - normpath now supports join, the in-place version of joined
311 - path and normpath method raise exception instead of returning None
312 when parameter is out of range
313 - the accuracy epsilon can now only be specified in normpath and normsubpath
314 constructor and no longer in arguments of path and normpath methods
315 - negative parameters are no longer supported in path and normpath methods
316 - path and normpath methods which accept parameter value param now
317 alternatively accept an arc length
321 - arrow heads are no longer stroked (as suggested by Magnus Lie Hetland)
323 - writeEPSfile deprecates writetofile
324 - internally, write methods are renamed in outputPS
325 - canvas constructor no longer accepts variable argument list but
326 expects a list of attrs as first argument (defaulting to []) and
327 a texrunner as second argument (defaulting to text.defaulttexrunner)
328 - set, draw, stroke and fill no longer return self, i.e., the canvas, but None
330 - added inplace add (__iadd__), enlarge and transform methods
331 - callers use inplace add where possible now (yielding a considerable
333 - "undefined" corners of bounding boxes are no longer supported which makes
334 the bounding box operations much more efficient.
336 - renamed _xxx -> xxx_pt
338 - removed showbbox argument of epsfile class
340 - default handling of texmessages as in the new attribute scheme
341 - multiple insert bug fixed
342 - made left, right, width, height, depth information available (x length
343 not taking into account box transformations)
344 - ignore tex message "Please type a command or say `\\end'"
345 - added textboxes that are sequentially filled (experimental)
347 - mandel.py (contributed by Stephen Phillips)
349 - length comparision (David Beach)
353 - switched to the new parser using pythons parser module
355 - removed, it all lives in the graph.data module now, while before it
356 was splitted into two separate modules
358 - not imported by default anymore
359 - obsolete warning when importing this module
363 - include missing c-files for optional extension modules
365 - fix unpaired BeginProcSet/EndProcSet in font enconding
368 - setup.py and distribution:
369 - allow customization of the extension modules built (via setup.cfg)
370 - disable building pykpathsea module by default
371 - more detailed description of install process in INSTALL
372 - provide more information and pointers to other files in README
373 - include example data files in distribution (suggested by Andrea Riciputi)
374 - force dvips to write ps files instead of printing them (suggested by Otto Tronarp)
375 - includ pyxfaq.pdf in distribution
377 - improved is-readable test for lfs files and pyx.def file
378 - explicitly quit (La)TeX in cleantmp (helps when quitting with <Ctrl>C)
379 - showwaitfortex implemented following a suggestion by Fernando Perez
380 (waitfortex is increased to 60 seconds now)
381 - support of TeX extension --ipc for reading dvi results while TeX keeps running
382 - configurable font mapping files (via pyxrc or parameter of the texrunner constructor)
383 - markers to get access to positions within TeX expressions
384 - fix: allow for e-tex in texmessage.start (reported by Andrea Riciputi)
385 - fix: print warning at syntax errors in font mapping file and continue (cf. bug #795271)
386 - remove limitation on number of fonts in dvi file
387 - added native virtual font support
388 - dvicopy support not needed anymore (it is still available, but obsolete and
389 removed from the documentation)
390 - do not include too many glyphs in the eps file
391 - _xxx -> xxx_pt renaming
392 - dvifile module (NEW):
393 - separated from the text module
394 - dvifile class returns standard pyx canvas instances on readpage
396 - removed manualpart and partitioners mix keyword
397 - results of the splitting at "=" in graph.function were not stripped
398 - skip title=None in key (cf. bug #821284), properly align a single key entry
399 - another (the last?!) axis redesign: axispos -> class of its own
400 - some axispos name have changed slightly (zeroline -> zeropath etc.)
401 - tick/data-vmin/vmax removed
404 - minor enhancements in exponentionaltexter
405 - axes alongs paths including a set of examples
406 - mixing a partitioner and manual ticks by two distinct keyword arguments now
407 - _xxx -> xxx_pt renaming
408 - part -> parter renaming
410 - stroke, fill, draw, set and insert do no longer accept variable length argument lists but
411 an attribute list as last argument
412 - stroke and fill now support trafos (TODO: documentation)
413 - uppercase version of a4, a3, ... paperformats
415 - new module for loading PyX configuration information
417 - automatically import main modules into pyx namespace as suggested by Fernando
420 - check for sorting of parameter list passed to path.split method
421 - _xxx -> xxx_pt renaming
423 - contains decoratedpath and decorators from canvas module
424 - all predefined decorators are instances now (deco.stroked is thus ok) and
425 attributes have to be passed explicitely, e.g., deco.earrow.small(attrs=color.rgb.red)
426 and deco.stroked([color.rgb.blue])
427 - style module (NEW):
428 - contains all line- and fillstyles which formerly had been defined in the canvas module
429 - dash now supports relative dash lengths (as suggested by Otto Tronarp)
431 - fixed incorrect handling of - (for instance -x**2 was not negative)
433 - contents have been moved to the (obsolete) tex module, which was the only user anyhow, and
434 the module itself was removed
436 - new fallback solution in pure python
437 - bugfix: pyxadapt.h needs to open files binary under Windows (reported by Gary Pajer)
439 - _xxx -> xxx_pt renaming
441 - _xxx -> xxx_pt renaming
445 - "in" to "inch" in paperformats
447 - fix pyx.def hack occuring whenever \ProcessOptions* was used by a package
449 - implement different file formats for Python version of module
451 - python fallback solution should behave the same way as c extension module (closes SF bug #799182 reported
452 by Marcus Mendenhall)
454 - added "connector" to __all__
458 - separate texter out of the axispainter
459 - axis/partitioner/texter/painter/axispos redesign & interfaces
460 - tick.text is renamed to tick.label
461 - ticks and labels are renamed to tickpos/tickdist and labelpos/labeldist in partitioning
462 - ticks can be used in the part to mix a partitioner with some manual ticks
463 -> manualpart and the mix technique is not needed anymore
464 (both things are still available and working, but they will be removed in the future)
465 - _ensurefrac is implemented inside the frac constructor now; initialization is possible by:
466 - a (enum, denom) tuple now (previously there were two arguments)
467 - a string (as before via _ensurefrac)
468 - exponential strings are allowed as well (e.g. "1e10" etc.)
469 - a float (precision is determined by floatprecision -- the number of decimal places)
474 - reset() method for the texrunner
475 - automatic restart of a TeX instance with the same preamble (preamble changes are not possible)
476 - texmessage.loadfd for accepting font description loading
477 - don't bail out on width_index == 0, but mark character invalid instead
479 - support for specials; pyxgraphics flag
480 - support psfonts.map: font names, font encodings
481 - bugfix \def\ProcessPyXBox -> \long\def\ProcessPyXBox
482 - improved lfs handling
484 - full documentation via doc strings
486 - some preliminary version
488 - multiple radii (up to two per point) and softnesses
489 - ensurecenter added --- do we always force the creation of a center?
491 - lentopar methods added including some tests
493 - new parameter bbox allows to override the bounding box of the eps file
497 - derive TFMError and DVIError correctly from exceptions.Exception
498 - close files and pipes, if they are no longer used (thanks to Marcus Mendenhall)
499 - remove DeprecationWarning in Python 2.3 (thanks to Marcus Mendenhall)
501 - correct rounding algorithm (Michael Schindler)
503 - refer to the graphs texrunner instead of the defaulttexrunner (cf. #728209)
504 - rounding towards zero bugfix in autolinpart
505 - log axis range rating bugfix
507 - addarg bugs (#738724)
509 - fix mixing up of height and width in scale calculation
510 - and various other fixer here and there
514 - fix bug in dvi rule code where width was height
515 - fix preamble attribute checking bug
516 - fix texmessage.load pattern search instead of pattern match bug
517 - renamed vbox to parbox (was done in 0.3 partially only)
519 - allow for tuples in arguments of the data class
520 - convenience: exchanged order of named parameters in data.data
522 - convenience: allow for part=None in _axis (base of linaxis and logaxis)
524 - added a latex example (requested)
525 - added a attributechange example (requested)
526 - added back the integral example (requested; prior PyX 0.3 it was part of the user manual)
527 - small change in vector example (allow for the access to the texrunner)
528 - examples included in source distribution
530 - correct arrow template calculation for very short paths
534 - new easy to use example generation (will hopefully lead to nice examples)
536 - new module for handling of convex polygons (taken out of the graph module)
538 - new module containing a collection of helper functions (taken out of the graph module)
539 - moved the attrlist into helper -- as plain functions; attrlist becomes obsolete
541 - new module: a new and preferable integration of TeX/LaTeX
543 - strip glyphs from pfa/pfb-fonts
544 - there is a C implementation taken from pdftex
545 - fallback solution via an external program (pfb2pfa)
547 - (partial) C binding to libkpathsea
548 - fallback solution via an external program (kpsewhich)
550 - removed some code duplication (various axis painters)
551 - use text module instead of the obsolete tex module
552 - allow for tailing zeros of automatic generated labels
553 - allow for missing data in bar graphs -> skipmissing parameter
554 - remove the support for variables given as keyword arguments in data constructor
555 - use context instead of extern for extern variables and functions
556 - graph keys; titles in data/function/etc.
558 - new classes for visual and width lengths, aliases for user length (u_pt = pt)
559 - all length classes have now by default a quantifier 1 (instead of 0), such that,
560 for instance, 5*unit.t_cm() == unit.t_cm(5)
561 - default_unit now has to be set via unit.set. For instance: unit.set(defaultunit="m").
562 - convert_to is now an internal function, which moreover does not longer accept tuples or lists
564 - new class _bbox (the former bbox) which accepts points in the constructor. This is used
565 for internal purposes.
566 - the bbox constructor now accepts user lengths in the constructor.
567 - new methods height, width, top, bottom, left, right
568 - ll & ur ???, what about ul and lr -> ugly!
569 - enlarge (was enhance) now allows selective enlargement to the left, bottom, right and top
570 - output HiResBoundingBox
571 - never reduce bbox upon output
573 - new constructor signature, more in line with rest of PyX:
574 epsfile(x, y, filename, **additional_args)
576 - removed additional column support in addcolumn; removed _addcolumn
577 - line reduction for datafile like the every parameter in gnuplot
579 - new way of PS prolog generation that writes only necessary parts
580 - added support for patterns
581 - canvas.insert() now supports arguments
582 - bbox of canvas can be specified in writetofile command explicitely
583 - writetofile does not return self anymore
584 - arrow template now uses intersection with circle to get size right
585 (as per a suggestion by Michael Schindler)
588 - changed the handling of extern functions and all variables
590 - gradient renamed to palette
592 - problem with sizefile on windows (tex module)
593 - allow for strings in graphxy's width and height; allow for width only (graph module)
594 - disable rating for labelattrs equals None (graph module)
595 - defaultstyle selection, when a list of data is provided to the plot function (graph module)
596 - traverse when adding functions as arguments of operators (mathtree module)
597 - allow for extern functions in addcolumn (data module)
598 - just one common place for the version number
599 - fix incorrect exception name MathError (path module)
600 - prevent double return of intersections for closed sub paths
605 - allow division of length by numbers
607 - new transformation: slant
608 - renamed all trafo methods to use the participle (i.e translate->translated)
609 - the name of all trafo subclasses are verbs (i.e. translation->translate)
611 - mark class renamed to symbol
612 - (text-)box distance measurement
613 - moved axis partitioning to axis and axis painter
614 - automatic axis partitioning (now officially: general cleanup, distance measurement, documentation)
616 - baraxis, baraxispainter, and bar style
618 - previously named datafile module
619 - class "_datafile" renamed to class "data"
620 - class sectionfile added
623 - extern variables and functions (support in graph.function, graph.paramfunction and data.data)
626 - deferred to Version 0.3
627 - running TeX "on the fly" is basically implemented
629 - transformation bug (#624068, trafo module)
630 - canvas transformations (canvas module???)
631 - textbox alignment (graph module)
632 - return linewidth upon calculation with linewidths (unit module)
633 - allow column number variables with several digits
635 - british and american spellings (color module, graph module)
636 - small logo modifications