* Branched from pytc into tc by Rasmus Andersson * Total refactoring including layout * Added Python 2.6 and 3.0 compatibility * Added documentation
0.7.0
-----
* Added Python 2.4 compatibility. Thanks to Vernon Tang. * Allow negitive values on optimize and tune methods of pytc.BDB and pytc.HDB. Thanks to Vernon Tang. * removed unnecessarily links(libz and libm). Thanks to Vernon Tang.
0.6.0
-----
* supports BZIP options for HDB/BDB
0.5.0
-----
* added addint/adddouble for HDB/BDB * raise KeyError instead of TCENOREC. Thanks to Hatem Nassrat.