jaraco
dfd5201cfa
Bumped to 2.0.1 after release of 2.0
...
Removed src directory
15 years ago
jaraco
455efe16cb
Fixed readme
15 years ago
jaraco
410fdbed31
Fixed SVN URLs (it's hosted at sourceforge, silly)
15 years ago
jaraco
4d989d9460
Working toward a 2.0 release
15 years ago
jaraco
e47142e9fe
Updated readme to remove todos that are done
16 years ago
jaraco
10ada27be4
adding upgrade notes
16 years ago
jaraco
e95aead46c
Library now uses lxml for XML processing. This technique has a much cleaner and robust implementation. I tried using the Python 2.5 element tree, but it doesn't support processing instructions (as far as I can tell).
16 years ago
jaraco
f4ce5c6e7e
Removed last reference to get_style()
16 years ago
jaraco
336bdd339a
Fixed issues with variable substitution in CSS streams (including child classes).
...
Re-enabled error messages when parsing CSS.
Corrected legacy ruby substitution string in pie.css.
16 years ago
jaraco
f7ec8023a3
more css refactoring
16 years ago
jaraco
27b0c2eaf8
Began work on removing plaintext CSS handling (for inline css)
16 years ago
jaraco
680056295b
Plot and Line css files were nearly identical; plot had one extra style constant_line
16 years ago
jaraco
62c2b93730
There were no significant differences between the schedule.css and bar.css, so removed schedule.css
16 years ago
jaraco
394ac51416
Factored Graph subclass CSS handling into superclass, implemented as resource files
16 years ago
jaraco
00bd3af8be
Moved css for line.py into line.css
16 years ago
jaraco
6aa9a44ea9
Renamed lib to src
16 years ago
jaraco
2f4e77f84d
Disabled mess of log messages
16 years ago
jaraco
042af6d09c
Changed TimeSeries test to match that of the ruby test.
...
Moved base Graph css into a separate file.
Incorporated cssutils for actual CSS parsing (many warnings and errors occur).
Updated dependencies.
16 years ago
jaraco
a4e8cf711d
Began renaming stylesheet handling to clarify the behavior
16 years ago
jaraco
d95e97995f
updated dependency on cssutils to 0.9.5 final
16 years ago
jaraco
44550340ef
Fixed typo
17 years ago
jaraco
0d5bedf86c
updated readme
17 years ago
jaraco
05f8561ad7
Updated setup file again
17 years ago
jaraco
5d11497958
Updated setup file
17 years ago
jaraco
aa86787599
Renamed test directory
17 years ago
jaraco
70d82a850b
Fixed module references using new PEP-8 naming scheme
17 years ago
jaraco
41b6bdc67b
Renamed modules per PEP8
17 years ago
jaraco
ac0fc574bf
Refactored the project into a namespace package: svg.charts
17 years ago
jaraco
66ce686dd3
Renamed lib/SVG to lib/svg
17 years ago
jaraco
6916b59d03
Added release.howto
...
Bumped to version 2.0 (with the intent to restructure the library into namespace packages
17 years ago
jaraco
75a07dd565
Began work on fine-grained CSS support.
17 years ago
jaraco
2a10be37cc
Implemented methods that were stubbed with NotImplementedError(s).
...
Copied flatten method from my internal development and add it to util.py.
Removed reference to itools from Line.py.
Cleaned up docstring tests that weren't actually executable.
17 years ago
jaraco
86bb5266f6
bumped to version 1.2
17 years ago
jaraco
1b21339d05
Updated dependency on python-dateutil
17 years ago
jaraco
27d46b3532
Finished the first functional implementation of the Schedule.
...
Improved unit tests, including doctests.
Added several methods to util to assist with date processing.
17 years ago
jaraco
42255d7649
Began Schedule implementation (it's still riddled with and design problems
17 years ago
jaraco
47b2da086d
Fixed bug in Plot.py (scale_division has no method round). Thanks to Richard Boulton
17 years ago
jaraco
13f83b8d58
using external reference to ez_setup
17 years ago
jaraco
ba31107e08
Removed extraneous space per PEP-8
17 years ago
jaraco
a913b7d374
Completed initial port of HorizontalBar
17 years ago
jaraco
751535fb7e
added a quick readme
17 years ago
jaraco
63b0f7a005
Added Line test to ruby test script.
...
Minor syntax fixes to line.py.
17 years ago
jaraco
23e391fef4
An initial implementation of a Line (untested)
17 years ago
jaraco
3ddf22adfe
Added Pie charts to the testing modules, and fixed the bugs elicited by the tests.
17 years ago
jaraco
eb963cda81
Completed first syntax-error free Pie.py
...
Bumped to 1.1
Added setup.cfg
17 years ago
jaraco
891a82aa0c
bumped to 1.0.2 for new fixes
17 years ago
jaraco
375d985e88
Improved test scripts.
...
Fixed bug in Bar.py where coordinates weren't being calculated correctly.
17 years ago
jaraco
d73cb89e5e
Fixed issue of y axis labels appearing as floats (1.0) even when they're scaled to integers.
17 years ago
jaraco
86d6740360
Some minor fixes
17 years ago
jaraco
082987c417
Improved vertical bar axis and test; it now nearly matches the Ruby test of the same data
17 years ago