ignore build dir
[PyX/mjg.git] / CHANGES
blobf33a21989021fb54cf398f4fce245e87ad7b1106
1 PyX
3 TODO:
4   - graph module
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
14       lines not symbolattrs
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?
19   - style module:
20     - default patterns
21     - make dash length available
22   - text module:
23     - SlantFont & Co support
24     - keep an eye on PEP 324 (popen 5): it could make the texrunner stuff much easier
25   - mathtree module:
26      - consider rewrite using the python compiler module
27   - bbox module:
28      - __iadd__ and inplace enlarge, transform,...
29   - path module:
30     - reverse needs to be fixed
31     - there should be a path._at, path._begin, path._end
32   - data module:
33     - data.data should add line number like data.datafile
34     - use csv module (new in 2.3)
35   - canvas module:
36     - multi page PostScript output
37   - connnector module:
38     - _xxx -> xxx_pt renaming
39   - deco module:
40     - consider rewriting decoratedpath as canvas
41   - style and color module:
42     - support modification of existing styles via __call__
44 0.5 (????/??/??):
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
53   - text module:
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
72   - graph module:
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
79     - pathaxis
80     - linkaxis
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
86   - canvas module:
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
91   - config module:
92     - new module for loading PyX configuration information
93   - pyx module:
94     - automatically import main modules into pyx namespace as suggested by Fernando 
95       Perez.
96   - path module:
97     - check for sorting of parameter list passed to path.split method
98     - _xxx -> xxx_pt renaming
99   - deco module (NEW): 
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)
107   - mathtree module:
108     - fixed incorrect handling of - (for instance -x**2 was not negative)
109   - attrlist module:
110     - contents have been moved to the (obsolete) tex module, which was the only user anyhow, and
111       the module itself was removed
112   - t1strip module:
113     - new fallback solution in pure python
114     - bugfix: pyxadapt.h needs to open files binary under Windows (reported by Gary Pajer)
115   - box module:
116     - _xxx -> xxx_pt renaming
117   - trafo module:
118     - _xxx -> xxx_pt renaming
120 0.4.1 (2003/09/17):
121   - canvas module:
122     - "in" to "inch" in paperformats
123   - text module:
124     - fix pyx.def hack occuring whenever \ProcessOptions* was used by a package
125   - pykpathsea module:
126     - implement different file formats for Python version of module
127   - t1strip module:
128     - python fallback solution should behave the same way as c extension module (closes SF bug #799182 reported
129       by Marcus Mendenhall)
130   - __init__.py:
131     - added "connector" to __all__
133 0.4 (2003/08/22):
134   - graph module:
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)
147     - dense -> density
148     - axis.maxworse
149     - axis interface
150   - text module:
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
155     - dvicopy flag
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
160   - data module:
161     - full documentation via doc strings
162   - connector module:
163     - some preliminary version
164   - box module:
165     - multiple radii (up to two per point) and softnesses
166     - ensurecenter added --- do we always force the creation of a center?
167   - path module:
168     - lentopar methods added including some tests
169   - epsfile module:
170     - new parameter bbox allows to override the bounding box of the eps file
172   bugfixes:
173   - text module:
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)
177   - box module:
178     - correct rounding algorithm (Michael Schindler)
179   - graph module:
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
183   - mathtree module:
184     - addarg bugs (#738724)
185   - epsfile module:
186     - fix mixing up of height and width in scale calculation
187   - and various other fixer here and there
189 0.3.1 (2003/04/04):
190   - text module:
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)
195   - data module:
196     - allow for tuples in arguments of the data class
197     - convenience: exchanged order of named parameters in data.data
198   - graph module:
199     - convenience: allow for part=None in _axis (base of linaxis and logaxis)
200   - examples:
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
206   - canvas module:
207     - correct arrow template calculation for very short paths
209 0.3 (2003/03/31):
210   - examples
211     - new easy to use example generation (will hopefully lead to nice examples)
212   - unit box:
213     - new module for handling of convex polygons (taken out of the graph module)
214   - unit helper:
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
217   - text module:
218     - new module: a new and preferable integration of TeX/LaTeX
219   - t1strip module:
220     - strip glyphs from pfa/pfb-fonts
221     - there is a C implementation taken from pdftex
222     - fallback solution via an external program (pfb2pfa)
223   - pykpathsea module:
224     - (partial) C binding to libkpathsea
225     - fallback solution via an external program (kpsewhich)
226   - graph module:
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.
234   - unit module:
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
240   - bbox module:
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
249   - epsfile module:
250     - new constructor signature, more in line with rest of PyX:
251       epsfile(x, y, filename, **additional_args)
252   - data module:
253     - removed additional column support in addcolumn; removed _addcolumn
254     - line reduction for datafile like the every parameter in gnuplot
255   - canvas module:
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)
263   - mathtree module:
264     - added abs function
265     - changed the handling of extern functions and all variables
266   - color module:
267     - gradient renamed to palette
268   - numerous bugfixes:
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
278     - ...
280 0.2 (2003/01/17):
281   - unit module:
282     - allow division of length by numbers
283   - trafo module:
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)
287   - graph module:
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)
292     - splitaxis
293     - baraxis, baraxispainter, and bar style
294   - data module:
295     - previously named datafile module
296     - class "_datafile" renamed to class "data"
297     - class sectionfile added
298     - testsuite
299   - mathtree module:
300     - extern variables and functions (support in graph.function, graph.paramfunction and data.data)
301     - testsuite
302   - text module:
303     - deferred to Version 0.3
304     - running TeX "on the fly" is basically implemented
305   - numerous bugfixes:
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
311     - ...
312   - british and american spellings (color module, graph module)
313   - small logo modifications
315 0.1 (2002/10/07):
316   - initial release