Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.73 KB

README.rst

File metadata and controls

44 lines (34 loc) · 1.73 KB

pybreakpoints

License license
Branch CI Coverage Docs
master master_travis master_coverage master_docs_ghpage

Break point detection algorithms in Python (with Numba if installed).

TODO

Things need doing.

  • Documentation + Overview and citations + Install guide + Algorithms page with examples + Other modules
  • Fixup return types + namedtuple? class?
  • Clean wrapping of Pandas and Xarray types + likely using singledispatch
  • Tests on randomized data with rpy2 + Use hypothesis?
  • Simple benchmarks to make sure Numba is worth it