make all parts of the manual compile again; parts of the manual are still out of...
[PyX/mjg.git] / CHANGES
blob598b77e163979dc20d1b3ae473a77bb2fcb127bd
1 PyX
3 - ATT: refactoring of attributes in progress!!!
5 TODO:
6   - graph module
7     - rect style (and errorbars?) should use clipping (TODO: should they or do the now?)
8     - address datavmin and datavmax
9     - another (the last?!) axis redesign: axispos -> class of its own; remove axis.axiscanvas
10     - do not include unneeded line segments when the axis range is set manually
11     - allow for an iteration of a graph style, when it is used several times
12     - common bboxes for different graphs
13     - automatic datafile key title
14     - exceptions in drawsymbol & friends...
15     - 3d graphs, circular graphs
16     - symbols + lines -> symbollines (??). Symbols should not allow setting lineattrs, and
17       lines not symbolattrs
18     - allow for graph.changesymbol.square(size=0.15) etc.
19     - rect style (and errorbars?) should use clipping
20     - paths are to be drawn instead of inserted
21   - style module:
22     - default patterns
23     - make dash length available
24   - text module:
25     - split into two modules: text and dvi 
26     - SlantFont & Co support
27   - mathtree module:
28      - consider rewrite using the python compiler module
29   - bbox module:
30      - __iadd__ and inplace enlarge, transform,...
31   - deco module:
32      - should decoratedpaths have a canvas attached, instead of subdps?
33   - path module:
34     - reverse needs to be fixed
35     - there should be a path._at, path._begin, path._end
36   - data module:
37     - data.data should add line number like data.datafile
38     - use csv module (new in 2.3)
40 0.5 (????/??/??):
41   - setup.py and distribution:
42     - allow customization of the extension modules built (via setup.cfg)
43     - disable building pykpathsea module by default
44     - more detailed description of install process in INSTALL
45     - include example data files in distribution (suggested by Andrea Riciputi)
46     - force dvips to write ps files instead of printing them (suggested by Otto Tronarp)
47   - text module:
48     - improved is-readable test for lfs files and pyx.def file
49     - explicitly quit (La)TeX in cleantmp (helps when quitting with <Ctrl>C)
50     - showwaitfortex implemented following a suggestion by Fernando Perez
51       (waitfortex is increased to 60 seconds now)
52     - support of TeX extention --ipc for reading dvi results while TeX keeps running
53     - configurable font mapping files (via pyxrc or parameter of the texrunner constructor)
54     - markers to get access to positions within TeX expressions
55     - fix: allow for e-tex in texmessage.start (reported by Andrea Riciputi)
56     - fix: print warning at syntax errors in font mapping file and continue (cf. bug #795271)
57     - remove limitation on number of fonts in dvi file
58     - added native virtual font support
59     - dvicopy support not needed anymore (it is still available, but obsolete and
60       removed from the documentation)
61     - do not include too many glyphs in the eps file
62   - graph module:
63     - removed manualpart and partitioners mix keyword (documentation already updated)
64     - results of the splitting at "=" in graph.function were not stripped
65     - skip title=None in key (cf. bug #821284), properly align a single key entry
66   - canvas module:
67     - stroke and fill now support trafos (TODO: documentation)
68     - uppercase version of a4, a3, ... paperformats
69   - config module:
70     - new module for loading PyX configuration information
71   - pyx module:
72     - automatically import main modules into pyx namespace as suggested by Fernando 
73       Perez.
74   - path module:
75     - check for sorting of parameter list passed to path.split method
76   - deco module (NEW): 
77     - contains decoratedpath and decorators from canvas module
78     - all predefined arrows are classes now (like all decorators) and
79       attributes have to be passed explicitely (e.g. earrow.small(attrs=color.rgb.red))
80     - TODO: document me
81   - style module (NEW):
82     - contains all line- and fillstyles which formerly had been defined in the canvas module
83     - dash now supports relative dash lengths (as suggested by Otto Tronarp)
84     - TODO: document me
85   - mathtree module:
86     - fix incorrect handling of - (for instance -x**2 was not negative)
88   TODO for PyX 0.5 (please feel free to move items up to the general TODO list)
89   - path module:
90     - path.split takes several points (as *args) while lentopar takes a list of points
91     - path.tangent is missing in the documentation
92   - text module:
93     - dvifile class:
94        - if possible remove readfile, write and prolog methods and use readpage instead
95   - color module:
96      - should colors and palettes exclude each other?
97   - documentation!!!
98   - check FAQ
100 0.4.1 (2003/09/17):
101   - canvas module:
102     - "in" to "inch" in paperformats
103   - text module:
104     - fix pyx.def hack occuring whenever \ProcessOptions* was used by a package
105   - pykpathsea module:
106     - implement different file formats for Python version of module
107   - t1strip module:
108     - python fallback solution should behave the same way as c extension module (closes SF bug #799182 reported
109       by Marcus Mendenhall)
110   - __init__.py:
111     - added "connector" to __all__
113 0.4 (2003/08/22):
114   - graph module:
115     - separate texter out of the axispainter
116     - axis/partitioner/texter/painter/axispos redesign & interfaces
117     - tick.text is renamed to tick.label
118     - ticks and labels are renamed to tickpos/tickdist and labelpos/labeldist in partitioning
119     - ticks can be used in the part to mix a partitioner with some manual ticks
120       -> manualpart and the mix technique is not needed anymore
121          (both things are still available and working, but they will be removed in the future)
122     - _ensurefrac is implemented inside the frac constructor now; initialization is possible by:
123       - a (enum, denom) tuple now (previously there were two arguments)
124       - a string (as before via _ensurefrac)
125       - exponential strings are allowed as well (e.g. "1e10" etc.)
126       - a float (precision is determined by floatprecision -- the number of decimal places)
127     - dense -> density
128     - axis.maxworse
129     - axis interface
130   - text module:
131     - reset() method for the texrunner
132     - automatic restart of a TeX instance with the same preamble (preamble changes are not possible)
133     - texmessage.loadfd for accepting font description loading
134     - don't bail out on width_index == 0, but mark character invalid instead
135     - dvicopy flag
136     - support for specials; pyxgraphics flag
137     - support psfonts.map: font names, font encodings
138     - bugfix \def\ProcessPyXBox -> \long\def\ProcessPyXBox
139     - improved lfs handling
140   - data module:
141     - full documentation via doc strings
142   - connector module:
143     - some preliminary version
144   - box module:
145     - multiple radii (up to two per point) and softnesses
146     - ensurecenter added --- do we always force the creation of a center?
147   - path module:
148     - lentopar methods added including some tests
149   - epsfile module:
150     - new parameter bbox allows to override the bounding box of the eps file
152   bugfixes:
153   - text module:
154     - derive TFMError and DVIError correctly from exceptions.Exception
155     - close files and pipes, if they are no longer used (thanks to Marcus Mendenhall)
156     - remove DeprecationWarning in Python 2.3 (thanks to Marcus Mendenhall)
157   - box module:
158     - correct rounding algorithm (Michael Schindler)
159   - graph module:
160     - refer to the graphs texrunner instead of the defaulttexrunner (cf. #728209)
161     - rounding towards zero bugfix in autolinpart
162     - log axis range rating bugfix
163   - mathtree module:
164     - addarg bugs (#738724)
165   - epsfile module:
166     - fix mixing up of height and width in scale calculation
167   - and various other fixer here and there
169 0.3.1 (2003/04/04):
170   - text module:
171     - fix bug in dvi rule code where width was height
172     - fix preamble attribute checking bug
173     - fix texmessage.load pattern search instead of pattern match bug
174     - renamed vbox to parbox (was done in 0.3 partially only)
175   - data module:
176     - allow for tuples in arguments of the data class
177     - convenience: exchanged order of named parameters in data.data
178   - graph module:
179     - convenience: allow for part=None in _axis (base of linaxis and logaxis)
180   - examples:
181     - added a latex example (requested)
182     - added a attributechange example (requested)
183     - added back the integral example (requested; prior PyX 0.3 it was part of the user manual)
184     - small change in vector example (allow for the access to the texrunner)
185     - examples included in source distribution
186   - canvas module:
187     - correct arrow template calculation for very short paths
189 0.3 (2003/03/31):
190   - examples
191     - new easy to use example generation (will hopefully lead to nice examples)
192   - unit box:
193     - new module for handling of convex polygons (taken out of the graph module)
194   - unit helper:
195     - new module containing a collection of helper functions (taken out of the graph module)
196     - moved the attrlist into helper -- as plain functions; attrlist becomes obsolete
197   - text module:
198     - new module: a new and preferable integration of TeX/LaTeX
199   - t1strip module:
200     - strip glyphs from pfa/pfb-fonts
201     - there is a C implementation taken from pdftex
202     - fallback solution via an external program (pfb2pfa)
203   - pykpathsea module:
204     - (partial) C binding to libkpathsea
205     - fallback solution via an external program (kpsewhich)
206   - graph module:
207     - removed some code duplication (various axis painters)
208     - use text module instead of the obsolete tex module
209     - allow for tailing zeros of automatic generated labels
210     - allow for missing data in bar graphs -> skipmissing parameter
211     - remove the support for variables given as keyword arguments in data constructor
212     - use context instead of extern for extern variables and functions
213     - graph keys; titles in data/function/etc.
214   - unit module:
215     - new classes for visual and width lengths, aliases for user length (u_pt = pt)
216     - all length classes have now by default a quantifier 1 (instead of 0), such that,
217       for instance, 5*unit.t_cm() == unit.t_cm(5)
218     - default_unit now has to be set via unit.set. For instance: unit.set(defaultunit="m").
219     - convert_to is now an internal function, which moreover does not longer accept tuples or lists
220   - bbox module:
221     - new class _bbox (the former bbox) which accepts points in the constructor. This is used
222       for internal purposes.
223     - the bbox constructor now accepts user lengths in the constructor.
224     - new methods height, width, top, bottom, left, right
225     - ll & ur ???, what about ul and lr -> ugly!
226     - enlarge (was enhance) now allows selective enlargement to the left, bottom, right and top
227     - output HiResBoundingBox
228     - never reduce bbox upon output
229   - epsfile module:
230     - new constructor signature, more in line with rest of PyX:
231       epsfile(x, y, filename, **additional_args)
232   - data module:
233     - removed additional column support in addcolumn; removed _addcolumn
234     - line reduction for datafile like the every parameter in gnuplot
235   - canvas module:
236     - new way of PS prolog generation that writes only necessary parts
237     - added support for patterns
238     - canvas.insert() now supports arguments
239     - bbox of canvas can be specified in writetofile command explicitely
240     - writetofile does not return self anymore
241     - arrow template now uses intersection with circle to get size right
242       (as per a suggestion by Michael Schindler)
243   - mathtree module:
244     - added abs function
245     - changed the handling of extern functions and all variables
246   - color module:
247     - gradient renamed to palette
248   - numerous bugfixes:
249     - problem with sizefile on windows (tex module)
250     - allow for strings in graphxy's width and height; allow for width only (graph module)
251     - disable rating for labelattrs equals None (graph module)
252     - defaultstyle selection, when a list of data is provided to the plot function (graph module)
253     - traverse when adding functions as arguments of operators (mathtree module)
254     - allow for extern functions in addcolumn (data module)
255     - just one common place for the version number
256     - fix incorrect exception name MathError (path module)
257     - prevent double return of intersections for closed sub paths
258     - ...
260 0.2 (2003/01/17):
261   - unit module:
262     - allow division of length by numbers
263   - trafo module:
264     - new transformation: slant
265     - renamed all trafo methods to use the participle (i.e translate->translated)
266     - the name of all trafo subclasses are verbs (i.e. translation->translate)
267   - graph module:
268     - mark class renamed to symbol
269     - (text-)box distance measurement
270     - moved axis partitioning to axis and axis painter
271     - automatic axis partitioning (now officially: general cleanup, distance measurement, documentation)
272     - splitaxis
273     - baraxis, baraxispainter, and bar style
274   - data module:
275     - previously named datafile module
276     - class "_datafile" renamed to class "data"
277     - class sectionfile added
278     - testsuite
279   - mathtree module:
280     - extern variables and functions (support in graph.function, graph.paramfunction and data.data)
281     - testsuite
282   - text module:
283     - deferred to Version 0.3
284     - running TeX "on the fly" is basically implemented
285   - numerous bugfixes:
286     - transformation bug (#624068, trafo module)
287     - canvas transformations (canvas module???)
288     - textbox alignment (graph module)
289     - return linewidth upon calculation with linewidths (unit module)
290     - allow column number variables with several digits
291     - ...
292   - british and american spellings (color module, graph module)
293   - small logo modifications
295 0.1 (2002/10/07):
296   - initial release