root/tags/0.4.2/CHANGES.txt

Revision 155, 1.7 kB (checked in by lgs, 3 years ago)

Remove the dev marker (and commit the Changelog because I forgot to do so before creating the branch

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