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
97 - auto-guess output filename from the script filename
103 - graphxyz for 3d graphs with parallel and central projection
104 - doplot method (to be called with a plotitem) to alter the plotitem order etc.
106 - new surface style for 3d graphs (colored surfaces are functional
107 (and useful!) for 2d graphs as well)
108 - new grid style for 3d graphs
110 - optional textdx/textdy columns to the text style added
111 - arrowpos parameter to the arrow style added
112 - bugfix: fromvalue axis range adjustment in histogram style
113 - bugfix: axis range adjustment in range style
115 - painter: don't insert axis title twice (thanks to Tim Gray for reporting this problem)
116 - parter: extend the logarithmic parter to calculate automatic partitions for huge ranges
117 (TODO: documentation of the new autoexponent parameter) (suggested by Dominic Ford)
118 - fix: range rating was not taken into account due in the 0.9 release
120 - list class was renamed to points; deprecation warning added
121 for instance creation, but inheritance from list failes
124 - internal helper module for efficient handling of triangular colored meshs
126 - renamed: palette->gradient, functionpalette->functiongradient, linearpalette->lineargradient
127 - new class palette representing a discrete ordered list of colors
128 - support transparency for filling/stroking in pdf separately
129 - transparency support for postscript as available by means of a proprietary
130 ghostscript extension (for ps2pdf)
132 - add multichangeattr to perform a select on different changeable attributes
133 depending on the selects total number
136 - add missing glyph traversal in t1seacs updatepath
138 - support zero-length normsubpaths
140 - don't change order of attrs passed to canvas constructor in place
141 - added __truediv__ methods according to PEP 238
145 - most important changes (to be included in the release notes):
146 - mathtree removal (warning about integer division)
147 - barpos style does not build tuples for nestedbar axes automatically
148 - new deformers for path manipulation (for smoothing, shifting, ... paths)
150 - new framework for font handling
151 - own implementation of type1 font stripping (old pdftex code fragments removed)
152 - complete type1 font command representation and glyph path extraction from font programs
153 - t1code extension module (C version of de-/encoding routines used in Type 1 font files)
157 - mathtree removal: more flexibility due to true python expressions
158 - default style instantiation bug (reported by Gregory Novak)
160 - automatic subaxis tuple creation removed in barpos (create tuples
161 in expressions now; subnames argument removed since it became pointless;
162 adujstaxis became independend from selectstyle for all styles now)
163 - remove multiple painting of frompath in histogram and barpos styles
164 - fix missing attribute select when using a bar style once only (reported by Alan Isaac)
165 - fix histograms for negative y-coordinates (reported by Dominic Ford, bug #1492548)
166 - fix histogram to stroke lines to the baseline for steps=0 when two subsequent values are equal
167 - add key method for histogram style (reported by Hagemann, bug #1371554)
168 - implement a changebar style
169 - graph, axis and style module:
170 - support for mutual linking of axes between graphs
171 - new domethods dependency handling
172 - separate axis range calculation from dolayout
173 - axis.parter module:
174 - linear and logarthmic partitioners always need lists now
175 (as it was documented all the time; renamed tickdist/labeldist
176 to tickdists/labeldists; renamed tickpos/labelpos to
177 tickpreexps/labelpreexps)
179 - patch to tickpos and vtickpos (reported by Wojciech Smigaj, cf. patch #1286112)
180 - anchoredpathaxis added (suggested by Wojciech Smigaj)
181 - properly handle range rating on inversed axis (reported by Dominic Ford, cf. bug #1461513)
182 - invalidate axis partitions with a single label only by the distance rater
183 - fallback (with warning) to linear partitioner on a small logarithmics scale
185 - patch to allow for tickattrs=None (reported by Wojciech Smigaj, cf. patch #1286116)
187 - transparency support (PDF only)
188 - conversion between colorspaces
189 - nonlinear palettes added
190 - the former palette must now be initialized as linearpalette
191 - remove min and max arguments of palettes
193 - improve escapestring to handle all ascii characters
194 - correct vshift when text size is modified by a text.size instance
195 - recover from exceptions (reported by Alan Isaac)
196 - handle missing italic angle information in tfm for pdf output (reported by Brett Calcott)
197 - allow for .def and .fd files in texmessage.loaddef (new name for
198 texmessage.loadfd, which was restricted to .fd files)
200 - correct closepath (do not invalidate currentpoint but set it to the
201 beginning of the current subpath); structural rework of pathitems
202 - calculate real bboxes for Bezier curves
203 - fix intersection due to non-linear parametrization of bezier curves
204 - add rotate methods to path, normpath, normsubpath, and normsubpathitems
205 - add flushskippedline to normsubpath
206 - add arclentoparam to normsubpath and normsubpathitems
207 - path is no longer a canvasitem
208 - reduce number of parameters of outputPS/outputPDF methods (do not pass context and registry)
210 - contains normpath, normsubpath and normpathparam which have originally
211 been in the path module
212 - return "invalid" for certain path operations when the curve "speed" is
213 below a certain threshold
214 - normpath is no longer a canvasitem
215 - reduce number of parameters of outputPS/outputPDF methods (do not pass context and registry)
217 - rewritten smoothed to make use of the subnormpath facilities
218 - rewritten parallel for arbitrary paths
220 - add basic text decorator
221 - allow arrows at arbitrary positions along the path
223 - boxdists parameter need to be a list/tuple of two items now
224 - changed the orientation of the angle parameters
226 - renamed _apply to apply_pt
227 - introduce _epsilon for checking the singularity of a trafo
229 - use rectclip instead of clip to remove the clipping path from the
230 PostScript stack, which otherwise might create strange effects for
231 certain PostScript files (reported by Gert Ingold)
233 - silently ignore TrueType fonts in font mapping files (reported by Gabriel Vasseur)
235 - accept [ and ] as separators in encoding files (reported by Mojca Miklavec, cf. bug #1429524)
237 - remove registerPS/registerPDF in favour of registering resourcing during the outputPS/outputPDF run
238 - move bbox handling to registry
239 - rename outputPS/outputPDF -> processPS/processPDF
240 - remove set method of canvas
241 - add a pipeGS method to directly pass the PyX output to ghostscript
242 - allow file instances as parameter of the writeXXXfile methods (feature request #1419658 by Jason Pratt)
244 - allow file instances as parameter of the writeXXXfile methods (feature request #1419658 by Jason Pratt)
246 - make rellength the default for dash styles
248 - switched to subversion on 2006/03/09
252 - fix bug in postscript deco code for stroking only attributes
254 - fix multicurveto._normalized
255 - fix path.paramtoarclen and path.paramtoarclen_pt
256 - remove unused method-local function
257 - fix linestyle rellength in PostScript
258 - correction to the rounding problems in circles (reported by Uwe Fabricius)
262 - issue a warning when not using a stroke color for patterns
264 - postpone PDFfontdescriptor information, since it raises an error on certain
265 fonts even when PostScript output was requested (reported by Gert Ingold)
266 - remove spurious spaces when checking for empty texmessages
268 - caching in fallback to lower system call bottleneck
270 - add missing writePSfile wrapper
271 - add *args to writeEPSfile and writePDFfile wrappers
273 - writebbox option to write bbox information (disabled by default)
274 even when a paper format is specified (PS and PDF writers only)
275 - use arclen in spring example
277 - use pdf graphic files for pdf version of the manual
278 - use PyX to create tipa fallbacks for FAQ
279 - correct description regarding the manual in the README file
283 - changed requirements to python 2.1 or newer:
284 - nested scopes are needed without fallback solution by the path module
285 (at other places fallback solutions for missing nested scopes are missing as well)
286 - use warning module for warnings
288 - path parameters and argument handling
289 - the arct to arc/arcn conversion (needed for bbox calculation and for conversion into
290 normpath) has been fixed
291 - document module: new
292 - container classes for document and pages
293 - document.paperformat class (strings are deprecated)
295 - writeEPSfile wraps a canvas in a single page document and performs the output
299 - completely rewritten: support for fonts and patterns has been added
300 - pswriter module: new
301 - separate PS output from canvas
302 - new signature of outputPS methods: writer and context are passed as additional
305 - allow selection on zero range palette (reported by Francisco Borges, cf. bug #1116257)
306 - prolog module: removed due to code reorganisation
308 - modifications on __init__.py in graph and axis subdirectories to
309 make "from pyx.graph import *" working as expected
311 - addontop added to stackedbarpos
312 - column -> columnname renaming where appropriate
313 - histogram style added
315 - function needs explicit variable definition (implicit variable definition is deprecated)
316 - column names are inherited by data.data() except when copy=0;
317 unused columns are silently ignored now
318 - dynamic function data on a logarithmic axis uses isinstance check now
319 (although it removes the only (mis)use of axis.inverse, it is a
320 temporary solution only)
322 - extend graph keys to allow for several columns
323 - axis data handling refactoring:
324 - introcuded an axis positioner (module graph.axis.positioner)
325 - introduced anchoredaxis to make axis data and positioning local to a graph
326 - linkedaxis is a special version of anchoredaxis and is generic
327 (it uses the new linkpainter provided by an axis)
328 - unification of split and bar axes;
329 removed some black magic in baraxis in favor of a nestedbar axis
330 - x linked to x2 etc. is now possible
331 - axis.inverse was removed (the only place it was (mis)used was by a function)
333 - allow to transform axis after layout
334 - [xy]axisat arguments in the constructor to easily move [xy]-axes
335 to a position defined the orthogonal axis
336 - remove axispos (use the axis dictionary now, since it now contains
337 anchored axis instances and those have shortcuts for the axis positioner
340 - tfm->dvi conversion rounding bugfix
341 - fix parsing of empty strings ("") in fontmap files (reported by John Owens, bug #1218983)
343 - support for halign of boxes and content of boxes (see halign example)
344 - take units xscale into account in parbox
345 - messageparser for replaced fontsizes: Warning -> implemented by texmessage.fontwarning
346 - messageparser for size differences at the end: Warning not Exception -> implemented by texmessage.fontwarning
347 - messageparser for overfull/underfull vbox/hbox: Warning not Exception -> implemented by texmessage.boxwarning
348 - dvicopy flag removed
349 - allow argument of set to be None
350 - rename nomathmode and nophantom to clearmathmode and clearphantom
351 - texmessagepattern for easy creation of simple TeX message parsers
352 - allow long file names in file checking TeX message parsers
353 - no newline removal to not disturbe TeX messages when reporting errors
354 - reworked documentation to use the python documentation standards
356 - linewidth is no longer a unit.length subclass but expects a such as first argument
358 - correct EOL handling while reading DSC's (reported by Markus Meyer)
359 - pattern module: new
360 - moved canvas.pattern to its own module together with the new PDFpattern class
361 - add some default patterns: hatched and crosshatched
363 - improve the smoothing deformer
364 - add a parallel deformer
366 - the very old tex module finally got removed completely
368 - a simple converter from dvi to EPS/PS/PDF files (dviconvert.py) has been added
369 - a simple imagine to EPS/PS/PDF converter (imgconvert.py) has been added
370 - a simple dvitype.py has been added
371 - update address of FSF all over the place
376 - EPS header fixed (reported by Russell Lang, cf. bug #1065099)
378 - use CURDIR instead of PWD (reported by David M. Cooke, bug #1070285)
380 - support windows line endings (patch by Hans-Andreas Engel, cf. bug #1071160)
382 - line attributes handling fixed (reported by Andrea Riciputi)
383 - fix typos in predefined symbols (reported by Andrea Riciputi)
384 - cut column name list at the max. number of columns (reported by Arnd Baecker)
386 - add INDEX and README files to distribution
387 - new errorbar and julia example
389 - pdf snippets for tipa based phonetic transliterations
394 - new module for inclusion of bitmap images
396 - names of local and member variables now follow the naming convention of
397 having a _pt suffix when containing lengths in points
399 - names of local and member variables now follow the naming convention of
400 having a _pt suffix when containing lengths in points
401 - enlarge was misspelled as enlarged
402 - renamed _bbox -> bbox_pt
403 - new bbox method center, which returns the coordinates of the center
405 - enlarge and enlarged do no longer interprete unqualified lengths as
408 - unit.cm, unit.t_cm, etc. are no longer sub classes but instances
410 - never convert implicitly into visual/width, etc. lengths (this is more
411 about usage of the unit module in various other modules) (TODO: update
413 - support for string initialization removed
414 - support for initialisation with other length removed
415 - lengths can now be divided by other lengths (as suggested by Michael Gruber
416 and Magnus Lie Hetland)
418 - postpone reading of fontmap files until TeX/LaTeX is started
419 - sign of font number in dvifile (reported by Michael Gruber)
422 - added new classes page and document for multipage PostScript output
423 - apply deformers (instead of trafos) in draw method
425 - decrease interval for dotted and dash-dotted lines for better visual
427 - setup.py and distribution:
428 - create siteconfig on install to store positions of the shared data
431 - graph style + data reorganization
432 - modularization of the graph styles by separating data handling and drawing tasks
433 - several graph styles can now be combined together
434 - graph data can internally now combine different data sources
435 (by that, some nasty side effects could have been removed)
436 - enum -> num renaming
437 - allow for horizontally and vertically centered graph key alignment and a key background
438 - fix bug that graph was not finished automatically when a bbox was specified
439 manually (reported by David Barton)
441 - pathel -> pathitem, etc. renaming
442 - methods accepting a parameter value / arc length now also allow the user to
443 pass a tuple (subpath, param) / (subpath, arclen)
444 - normpath constructor no longer accepts a path or normpath as argument but only a list
445 of normsubpaths. Use the new normpath method of the path instead to construct a normpath
447 - normsubpath can now deal with short (i.e. shorter than epsilon) segments correctly
448 - the intersect and split methods of normpath and normsubpath have been completely rewritten and
449 now take the accuracy epsilon correctly into account. Note that for a closed subpath the
450 split function now returns the segment containing the closing point as first element
451 in the result list (before, it was returned as last element).
452 - normsubpathitems and normsubpath now implement much more methods also provided by
453 path and normpath instances
454 - normpath.append no longer accepts pathitems but only normsubpaths
455 - deformer module: new
456 - moved cycloid and smoothed from deco into deformer
458 - handle "BoundingBox: (atend)" (cf. bug #945621 reported by Jim Boyle)
459 - kpsearch option to search for file using the kpathsea library (contributed by Michael Gruber)
461 - PSCmd and PSOp are now joined in a new class canvasitem
463 - decorated path no longer allows modification of its path
464 - new method excluderange which allows to remove certain parameter ranges from the stroked path
465 - additional canvas provided by decorated path is now called ornaments
466 - constriction=None now indicates an arrowhead without constriction
468 - trafos are now deformers
470 - a bunch of bargraph examples have been added
475 - fix errorbar range adjustment
476 - fix empty tick lists bug (reported by Marko Vendelin, cf. bug #977323)
477 - graph/style module:
478 - symbolline drawing order in graph key (cf. bug #990687)
480 - access to builtin list (reported by Marcus Mendenhall, cf. bug #1042458)
485 - fix drawing with background
486 - fix insertion of a zero length path when the whole line is outside
487 the valid axis range (reported by Marko Vendelin)
489 - include source for faq and manual
490 - distribute the pdf instead of postscript (manual, faq, examples)
495 - fixed title=None + graph key issue reported by Gabriel Vasseur
496 - graph.axis.painter.plain -> graph.axis.painter.regular
497 (as it was in parts of the documentation already)
498 - changeable-gridattrs-become-None-bug fixed
499 - graph style cutting outside lines (double-)fixed
503 - fixes missing install of the graph and axis directories introduced in 0.6
504 - some minor updates to the faq
509 - reorganisation of the graph structure finished (there might be some
510 small pending issues, but the basic restructuring is done with this release):
511 - graph splitted into several modules in pyx/graph and pyx/graph/axis
512 - painters are using the new attribute scheme including changeable
514 - graph styles rewrite
516 - axis zeropath feature has been removed
517 - mergelabels removed; linpart doesn't have a label argument anymore
518 - names and texts removed from baraxis
519 - iteration on graph style, when it is used several times in the same graph
520 - symbols + lines -> symbollines; symbols do not allow setting lineattrs,
521 and lines not symbolattrs
522 - manual line clipping (do not include unneeded line segments when the
523 axis range is set manually etc.)
524 - automatic file key titles
525 - graph.data now also includes the old data module
526 - data.list adds (by default) a line number like data.file
527 (thus regular columns are counted from 1)
529 - added new pathels multilineto_pt and multicurveto which allows to specify
530 a list of points and can thus be much more efficient
531 - internal methods return coordinates in pts
532 - arclentoparam returns only parameters not total length
533 - added path.arclength_pt, path.at_pt, path.begin_pt, path.end_pt (and
534 correspondingly for normpath)
535 - complete refactoring of the normpath class: normpaths now consist of
536 normsubpaths which themselves consist of normlines and normcurves This is
537 much more convenient for any routines working with normpaths.
538 - reversing of closed sub paths does not change the first point of the sub
540 - renamed: arclength -> arclen
541 - renamed: lentopar -> arclentoparam
542 - renamed: glue -> joined
543 - normpath now supports join, the in-place version of joined
544 - path and normpath method raise exception instead of returning None
545 when parameter is out of range
546 - the accuracy epsilon can now only be specified in normpath and normsubpath
547 constructor and no longer in arguments of path and normpath methods
548 - negative parameters are no longer supported in path and normpath methods
549 - path and normpath methods which accept parameter value param now
550 alternatively accept an arc length
554 - arrow heads are no longer stroked (as suggested by Magnus Lie Hetland)
556 - writeEPSfile deprecates writetofile
557 - internally, write methods are renamed in outputPS
558 - canvas constructor no longer accepts variable argument list but
559 expects a list of attrs as first argument (defaulting to []) and
560 a texrunner as second argument (defaulting to text.defaulttexrunner)
561 - set, draw, stroke and fill no longer return self, i.e., the canvas, but None
563 - added inplace add (__iadd__), enlarge and transform methods
564 - callers use inplace add where possible now (yielding a considerable
566 - "undefined" corners of bounding boxes are no longer supported which makes
567 the bounding box operations much more efficient.
569 - renamed _xxx -> xxx_pt
571 - removed showbbox argument of epsfile class
573 - default handling of texmessages as in the new attribute scheme
574 - multiple insert bug fixed
575 - made left, right, width, height, depth information available (x length
576 not taking into account box transformations)
577 - ignore tex message "Please type a command or say `\\end'"
578 - added textboxes that are sequentially filled (experimental)
580 - mandel.py (contributed by Stephen Phillips)
582 - length comparision (David Beach)
586 - switched to the new parser using pythons parser module
588 - removed, it all lives in the graph.data module now, while before it
589 was splitted into two separate modules
591 - not imported by default anymore
592 - obsolete warning when importing this module
596 - include missing c-files for optional extension modules
598 - fix unpaired BeginProcSet/EndProcSet in font enconding
601 - setup.py and distribution:
602 - allow customization of the extension modules built (via setup.cfg)
603 - disable building pykpathsea module by default
604 - more detailed description of install process in INSTALL
605 - provide more information and pointers to other files in README
606 - include example data files in distribution (suggested by Andrea Riciputi)
607 - force dvips to write ps files instead of printing them (suggested by Otto Tronarp)
608 - includ pyxfaq.pdf in distribution
610 - improved is-readable test for lfs files and pyx.def file
611 - explicitly quit (La)TeX in cleantmp (helps when quitting with <Ctrl>C)
612 - showwaitfortex implemented following a suggestion by Fernando Perez
613 (waitfortex is increased to 60 seconds now)
614 - support of TeX extension --ipc for reading dvi results while TeX keeps running
615 - configurable font mapping files (via pyxrc or parameter of the texrunner constructor)
616 - markers to get access to positions within TeX expressions
617 - fix: allow for e-tex in texmessage.start (reported by Andrea Riciputi)
618 - fix: print warning at syntax errors in font mapping file and continue (cf. bug #795271)
619 - remove limitation on number of fonts in dvi file
620 - added native virtual font support
621 - dvicopy support not needed anymore (it is still available, but obsolete and
622 removed from the documentation)
623 - do not include too many glyphs in the eps file
624 - _xxx -> xxx_pt renaming
625 - dvifile module (NEW):
626 - separated from the text module
627 - dvifile class returns standard pyx canvas instances on readpage
629 - removed manualpart and partitioners mix keyword
630 - results of the splitting at "=" in graph.function were not stripped
631 - skip title=None in key (cf. bug #821284), properly align a single key entry
632 - another (the last?!) axis redesign: axispos -> class of its own
633 - some axispos name have changed slightly (zeroline -> zeropath etc.)
634 - tick/data-vmin/vmax removed
637 - minor enhancements in exponentionaltexter
638 - axes alongs paths including a set of examples
639 - mixing a partitioner and manual ticks by two distinct keyword arguments now
640 - _xxx -> xxx_pt renaming
641 - part -> parter renaming
643 - stroke, fill, draw, set and insert do no longer accept variable length argument lists but
644 an attribute list as last argument
645 - stroke and fill now support trafos (TODO: documentation)
646 - uppercase version of a4, a3, ... paperformats
648 - new module for loading PyX configuration information
650 - automatically import main modules into pyx namespace as suggested by Fernando
653 - check for sorting of parameter list passed to path.split method
654 - _xxx -> xxx_pt renaming
656 - contains decoratedpath and decorators from canvas module
657 - all predefined decorators are instances now (deco.stroked is thus ok) and
658 attributes have to be passed explicitely, e.g., deco.earrow.small(attrs=color.rgb.red)
659 and deco.stroked([color.rgb.blue])
660 - style module (NEW):
661 - contains all line- and fillstyles which formerly had been defined in the canvas module
662 - dash now supports relative dash lengths (as suggested by Otto Tronarp)
664 - fixed incorrect handling of - (for instance -x**2 was not negative)
666 - contents have been moved to the (obsolete) tex module, which was the only user anyhow, and
667 the module itself was removed
669 - new fallback solution in pure python
670 - bugfix: pyxadapt.h needs to open files binary under Windows (reported by Gary Pajer)
672 - _xxx -> xxx_pt renaming
674 - _xxx -> xxx_pt renaming
678 - "in" to "inch" in paperformats
680 - fix pyx.def hack occuring whenever \ProcessOptions* was used by a package
682 - implement different file formats for Python version of module
684 - python fallback solution should behave the same way as c extension module (closes SF bug #799182 reported
685 by Marcus Mendenhall)
687 - added "connector" to __all__
691 - separate texter out of the axispainter
692 - axis/partitioner/texter/painter/axispos redesign & interfaces
693 - tick.text is renamed to tick.label
694 - ticks and labels are renamed to tickpos/tickdist and labelpos/labeldist in partitioning
695 - ticks can be used in the part to mix a partitioner with some manual ticks
696 -> manualpart and the mix technique is not needed anymore
697 (both things are still available and working, but they will be removed in the future)
698 - _ensurefrac is implemented inside the frac constructor now; initialization is possible by:
699 - a (enum, denom) tuple now (previously there were two arguments)
700 - a string (as before via _ensurefrac)
701 - exponential strings are allowed as well (e.g. "1e10" etc.)
702 - a float (precision is determined by floatprecision -- the number of decimal places)
707 - reset() method for the texrunner
708 - automatic restart of a TeX instance with the same preamble (preamble changes are not possible)
709 - texmessage.loadfd for accepting font description loading
710 - don't bail out on width_index == 0, but mark character invalid instead
712 - support for specials; pyxgraphics flag
713 - support psfonts.map: font names, font encodings
714 - bugfix \def\ProcessPyXBox -> \long\def\ProcessPyXBox
715 - improved lfs handling
717 - full documentation via doc strings
719 - some preliminary version
721 - multiple radii (up to two per point) and softnesses
722 - ensurecenter added --- do we always force the creation of a center?
724 - lentopar methods added including some tests
726 - new parameter bbox allows to override the bounding box of the eps file
730 - derive TFMError and DVIError correctly from exceptions.Exception
731 - close files and pipes, if they are no longer used (thanks to Marcus Mendenhall)
732 - remove DeprecationWarning in Python 2.3 (thanks to Marcus Mendenhall)
734 - correct rounding algorithm (Michael Schindler)
736 - refer to the graphs texrunner instead of the defaulttexrunner (cf. #728209)
737 - rounding towards zero bugfix in autolinpart
738 - log axis range rating bugfix
740 - addarg bugs (#738724)
742 - fix mixing up of height and width in scale calculation
743 - and various other fixer here and there
747 - fix bug in dvi rule code where width was height
748 - fix preamble attribute checking bug
749 - fix texmessage.load pattern search instead of pattern match bug
750 - renamed vbox to parbox (was done in 0.3 partially only)
752 - allow for tuples in arguments of the data class
753 - convenience: exchanged order of named parameters in data.data
755 - convenience: allow for part=None in _axis (base of linaxis and logaxis)
757 - added a latex example (requested)
758 - added a attributechange example (requested)
759 - added back the integral example (requested; prior PyX 0.3 it was part of the user manual)
760 - small change in vector example (allow for the access to the texrunner)
761 - examples included in source distribution
763 - correct arrow template calculation for very short paths
767 - new easy to use example generation (will hopefully lead to nice examples)
769 - new module for handling of convex polygons (taken out of the graph module)
771 - new module containing a collection of helper functions (taken out of the graph module)
772 - moved the attrlist into helper -- as plain functions; attrlist becomes obsolete
774 - new module: a new and preferable integration of TeX/LaTeX
776 - strip glyphs from pfa/pfb-fonts
777 - there is a C implementation taken from pdftex
778 - fallback solution via an external program (pfb2pfa)
780 - (partial) C binding to libkpathsea
781 - fallback solution via an external program (kpsewhich)
783 - removed some code duplication (various axis painters)
784 - use text module instead of the obsolete tex module
785 - allow for tailing zeros of automatic generated labels
786 - allow for missing data in bar graphs -> skipmissing parameter
787 - remove the support for variables given as keyword arguments in data constructor
788 - use context instead of extern for extern variables and functions
789 - graph keys; titles in data/function/etc.
791 - new classes for visual and width lengths, aliases for user length (u_pt = pt)
792 - all length classes have now by default a quantifier 1 (instead of 0), such that,
793 for instance, 5*unit.t_cm() == unit.t_cm(5)
794 - default_unit now has to be set via unit.set. For instance: unit.set(defaultunit="m").
795 - convert_to is now an internal function, which moreover does not longer accept tuples or lists
797 - new class _bbox (the former bbox) which accepts points in the constructor. This is used
798 for internal purposes.
799 - the bbox constructor now accepts user lengths in the constructor.
800 - new methods height, width, top, bottom, left, right
801 - ll & ur ???, what about ul and lr -> ugly!
802 - enlarge (was enhance) now allows selective enlargement to the left, bottom, right and top
803 - output HiResBoundingBox
804 - never reduce bbox upon output
806 - new constructor signature, more in line with rest of PyX:
807 epsfile(x, y, filename, **additional_args)
809 - removed additional column support in addcolumn; removed _addcolumn
810 - line reduction for datafile like the every parameter in gnuplot
812 - new way of PS prolog generation that writes only necessary parts
813 - added support for patterns
814 - canvas.insert() now supports arguments
815 - bbox of canvas can be specified in writetofile command explicitely
816 - writetofile does not return self anymore
817 - arrow template now uses intersection with circle to get size right
818 (as per a suggestion by Michael Schindler)
821 - changed the handling of extern functions and all variables
823 - gradient renamed to palette
825 - problem with sizefile on windows (tex module)
826 - allow for strings in graphxy's width and height; allow for width only (graph module)
827 - disable rating for labelattrs equals None (graph module)
828 - defaultstyle selection, when a list of data is provided to the plot function (graph module)
829 - traverse when adding functions as arguments of operators (mathtree module)
830 - allow for extern functions in addcolumn (data module)
831 - just one common place for the version number
832 - fix incorrect exception name MathError (path module)
833 - prevent double return of intersections for closed sub paths
838 - allow division of length by numbers
840 - new transformation: slant
841 - renamed all trafo methods to use the participle (i.e translate->translated)
842 - the name of all trafo subclasses are verbs (i.e. translation->translate)
844 - mark class renamed to symbol
845 - (text-)box distance measurement
846 - moved axis partitioning to axis and axis painter
847 - automatic axis partitioning (now officially: general cleanup, distance measurement, documentation)
849 - baraxis, baraxispainter, and bar style
851 - previously named datafile module
852 - class "_datafile" renamed to class "data"
853 - class sectionfile added
856 - extern variables and functions (support in graph.function, graph.paramfunction and data.data)
859 - deferred to Version 0.3
860 - running TeX "on the fly" is basically implemented
862 - transformation bug (#624068, trafo module)
863 - canvas transformations (canvas module???)
864 - textbox alignment (graph module)
865 - return linewidth upon calculation with linewidths (unit module)
866 - allow column number variables with several digits
868 - british and american spellings (color module, graph module)
869 - small logo modifications