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