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