[Biopython-dev] Lowess Smooth Improvement

James Pruitt eric.pruitt at gmail.com
Thu Nov 13 13:00:36 UTC 2008


I made some changes to the Lowess smoothing method as well as written a unit
test for it. On my machine, it runs around 37% faster in my unit tests
compared to the original lowess method and that is using the numpy.median
function so it would probably run even faster with the Bio.Cluster median
functoin. How do I go about proposing my code to be included in Bio.Python?

-- 
-Jimmy



More information about the Biopython-dev mailing list