5 - rect style (and errorbars?) should use clipping (TODO: should they or do the now?)
6 - do not include unneeded line segments when the axis range is set manually
7 - allow for an iteration of a graph style, when it is used several times
8 - symbols should become decorators
9 - common bboxes for different graphs
10 - automatic datafile key title
11 - exceptions in drawsymbol & friends...
12 - 3d graphs, circular graphs
13 - symbols + lines -> symbollines (??). Symbols should not allow setting lineattrs, and
15 - allow for graph.changesymbol.square(size=0.15) etc.
16 - rect style (and errorbars?) should use clipping
17 - paths are to be drawn instead of inserted
18 - should the divisor argument be moved to the texters?
21 - make dash length available
23 - SlantFont & Co support
24 - keep an eye on PEP 324 (popen 5): it could make the texrunner stuff much easier
26 - consider rewrite using the python compiler module
28 - __iadd__ and inplace enlarge, transform,...
30 - reverse needs to be fixed
31 - there should be a path._at, path._begin, path._end
33 - data.data should add line number like data.datafile
34 - use csv module (new in 2.3)
36 - multi page PostScript output
38 - _xxx -> xxx_pt renaming
40 - consider rewriting decoratedpath as canvas
41 - style and color module:
42 - support modification of existing styles via __call__
45 - setup.py and distribution:
46 - allow customization of the extension modules built (via setup.cfg)
47 - disable building pykpathsea module by default
48 - more detailed description of install process in INSTALL
49 - provide more information and pointers to other files in README
50 - include example data files in distribution (suggested by Andrea Riciputi)
51 - force dvips to write ps files instead of printing them (suggested by Otto Tronarp)
52 - includ pyxfaq.pdf in distribution
54 - improved is-readable test for lfs files and pyx.def file
55 - explicitly quit (La)TeX in cleantmp (helps when quitting with <Ctrl>C)
56 - showwaitfortex implemented following a suggestion by Fernando Perez
57 (waitfortex is increased to 60 seconds now)
58 - support of TeX extention --ipc for reading dvi results while TeX keeps running
59 - configurable font mapping files (via pyxrc or parameter of the texrunner constructor)
60 - markers to get access to positions within TeX expressions
61 - fix: allow for e-tex in texmessage.start (reported by Andrea Riciputi)
62 - fix: print warning at syntax errors in font mapping file and continue (cf. bug #795271)
63 - remove limitation on number of fonts in dvi file
64 - added native virtual font support
65 - dvicopy support not needed anymore (it is still available, but obsolete and
66 removed from the documentation)
67 - do not include too many glyphs in the eps file
68 - _xxx -> xxx_pt renaming
69 - dvifile module (NEW):
70 - separated from the text module
71 - dvifile class returns standard pyx canvas instances on readpage
73 - removed manualpart and partitioners mix keyword
74 - results of the splitting at "=" in graph.function were not stripped
75 - skip title=None in key (cf. bug #821284), properly align a single key entry
76 - another (the last?!) axis redesign: axispos -> class of its own
77 - some axispos name have changed slightly (zeroline -> zeropath etc.)
78 - tick/data-vmin/vmax removed
81 - minor enhancements in exponentionaltexter
82 - axes alongs paths including a set of examples
83 - mixing a partitioner and manual ticks by two distinct keyword arguments now
84 - _xxx -> xxx_pt renaming
85 - part -> parter renaming
87 - stroke, fill, draw, set and insert do no longer accept variable length argument lists but
88 an attribute list as last argument
89 - stroke and fill now support trafos (TODO: documentation)
90 - uppercase version of a4, a3, ... paperformats
92 - new module for loading PyX configuration information
94 - automatically import main modules into pyx namespace as suggested by Fernando
97 - check for sorting of parameter list passed to path.split method
98 - _xxx -> xxx_pt renaming
100 - contains decoratedpath and decorators from canvas module
101 - all predefined decorators are instances now (deco.stroked is thus ok) and
102 attributes have to be passed explicitely, e.g., deco.earrow.small(attrs=color.rgb.red)
103 and deco.stroked([color.rgb.blue])
104 - style module (NEW):
105 - contains all line- and fillstyles which formerly had been defined in the canvas module
106 - dash now supports relative dash lengths (as suggested by Otto Tronarp)
108 - fixed incorrect handling of - (for instance -x**2 was not negative)
110 - contents have been moved to the (obsolete) tex module, which was the only user anyhow, and
111 the module itself was removed
113 - new fallback solution in pure python
114 - bugfix: pyxadapt.h needs to open files binary under Windows (reported by Gary Pajer)
116 - _xxx -> xxx_pt renaming
118 - _xxx -> xxx_pt renaming
122 - "in" to "inch" in paperformats
124 - fix pyx.def hack occuring whenever \ProcessOptions* was used by a package
126 - implement different file formats for Python version of module
128 - python fallback solution should behave the same way as c extension module (closes SF bug #799182 reported
129 by Marcus Mendenhall)
131 - added "connector" to __all__
135 - separate texter out of the axispainter
136 - axis/partitioner/texter/painter/axispos redesign & interfaces
137 - tick.text is renamed to tick.label
138 - ticks and labels are renamed to tickpos/tickdist and labelpos/labeldist in partitioning
139 - ticks can be used in the part to mix a partitioner with some manual ticks
140 -> manualpart and the mix technique is not needed anymore
141 (both things are still available and working, but they will be removed in the future)
142 - _ensurefrac is implemented inside the frac constructor now; initialization is possible by:
143 - a (enum, denom) tuple now (previously there were two arguments)
144 - a string (as before via _ensurefrac)
145 - exponential strings are allowed as well (e.g. "1e10" etc.)
146 - a float (precision is determined by floatprecision -- the number of decimal places)
151 - reset() method for the texrunner
152 - automatic restart of a TeX instance with the same preamble (preamble changes are not possible)
153 - texmessage.loadfd for accepting font description loading
154 - don't bail out on width_index == 0, but mark character invalid instead
156 - support for specials; pyxgraphics flag
157 - support psfonts.map: font names, font encodings
158 - bugfix \def\ProcessPyXBox -> \long\def\ProcessPyXBox
159 - improved lfs handling
161 - full documentation via doc strings
163 - some preliminary version
165 - multiple radii (up to two per point) and softnesses
166 - ensurecenter added --- do we always force the creation of a center?
168 - lentopar methods added including some tests
170 - new parameter bbox allows to override the bounding box of the eps file
174 - derive TFMError and DVIError correctly from exceptions.Exception
175 - close files and pipes, if they are no longer used (thanks to Marcus Mendenhall)
176 - remove DeprecationWarning in Python 2.3 (thanks to Marcus Mendenhall)
178 - correct rounding algorithm (Michael Schindler)
180 - refer to the graphs texrunner instead of the defaulttexrunner (cf. #728209)
181 - rounding towards zero bugfix in autolinpart
182 - log axis range rating bugfix
184 - addarg bugs (#738724)
186 - fix mixing up of height and width in scale calculation
187 - and various other fixer here and there
191 - fix bug in dvi rule code where width was height
192 - fix preamble attribute checking bug
193 - fix texmessage.load pattern search instead of pattern match bug
194 - renamed vbox to parbox (was done in 0.3 partially only)
196 - allow for tuples in arguments of the data class
197 - convenience: exchanged order of named parameters in data.data
199 - convenience: allow for part=None in _axis (base of linaxis and logaxis)
201 - added a latex example (requested)
202 - added a attributechange example (requested)
203 - added back the integral example (requested; prior PyX 0.3 it was part of the user manual)
204 - small change in vector example (allow for the access to the texrunner)
205 - examples included in source distribution
207 - correct arrow template calculation for very short paths
211 - new easy to use example generation (will hopefully lead to nice examples)
213 - new module for handling of convex polygons (taken out of the graph module)
215 - new module containing a collection of helper functions (taken out of the graph module)
216 - moved the attrlist into helper -- as plain functions; attrlist becomes obsolete
218 - new module: a new and preferable integration of TeX/LaTeX
220 - strip glyphs from pfa/pfb-fonts
221 - there is a C implementation taken from pdftex
222 - fallback solution via an external program (pfb2pfa)
224 - (partial) C binding to libkpathsea
225 - fallback solution via an external program (kpsewhich)
227 - removed some code duplication (various axis painters)
228 - use text module instead of the obsolete tex module
229 - allow for tailing zeros of automatic generated labels
230 - allow for missing data in bar graphs -> skipmissing parameter
231 - remove the support for variables given as keyword arguments in data constructor
232 - use context instead of extern for extern variables and functions
233 - graph keys; titles in data/function/etc.
235 - new classes for visual and width lengths, aliases for user length (u_pt = pt)
236 - all length classes have now by default a quantifier 1 (instead of 0), such that,
237 for instance, 5*unit.t_cm() == unit.t_cm(5)
238 - default_unit now has to be set via unit.set. For instance: unit.set(defaultunit="m").
239 - convert_to is now an internal function, which moreover does not longer accept tuples or lists
241 - new class _bbox (the former bbox) which accepts points in the constructor. This is used
242 for internal purposes.
243 - the bbox constructor now accepts user lengths in the constructor.
244 - new methods height, width, top, bottom, left, right
245 - ll & ur ???, what about ul and lr -> ugly!
246 - enlarge (was enhance) now allows selective enlargement to the left, bottom, right and top
247 - output HiResBoundingBox
248 - never reduce bbox upon output
250 - new constructor signature, more in line with rest of PyX:
251 epsfile(x, y, filename, **additional_args)
253 - removed additional column support in addcolumn; removed _addcolumn
254 - line reduction for datafile like the every parameter in gnuplot
256 - new way of PS prolog generation that writes only necessary parts
257 - added support for patterns
258 - canvas.insert() now supports arguments
259 - bbox of canvas can be specified in writetofile command explicitely
260 - writetofile does not return self anymore
261 - arrow template now uses intersection with circle to get size right
262 (as per a suggestion by Michael Schindler)
265 - changed the handling of extern functions and all variables
267 - gradient renamed to palette
269 - problem with sizefile on windows (tex module)
270 - allow for strings in graphxy's width and height; allow for width only (graph module)
271 - disable rating for labelattrs equals None (graph module)
272 - defaultstyle selection, when a list of data is provided to the plot function (graph module)
273 - traverse when adding functions as arguments of operators (mathtree module)
274 - allow for extern functions in addcolumn (data module)
275 - just one common place for the version number
276 - fix incorrect exception name MathError (path module)
277 - prevent double return of intersections for closed sub paths
282 - allow division of length by numbers
284 - new transformation: slant
285 - renamed all trafo methods to use the participle (i.e translate->translated)
286 - the name of all trafo subclasses are verbs (i.e. translation->translate)
288 - mark class renamed to symbol
289 - (text-)box distance measurement
290 - moved axis partitioning to axis and axis painter
291 - automatic axis partitioning (now officially: general cleanup, distance measurement, documentation)
293 - baraxis, baraxispainter, and bar style
295 - previously named datafile module
296 - class "_datafile" renamed to class "data"
297 - class sectionfile added
300 - extern variables and functions (support in graph.function, graph.paramfunction and data.data)
303 - deferred to Version 0.3
304 - running TeX "on the fly" is basically implemented
306 - transformation bug (#624068, trafo module)
307 - canvas transformations (canvas module???)
308 - textbox alignment (graph module)
309 - return linewidth upon calculation with linewidths (unit module)
310 - allow column number variables with several digits
312 - british and american spellings (color module, graph module)
313 - small logo modifications