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