text module: autoreset, texdebug, pyxgraphics, documentation
[PyX/mjg.git] / CHANGES
blob5b5fe7eccaaee23b9ed6659bd67bb47ff74f6e2e
1 PyX
3 0.4 (????/??/??):
4   - manual:
5     TODO:
6     - include sources in source distribution
7   - graph module:
8     - tick.text is renamed to tick.label
9     - ticks and labels are renamed to tickpos/tickdist and labelpos/labeldist in partitioning
10     - ticks can be used in the part to mix a partitioner with some manual ticks
11       -> manualpart and the mix technique is not needed anymore
12          (both things are still available and working, but they will be removed in the future)
13       (done up to documentation)
14     - _ensurefrac is implemented inside the frac constructor now; initialization
15       is possible by:
16       - a (enum, denom) tuple now (previously there were two arguments)
17       - a string (as before via _ensurefrac)
18       - exponential strings are allowed as well (e.g. "1e10" etc.)
19       - a float (precision is determined by floatprecision -- the number of decimal places)
20     - separate texter out of the axispainter (done up to the documentation)
21     - dense -> density (done including the documentation; TODO in tests/examples?)
22     - axis.maxworse (done up to the documentation)
23     - axis interface (done up to the documentation)
24     TODO:
25     - do not include unneeded line segments when the axis range is set manually
26     - allow for an iteration of a graph style, when it is used several times
27     - common bboxes for different graphs
28     - automatic datafile key title; skip title=None stuff in key
29     - exceptions in drawsymbol & friends...
30     - 3d graphs, circular graphs
31     - symbols + lines -> symbollines (??). Symbols should not allow setting lineattrs, and
32       lines not symbolattrs
33     - allow for graph.changesymbol.square(size=0.15) etc.
34     - rect style (and errorbars?) should use clipping
35     - documentation:
36       - modified axispainter labelattrs default
37   - canvas module:
38     - default patterns
39     - stroke and fill should support trafos
40     - make dash length available
41     - shouldn't strokepath/fillpath be validated by "strokepath is not None" instead of just "strokepath"
42   - text module:
43     - reset() method for the texrunner (done except for the documentation)
44     - automatic restart of a TeX instance with the same preamble (preamble changes are not possible)
45     - texmessage.loadfd for accepting font description loading
46     - don't bail out on width_index == 0, but mark character invalid instead
47     - dvicopy flag (TODO: stdout handling)
48     - support for specials; pyxgraphics flag
49     - support psfonts.map: font names, font encodings
50     TODO:
51     - the prolog method of the dvifile class recieves the page now -> return the prolog needed by this page only
52     - SlantFont & Co support
53     - mention psfonts.map in docu
54   - tex module:
55     - bugfix \def\ProcessPyXBox -> \long\def\ProcessPyXBox
56     - copy lfs handling from text module (share the same source???)
57   - data module:
58     - full documentation via doc strings
59     - data.data should add line number like data.datafile
60     - TODO: use csv module (new in 2.3)
61   - connector module:
62     - some preliminary version
63     - TODO: documentation
64   - box module:
65     - multiple radii (up to two per point) and softnesses
66       (TODO: documentation)
67     - ensurecenter added --- do we always force the creation of a center?
68   - path module:
69     - lentopar methods added including some tests (TODO: documentation)
70     TODO:
71     - reverse needs to be fixed
72   - epsfile module:
73      - new parameter bbox allows to override the bounding box of the eps file
74      TODO:
75      - document bbox parameter
77   bugfixes:
78   - text module:
79     - derive TFMError and DVIError correctly from exceptions.Exception
80     - close files and pipes, if they are no longer used (thanks to Marcus Mendenhall)
81     - remove DeprecationWarning in Python 2.3 (thanks to Marcus Mendenhall)
82   - box module:
83     - correct rounding algorithm (Michael Schindler)
84   - graph module:
85     - refer to the graphs texrunner instead of the defaulttexrunner (cf. #728209)
86     - rounding towards zero bugfix in autolinpart
87     - log axis range rating bugfix
88   - mathtree module:
89     - addarg bugs (#738724)
90   - epsfile module:
91     - fix mixing up of height and width in scale calculation
92   - and various other fixer here and there
94 0.3.1 (2003/04/04):
95   - text module:
96     - fix bug in dvi rule code where width was height
97     - fix preamble attribute checking bug
98     - fix texmessage.load pattern search instead of pattern match bug
99     - renamed vbox to parbox (was done in 0.3 partially only)
100   - data module:
101     - allow for tuples in arguments of the data class
102     - convenience: exchanged order of named parameters in data.data
103   - graph module:
104     - convenience: allow for part=None in _axis (base of linaxis and logaxis)
105   - examples:
106     - added a latex example (requested)
107     - added a attributechange example (requested)
108     - added back the integral example (requested; prior PyX 0.3 it was part of the user manual)
109     - small change in vector example (allow for the access to the texrunner)
110     - examples included in source distribution
111   - canvas module:
112     - correct arrow template calculation for very short paths
114 0.3 (2003/03/31)
115   - examples
116     - new easy to use example generation (will hopefully lead to nice examples)
117   - unit box:
118     - new module for handling of convex polygons (taken out of the graph module)
119   - unit helper:
120     - new module containing a collection of helper functions (taken out of the graph module)
121     - moved the attrlist into helper -- as plain functions; attrlist becomes obsolete
122   - text module:
123     - new module: a new and preferable integration of TeX/LaTeX
124   - t1strip module:
125     - strip glyphs from pfa/pfb-fonts
126     - there is a C implementation taken from pdftex
127     - fallback solution via an external program (pfb2pfa)
128   - pykpathsea module:
129     - (partial) C binding to libkpathsea
130     - fallback solution via an external program (kpsewhich)
131   - graph module:
132     - removed some code duplication (various axis painters)
133     - use text module instead of the obsolete tex module
134     - allow for tailing zeros of automatic generated labels
135     - allow for missing data in bar graphs -> skipmissing parameter
136     - remove the support for variables given as keyword arguments in data constructor
137     - use context instead of extern for extern variables and functions
138     - graph keys; titles in data/function/etc.
139   - unit module:
140     - new classes for visual and width lengths, aliases for user length (u_pt = pt)
141     - all length classes have now by default a quantifier 1 (instead of 0), such that,
142       for instance, 5*unit.t_cm() == unit.t_cm(5)
143     - default_unit now has to be set via unit.set. For instance: unit.set(defaultunit="m").
144     - convert_to is now an internal function, which moreover does not longer accept tuples or lists
145   - bbox module:
146     - new class _bbox (the former bbox) which accepts points in the constructor. This is used
147       for internal purposes.
148     - the bbox constructor now accepts user lengths in the constructor.
149     - new methods height, width, top, bottom, left, right
150     - ll & ur ???, what about ul and lr -> ugly!
151     - enlarge (was enhance) now allows selective enlargement to the left, bottom, right and top
152     - output HiResBoundingBox
153     - never reduce bbox upon output
154     - defered TODOs:
155       __iadd__ and inplace enlarge, transform,...
156   - epsfile module:
157     - new constructor signature, more in line with rest of PyX:
158       epsfile(x, y, filename, **additional_args)
159   - data module:
160     - removed additional column support in addcolumn; removed _addcolumn
161     - line reduction for datafile like the every parameter in gnuplot
162   - canvas module:
163     - new way of PS prolog generation that writes only necessary parts
164     - added support for patterns
165     - canvas.insert() now supports arguments
166     - bbox of canvas can be specified in writetofile command explicitely
167     - writetofile does not return self anymore
168     - arrow template now uses intersection with circle to get size right
169       (as per a suggestion by Michael Schindler)
170   - mathtree module:
171     - added abs function
172     - changed the handling of extern functions and all variables
173   - color module:
174     - gradient renamed to palette
175   - numerous bugfixes:
176     - problem with sizefile on windows (tex module)
177     - allow for strings in graphxy's width and height; allow for width only (graph module)
178     - disable rating for labelattrs equals None (graph module)
179     - defaultstyle selection, when a list of data is provided to the plot function (graph module)
180     - traverse when adding functions as arguments of operators (mathtree module)
181     - allow for extern functions in addcolumn (data module)
182     - just one common place for the version number
183     - fix incorrect exception name MathError (path module)
184     - prevent double return of intersections for closed sub paths
185     - ...
187 0.2 (2003/01/17):
188   - unit module:
189     - allow division of length by numbers
190   - trafo module:
191     - new transformation: slant
192     - renamed all trafo methods to use the participle (i.e translate->translated)
193     - the name of all trafo subclasses are verbs (i.e. translation->translate)
194   - graph module:
195     - mark class renamed to symbol
196     - (text-)box distance measurement
197     - moved axis partitioning to axis and axis painter
198     - automatic axis partitioning (now officially: general cleanup, distance measurement, documentation)
199     - splitaxis
200     - baraxis, baraxispainter, and bar style
201   - data module:
202     - previously named datafile module
203     - class "_datafile" renamed to class "data"
204     - class sectionfile added
205     - testsuite
206   - mathtree module:
207     - extern variables and functions (support in graph.function, graph.paramfunction and data.data)
208     - testsuite
209   - text module:
210     - deferred to Version 0.3
211     - running TeX "on the fly" is basically implemented
212   - numerous bugfixes:
213     - transformation bug (#624068, trafo module)
214     - canvas transformations (canvas module???)
215     - textbox alignment (graph module)
216     - return linewidth upon calculation with linewidths (unit module)
217     - allow column number variables with several digits
218     - ...
219   - british and american spellings (color module, graph module)
220   - small logo modifications
222 0.1 (2002/10/07):
223   - initial release