correct pageid in textboxes
[PyX/mjg.git] / CHANGES
blobb7e9276300483a854c8a7f5f2988d01654bd139f
1 PyX
3 TODO:
4   - graph module
5     - do not include unneeded line segments when the axis range is set manually
6     - allow for an iteration of a graph style, when it is used several times
7     - symbols should become decorators
8     - common bboxes for different graphs
9     - automatic datafile key title
10     - exceptions in drawsymbol & friends...
11     - 3d graphs, circular graphs
12     - symbols + lines -> symbollines (??). Symbols should not allow setting lineattrs, and
13       lines not symbolattrs
14     - allow for graph.changesymbol.square(size=0.15) etc.
15     - rect style (and errorbars?) should use clipping
16     - should the divisor argument be moved to the texters?
17     - is the divisor argument really necessary?
18     - _mergelabels should work differently (perhaps a single list or a special texter?!)
19     - the exponentialtexter should have a labelattrs argument and the mantissatexter
20       should be removed
21     - Docu: part -> parter, tickdist->tickpos argument of parter
22   - style module:
23     - default patterns
24     - make dash length available
25   - text module:
26     - SlantFont & Co support
27     - keep an eye on PEP 324 (popen 5): it could make the texrunner much easier
28     - empty lines in the preamble should not raise an error
29     - depth information should be accessible
30   - unit and text module:
31     - introduce xscale for scaling the TeX output
32   - mathtree module:
33      - consider rewrite using the python compiler module
34   - path module:
35     - reverse needs to be fixed
36     - _lentopar return value should not contain total length
37   - data module:
38     - data.data should add line number like data.datafile
39     - use csv module (new in 2.3)
40   - canvas module:
41     - multi page PostScript output
42     - contructor should only take a texrunner keyword argument
43     - set method???
44     - PDF support
45     - SVG support
46   - deco module:
47     - arrows should not be stroked by default
48   - style and color module:
49     - support modification of existing styles via __call__
50   - bbox module:
51     - height -> getheight, ...
53 0.6 (XXXX/XX/XX):
54   - bbox module:
55      - added inplace add (__iadd__), enlarge and transform methods
56      - callers use inplace add where possible now (yielding a considerable
57        speedup)
58     - "undefined" corners of bounding boxes are no longer supported which makes
59       the bounding box operations much more efficient.
60   - attr module:
61     - TODO: general documentation about attributes, clearing, merging?
62     - TODO: general documentation about changeable attributes?
63   - graph module:
64     - painters are using the new attribute scheme including changeable attributes (TODO: documentation)
65     - axis zeropath feature removed (TODO: documentation)
66     - graph styles rewrite (TODO: documentation)
67   - text module:
68     - default handling of texmessages as in the new attribute scheme
69     - multiple insert bug fixed
70   - examples:
71     - mandel.py (contributed by Stephen Phillips)
72   - path:
73     - added new pathel multilineto_pt and multicurveto which allows to specify
74       a list of points and can thus be much more efficient
75     - internal methods return coordinates in pts
76     - lentopar returns tuple not list
77     - added path.arclength_pt, path.at_pt, path.begin_pt, path.end_pt (and 
78       correspondingly for normpath) (TODO: documentation)
79   - connnector module:
80     - renamed _xxx -> xxx_pt
81   - deco module:
82     - wriggle decorator (TODO: documentation)
85 0.5.1 (2004/01/22):
86   - distribution:
87     - include missing c-files for optional extension modules
88   - prolog module:
89     - fix unpaired BeginProcSet/EndProcSet in font enconding
91 0.5 (2004/01/20):
92   - setup.py and distribution:
93     - allow customization of the extension modules built (via setup.cfg)
94     - disable building pykpathsea module by default
95     - more detailed description of install process in INSTALL
96     - provide more information and pointers to other files in README
97     - include example data files in distribution (suggested by Andrea Riciputi)
98     - force dvips to write ps files instead of printing them (suggested by Otto Tronarp)
99     - includ pyxfaq.pdf in distribution
100   - text module:
101     - improved is-readable test for lfs files and pyx.def file
102     - explicitly quit (La)TeX in cleantmp (helps when quitting with <Ctrl>C)
103     - showwaitfortex implemented following a suggestion by Fernando Perez
104       (waitfortex is increased to 60 seconds now)
105     - support of TeX extension --ipc for reading dvi results while TeX keeps running
106     - configurable font mapping files (via pyxrc or parameter of the texrunner constructor)
107     - markers to get access to positions within TeX expressions
108     - fix: allow for e-tex in texmessage.start (reported by Andrea Riciputi)
109     - fix: print warning at syntax errors in font mapping file and continue (cf. bug #795271)
110     - remove limitation on number of fonts in dvi file
111     - added native virtual font support
112     - dvicopy support not needed anymore (it is still available, but obsolete and
113       removed from the documentation)
114     - do not include too many glyphs in the eps file
115     - _xxx -> xxx_pt renaming
116   - dvifile module (NEW):
117     - separated from the text module
118     - dvifile class returns standard pyx canvas instances on readpage
119   - graph module:
120     - removed manualpart and partitioners mix keyword
121     - results of the splitting at "=" in graph.function were not stripped
122     - skip title=None in key (cf. bug #821284), properly align a single key entry
123     - another (the last?!) axis redesign: axispos -> class of its own
124     - some axispos name have changed slightly (zeroline -> zeropath etc.)
125     - tick/data-vmin/vmax removed
126     - pathaxis
127     - linkaxis
128     - minor enhancements in exponentionaltexter
129     - axes alongs paths including a set of examples
130     - mixing a partitioner and manual ticks by two distinct keyword arguments now
131     - _xxx -> xxx_pt renaming
132     - part -> parter renaming
133   - canvas module:
134     - stroke, fill, draw, set and insert do no longer accept variable length argument lists but
135       an attribute list as last argument
136     - stroke and fill now support trafos (TODO: documentation)
137     - uppercase version of a4, a3, ... paperformats
138   - config module:
139     - new module for loading PyX configuration information
140   - pyx module:
141     - automatically import main modules into pyx namespace as suggested by Fernando 
142       Perez.
143   - path module:
144     - check for sorting of parameter list passed to path.split method
145     - _xxx -> xxx_pt renaming
146   - deco module (NEW): 
147     - contains decoratedpath and decorators from canvas module
148     - all predefined decorators are instances now (deco.stroked is thus ok) and 
149       attributes have to be passed explicitely, e.g., deco.earrow.small(attrs=color.rgb.red) 
150       and deco.stroked([color.rgb.blue])
151   - style module (NEW):
152     - contains all line- and fillstyles which formerly had been defined in the canvas module
153     - dash now supports relative dash lengths (as suggested by Otto Tronarp)
154   - mathtree module:
155     - fixed incorrect handling of - (for instance -x**2 was not negative)
156   - attrlist module:
157     - contents have been moved to the (obsolete) tex module, which was the only user anyhow, and
158       the module itself was removed
159   - t1strip module:
160     - new fallback solution in pure python
161     - bugfix: pyxadapt.h needs to open files binary under Windows (reported by Gary Pajer)
162   - box module:
163     - _xxx -> xxx_pt renaming
164   - trafo module:
165     - _xxx -> xxx_pt renaming
167 0.4.1 (2003/09/17):
168   - canvas module:
169     - "in" to "inch" in paperformats
170   - text module:
171     - fix pyx.def hack occuring whenever \ProcessOptions* was used by a package
172   - pykpathsea module:
173     - implement different file formats for Python version of module
174   - t1strip module:
175     - python fallback solution should behave the same way as c extension module (closes SF bug #799182 reported
176       by Marcus Mendenhall)
177   - __init__.py:
178     - added "connector" to __all__
180 0.4 (2003/08/22):
181   - graph module:
182     - separate texter out of the axispainter
183     - axis/partitioner/texter/painter/axispos redesign & interfaces
184     - tick.text is renamed to tick.label
185     - ticks and labels are renamed to tickpos/tickdist and labelpos/labeldist in partitioning
186     - ticks can be used in the part to mix a partitioner with some manual ticks
187       -> manualpart and the mix technique is not needed anymore
188          (both things are still available and working, but they will be removed in the future)
189     - _ensurefrac is implemented inside the frac constructor now; initialization is possible by:
190       - a (enum, denom) tuple now (previously there were two arguments)
191       - a string (as before via _ensurefrac)
192       - exponential strings are allowed as well (e.g. "1e10" etc.)
193       - a float (precision is determined by floatprecision -- the number of decimal places)
194     - dense -> density
195     - axis.maxworse
196     - axis interface
197   - text module:
198     - reset() method for the texrunner
199     - automatic restart of a TeX instance with the same preamble (preamble changes are not possible)
200     - texmessage.loadfd for accepting font description loading
201     - don't bail out on width_index == 0, but mark character invalid instead
202     - dvicopy flag
203     - support for specials; pyxgraphics flag
204     - support psfonts.map: font names, font encodings
205     - bugfix \def\ProcessPyXBox -> \long\def\ProcessPyXBox
206     - improved lfs handling
207   - data module:
208     - full documentation via doc strings
209   - connector module:
210     - some preliminary version
211   - box module:
212     - multiple radii (up to two per point) and softnesses
213     - ensurecenter added --- do we always force the creation of a center?
214   - path module:
215     - lentopar methods added including some tests
216   - epsfile module:
217     - new parameter bbox allows to override the bounding box of the eps file
219   bugfixes:
220   - text module:
221     - derive TFMError and DVIError correctly from exceptions.Exception
222     - close files and pipes, if they are no longer used (thanks to Marcus Mendenhall)
223     - remove DeprecationWarning in Python 2.3 (thanks to Marcus Mendenhall)
224   - box module:
225     - correct rounding algorithm (Michael Schindler)
226   - graph module:
227     - refer to the graphs texrunner instead of the defaulttexrunner (cf. #728209)
228     - rounding towards zero bugfix in autolinpart
229     - log axis range rating bugfix
230   - mathtree module:
231     - addarg bugs (#738724)
232   - epsfile module:
233     - fix mixing up of height and width in scale calculation
234   - and various other fixer here and there
236 0.3.1 (2003/04/04):
237   - text module:
238     - fix bug in dvi rule code where width was height
239     - fix preamble attribute checking bug
240     - fix texmessage.load pattern search instead of pattern match bug
241     - renamed vbox to parbox (was done in 0.3 partially only)
242   - data module:
243     - allow for tuples in arguments of the data class
244     - convenience: exchanged order of named parameters in data.data
245   - graph module:
246     - convenience: allow for part=None in _axis (base of linaxis and logaxis)
247   - examples:
248     - added a latex example (requested)
249     - added a attributechange example (requested)
250     - added back the integral example (requested; prior PyX 0.3 it was part of the user manual)
251     - small change in vector example (allow for the access to the texrunner)
252     - examples included in source distribution
253   - canvas module:
254     - correct arrow template calculation for very short paths
256 0.3 (2003/03/31):
257   - examples
258     - new easy to use example generation (will hopefully lead to nice examples)
259   - unit box:
260     - new module for handling of convex polygons (taken out of the graph module)
261   - unit helper:
262     - new module containing a collection of helper functions (taken out of the graph module)
263     - moved the attrlist into helper -- as plain functions; attrlist becomes obsolete
264   - text module:
265     - new module: a new and preferable integration of TeX/LaTeX
266   - t1strip module:
267     - strip glyphs from pfa/pfb-fonts
268     - there is a C implementation taken from pdftex
269     - fallback solution via an external program (pfb2pfa)
270   - pykpathsea module:
271     - (partial) C binding to libkpathsea
272     - fallback solution via an external program (kpsewhich)
273   - graph module:
274     - removed some code duplication (various axis painters)
275     - use text module instead of the obsolete tex module
276     - allow for tailing zeros of automatic generated labels
277     - allow for missing data in bar graphs -> skipmissing parameter
278     - remove the support for variables given as keyword arguments in data constructor
279     - use context instead of extern for extern variables and functions
280     - graph keys; titles in data/function/etc.
281   - unit module:
282     - new classes for visual and width lengths, aliases for user length (u_pt = pt)
283     - all length classes have now by default a quantifier 1 (instead of 0), such that,
284       for instance, 5*unit.t_cm() == unit.t_cm(5)
285     - default_unit now has to be set via unit.set. For instance: unit.set(defaultunit="m").
286     - convert_to is now an internal function, which moreover does not longer accept tuples or lists
287   - bbox module:
288     - new class _bbox (the former bbox) which accepts points in the constructor. This is used
289       for internal purposes.
290     - the bbox constructor now accepts user lengths in the constructor.
291     - new methods height, width, top, bottom, left, right
292     - ll & ur ???, what about ul and lr -> ugly!
293     - enlarge (was enhance) now allows selective enlargement to the left, bottom, right and top
294     - output HiResBoundingBox
295     - never reduce bbox upon output
296   - epsfile module:
297     - new constructor signature, more in line with rest of PyX:
298       epsfile(x, y, filename, **additional_args)
299   - data module:
300     - removed additional column support in addcolumn; removed _addcolumn
301     - line reduction for datafile like the every parameter in gnuplot
302   - canvas module:
303     - new way of PS prolog generation that writes only necessary parts
304     - added support for patterns
305     - canvas.insert() now supports arguments
306     - bbox of canvas can be specified in writetofile command explicitely
307     - writetofile does not return self anymore
308     - arrow template now uses intersection with circle to get size right
309       (as per a suggestion by Michael Schindler)
310   - mathtree module:
311     - added abs function
312     - changed the handling of extern functions and all variables
313   - color module:
314     - gradient renamed to palette
315   - numerous bugfixes:
316     - problem with sizefile on windows (tex module)
317     - allow for strings in graphxy's width and height; allow for width only (graph module)
318     - disable rating for labelattrs equals None (graph module)
319     - defaultstyle selection, when a list of data is provided to the plot function (graph module)
320     - traverse when adding functions as arguments of operators (mathtree module)
321     - allow for extern functions in addcolumn (data module)
322     - just one common place for the version number
323     - fix incorrect exception name MathError (path module)
324     - prevent double return of intersections for closed sub paths
325     - ...
327 0.2 (2003/01/17):
328   - unit module:
329     - allow division of length by numbers
330   - trafo module:
331     - new transformation: slant
332     - renamed all trafo methods to use the participle (i.e translate->translated)
333     - the name of all trafo subclasses are verbs (i.e. translation->translate)
334   - graph module:
335     - mark class renamed to symbol
336     - (text-)box distance measurement
337     - moved axis partitioning to axis and axis painter
338     - automatic axis partitioning (now officially: general cleanup, distance measurement, documentation)
339     - splitaxis
340     - baraxis, baraxispainter, and bar style
341   - data module:
342     - previously named datafile module
343     - class "_datafile" renamed to class "data"
344     - class sectionfile added
345     - testsuite
346   - mathtree module:
347     - extern variables and functions (support in graph.function, graph.paramfunction and data.data)
348     - testsuite
349   - text module:
350     - deferred to Version 0.3
351     - running TeX "on the fly" is basically implemented
352   - numerous bugfixes:
353     - transformation bug (#624068, trafo module)
354     - canvas transformations (canvas module???)
355     - textbox alignment (graph module)
356     - return linewidth upon calculation with linewidths (unit module)
357     - allow column number variables with several digits
358     - ...
359   - british and american spellings (color module, graph module)
360   - small logo modifications
362 0.1 (2002/10/07):
363   - initial release