- Convert the module in OO style while keeping the original methods unchanged.
0.05
1) Replaced expensive centroid re-calculation by adjustment approach.
2) Restructured loops into functions, to ease profiling and understanding.
3) Replace the hard-coded full contraction scale from "0.5" to "$BETA".
4) Removed unnecessary data copying.
5) Various performance tuning.
- Minor bug fix in the verbose flag.
- Added verbose flag.
- Fixed POD.
- Parsed version number from the library in "Makefile.PL".
- Fixed a minor bug to avoid division by zero
- Avoided unnecessary loop
- Re-organized the file organizationk, added test case.