CHANGES
[PyX/mjg.git] / CHANGES
blob067adeb698a954105bf16f2888b103052e10f0ae
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     - documentation!!!
14   - t1strip module:
15     - strip glyphs from pfa/pfb-fonts
16     - there is a C implementation taken from pdftex
17     - fallback solution via an external program (pfb2pfa --- included in teTeX???, not in MikTeX???)
18   - pykpathsea module:
19     - (partial) C binding to libkpathsea
20     - fallback solution via an external program (kpsewhich)
21   - graph module:
22     - removed some code duplication (various axis painters)
23     - use text module instead of the obsolete tex module (work in progress)
24     - TODO: allow for tailing zeros of automatic generated labels
25     - TODO: allow for missing data in bar graphs
26     - TODO: remove the support for variables given within the argument dictionary in data constructor
27     - TODO: graph keys; titles in data/function/etc.
28     - TODO: 3d graphs --- leave it for pyx-0.4
29     - TODO: exceptions in drawsymbol & friends...
30   - unit module:
31     - new classes for visual and width lengths, aliases for user length (u_pt = pt)
32     - TODO: document me!
33   - bbox module:
34     - new methods height and width
35     - TODO: document me!
36   - data module:
37     - TODO: line reduction for datafile like the every parameter in gnuplot
38   - canvas module:
39     - new way of PS prolog generation that writes only necessary parts
40     - added support for patterns 
41     - TODO: document patterns
42     - TODO: prolog should return empty lists instead of None
43   - mathtree module:
44     - added abs function
45     - TODO: unit tests and documentation for abs
46   - numerous bugfixes:
47     - problem with sizefile on windows (tex module)
48     - allow for strings in graphxy's width and height; allow for width only (graph module)
49     - disable rating for labelattrs equals None (graph module)
50     - traverse when adding functions as arguments of operators (mathtree module)
51     - allow for extern functions in addcolumn (data module)
52     - just one common place for the version number
53     - ...
55 0.2 (2003/01/17):
56   - unit module:
57     - allow division of length by numbers
58   - trafo module:
59     - new transformation: slant
60     - renamed all trafo methods to use the participle (i.e translate->translated)
61     - the name of all trafo subclasses are verbs (i.e. translation->translate)
62   - graph module:
63     - mark class renamed to symbol
64     - (text-)box distance measurement
65     - moved axis partitioning to axis and axis painter
66     - automatic axis partitioning (now officially: general cleanup, distance measurement, documentation)
67     - splitaxis
68     - baraxis, baraxispainter, and bar style
69   - data module:
70     - previously named datafile module
71     - class "_datafile" renamed to class "data"
72     - class sectionfile added
73     - testsuite
74   - mathtree module:
75     - extern variables and functions (support in graph.function, graph.paramfunction and data.data)
76     - testsuite
77   - text module:
78     - deferred to Version 0.3
79     - running TeX "on the fly" is basically implemented
80   - numerous bugfixes:
81     - transformation bug (#624068, trafo module)
82     - canvas transformations (canvas module???)
83     - textbox alignment (graph module)
84     - return linewidth upon calculation with linewidths (unit module)
85     - allow column number variables with several digits
86     - ...
87   - british and american spellings (color module, graph module)
88   - small logo modifications
90 0.1 (2002/10/07):
91   - initial release