t1strip: access writet1 (from pdftex) for t1 font handling (including stripping)
[PyX/mjg.git] / CHANGES
blobb5080312371af6e2f295ca1d6db66ddeff2d5886
1 PyX
3 0.3 (????/??/??):
4   - unit box:
5     - new module for handling of convex polygons (taken out of the graph module)
6   - unit helper:
7     - collection of helper functions (taken out of the graph module)
8   - text module:
9     - to be included in 0.3 -> finish base functionality
10   - graph module:
11     - removed some code duplication (various axis painters)
12     - use text module instead of the obsolete tex module (work in progress)
13     - TODO: allow for tailing zeros of automatic generated labels
14     - TODO: allow for missing data in bar graphs
15   - numerous bugfixes:
16     - problem with sizefile on windows (tex module)
17     - disable rating for labelattrs equals None (graph module)
18     - traverse when adding functions as arguments of operators (mathtree module)
19     - allow for extern functions in addcolumn (data module)
20     - ...
22 0.2 (2003/01/17):
23   - unit module:
24     - allow division of length by numbers
25   - trafo module:
26     - new transformation: slant
27     - renamed all trafo methods to use the participle (i.e translate->translated)
28     - the name of all trafo subclasses are verbs (i.e. translation->translate)
29   - graph module:
30     - mark class renamed to symbol
31     - (text-)box distance measurement
32     - moved axis partitioning to axis and axis painter
33     - automatic axis partitioning (now officially: general cleanup, distance measurement, documentation)
34     - splitaxis
35     - baraxis, baraxispainter, and bar style
36   - data module:
37     - previously named datafile module
38     - class "_datafile" renamed to class "data"
39     - class sectionfile added
40     - testsuite
41   - mathtree module:
42     - extern variables and functions (support in graph.function, graph.paramfunction and data.data)
43     - testsuite
44   - text module:
45     - deferred to Version 0.3
46     - running TeX "on the fly" is basically implemented
47   - numerous bugfixes:
48     - transformation bug (#624068, trafo module)
49     - canvas transformations (canvas module???)
50     - textbox alignment (graph module)
51     - return linewidth upon calculation with linewidths (unit module)
52     - allow column number variables with several digits
53     - ...
54   - british and american spellings (color module, graph module)
55   - small logo modifications
57 0.1 (2002/10/07):
58   - initial release