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