hinside & vinside
[PyX/mjg.git] / CHANGES
blob74bbaa91d8a7e46b2fdd1a0ddbf0ccbe4e899bb2
1 PyX
3 0.3 (????/??/??):
4   - examples
5     - new easy to use example generation (will hopefully lead to nice examples)
6   - unit box:
7     - new module for handling of convex polygons (taken out of the graph module)
8   - unit helper:
9     - collection of helper functions (taken out of the graph module)
10     - moved the attrlist into helper -- as plain functions; attrlist becomes obsolete
11   - text module:
12     - to be included in 0.3 -> finish base functionality
13     - TODO: remove stale @* files remaining upon error
14     - documentation!!!
15   - t1strip module:
16     - strip glyphs from pfa/pfb-fonts
17     - there is a C implementation taken from pdftex
18     - fallback solution via an external program (pfb2pfa --- included in teTeX???, not in MikTeX???)
19   - pykpathsea module:
20     - (partial) C binding to libkpathsea
21     - fallback solution via an external program (kpsewhich)
22   - graph module:
23     - removed some code duplication (various axis painters)
24     - use text module instead of the obsolete tex module (done except for the documentation)
25     - allow for tailing zeros of automatic generated labels (done except for the documentation)
26     - allow for missing data in bar graphs -> skipmissing parameter (done except for the documentation)
27     - remove the support for variables given within the argument dictionary in data constructor (done except for the documentation)
28     - changed the handling of extern variables and functions for expressions in data, function and paramfunction (done except for the documentation)
29     - graph keys; titles in data/function/etc. (work in progress)
30     - deferred:
31       - TODO: exceptions in drawsymbol & friends...
32       - TODO: separate texter out of the axispainter
33       - TODO: 3d graphs
34   - unit module:
35     - new classes for visual and width lengths, aliases for user length (u_pt = pt)
36     - all length classes have now by default a quantifier 1 (instead of 0), such that, 
37       for instance, 5*unit.t_cm() == unit.t_cm(5)
38     - default_unit now has to be set via unit.set. For instance: unit.set(defaultunit="m").
39     - convert_to is now internal function, which moreover does not longer accept tuples or lists
40   - bbox module:
41     - new methods height, width, top, bottom, left, right
42     - ll & ur ???, what about ul and lr -> ugly!
43     - enlarge (was enhance) now allows selective enlargement to the left, bottom, right and top
44     - output HiResBoundingBox
45     - never reduce bbox upon output
46     - TODO: document me!
47   - epsfile module:
48     - new constructor signature, more in line with rest of PyX: 
49       epsfile(x, y, filename, **additional_args)
50   - data module:
51     - removed additional column support in addcolumn; removed _addcolumn (done except for the documentation)
52     - TODO: line reduction for datafile like the every parameter in gnuplot
53   - canvas module:
54     - new way of PS prolog generation that writes only necessary parts
55     - added support for patterns
56     - canvas.insert() now supports arguments
57     - TODO: document patterns
58   - mathtree module:
59     - added abs function
60     - changed the handling of extern functions and all variables
61   - color module:
62     - gradient renamed to palette
63   - numerous bugfixes:
64     - problem with sizefile on windows (tex module)
65     - allow for strings in graphxy's width and height; allow for width only (graph module)
66     - disable rating for labelattrs equals None (graph module)
67     - defaultstyle selection, when a list of data is provided to the plot function (graph module)
68     - traverse when adding functions as arguments of operators (mathtree module)
69     - allow for extern functions in addcolumn (data module)
70     - just one common place for the version number
71     - ...
73 0.2 (2003/01/17):
74   - unit module:
75     - allow division of length by numbers
76   - trafo module:
77     - new transformation: slant
78     - renamed all trafo methods to use the participle (i.e translate->translated)
79     - the name of all trafo subclasses are verbs (i.e. translation->translate)
80   - graph module:
81     - mark class renamed to symbol
82     - (text-)box distance measurement
83     - moved axis partitioning to axis and axis painter
84     - automatic axis partitioning (now officially: general cleanup, distance measurement, documentation)
85     - splitaxis
86     - baraxis, baraxispainter, and bar style
87   - data module:
88     - previously named datafile module
89     - class "_datafile" renamed to class "data"
90     - class sectionfile added
91     - testsuite
92   - mathtree module:
93     - extern variables and functions (support in graph.function, graph.paramfunction and data.data)
94     - testsuite
95   - text module:
96     - deferred to Version 0.3
97     - running TeX "on the fly" is basically implemented
98   - numerous bugfixes:
99     - transformation bug (#624068, trafo module)
100     - canvas transformations (canvas module???)
101     - textbox alignment (graph module)
102     - return linewidth upon calculation with linewidths (unit module)
103     - allow column number variables with several digits
104     - ...
105   - british and american spellings (color module, graph module)
106   - small logo modifications
108 0.1 (2002/10/07):
109   - initial release