Changeset 155
- Timestamp:
- 02/15/09 04:11:14 (3 years ago)
- Location:
- tags/0.4.2
- Files:
-
- 2 modified
-
CHANGES.txt (modified) (1 diff)
-
pycha/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/0.4.2/CHANGES.txt
r128 r155 2 2 ======= 3 3 4 0.4.2dev (unreleased) 5 --------------------- 4 0.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) 6 12 - Support for SVG (and PDF, Postscript, Win32, Quartz) by changing the way 7 13 we compute the surface dimensions (Lorenzo) -
tags/0.4.2/pycha/__init__.py
r140 r155 16 16 # along with PyCha. If not, see <http://www.gnu.org/licenses/>. 17 17 18 version = "0.4.2 dev"18 version = "0.4.2"
