Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-02 | [tests] Use JSON libsms test data instead of recalculating each time. ↵ | John Glover | |
Importing libsms seems to create name clashes with simpl's modified sms functions. | |||
2012-06-30 | [sms] Add C++ implementation of SMSPeakDetection. | John Glover | |
2012-06-30 | Restructure class files. | John Glover | |
Group classes by type (peak detection, partial tracking, etc) rather than by algorithm name. This is because Cython needs the full inheritance hierarchy to be in the same file. |