root/trunk/CHANGES.txt

Revision 183, 2.0 kB (checked in by lgs, 3 years ago)

Bump version number

Line 
1Changes
2=======
3
40.5.1 (unreleased)
5------------------
6- ...
7
80.5.0 (2009-03-22)
9------------------
10- Bar chart fixes (Adam)
11- Support for custon fonts in the ticks (Ged)
12- Support for an 'interval' option (Nicolas)
13- New color scheme system (Lorenzo)
14- Stacked bar charts support (Lorenzo)
15
160.4.2 (2009-02-15)
17------------------
18- Much better documentation (Adam)
19- Fixes integer division when computing xscale (Laurent)
20- Fix for a broken example (Lorenzo)
21- Use labelFontSize when rendering the axis (Adam Przywecki)
22- Code cleanups. Now it should pass pyflakes and pep8 in most files (Lorenzo)
23- Support for running the test suite with python setup.py test (Lorenzo)
24- Support for SVG (and PDF, Postscript, Win32, Quartz) by changing the way
25  we compute the surface dimensions (Lorenzo)
26
270.4.1 (2008-10-29)
28------------------
29- Fix a colon in the README.txt file (Lorenzo)
30- Add a test_suite option to setup.py so we can run the tests before deployment
31  (Lorenzo)
32
330.4.0 (2008-10-28)
34------------------
35- Improved test suite (Lorenzo, Nicolas)
36- Many bugs fixed (Lorenzo, Stephane Wirtel)
37- Support for negative values in the datasets (Nicolas, Lorenzo)
38- Chavier, a simple pygtk application for playing with Pycha charts (Lorenzo)
39- Allow the legend to be placed relative to the right and bottom of the canvas
40  (Nicolas Evrard)
41- Easier debugging by adding __str__ methods to aux classes (rectangle, point,
42  area, ...) (Lorenzo)
43- Do not overlap Y axis label when ticks label are not rotated (John Eikenberry)
44
450.3.0 (2008-03-22)
46------------------
47- Scattered charts (Tamas Nepusz <ntamas_AT_rmki.kfki.hu>)
48- Chart titles (John Eikenberry <jae_AT_zhar.net>)
49- Axis labels and rotated ticks (John)
50- Chart background and surface background (John)
51- Automatically augment the light in large color schemes (John)
52- Lots of bug fixes (John and Lorenzo)
53
540.2.0 (2007-10-25)
55------------------
56- Test suite
57- Python 2.4 compatibility (patch by Miguel Hernandez)
58- API docs
59- Small fixes
60
610.1.0 (2007-10-17)
62------------------
63- Initial release
Note: See TracBrowser for help on using the browser.