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