hildensia / bayesian_changepoint_detection

Methods to get the probability of a changepoint in a time series.
MIT License
670 stars 213 forks source link

use setuptools #25

Closed multimeric closed 3 years ago

multimeric commented 3 years ago

The current setup.py doesn't actually install its requirements, because it uses the out of date distutils specification rather than setuptools. To be honest setup.py is being replaced by setup.cfg anyway, but I figured I might as well make this small improvement in the meantime

hildensia commented 3 years ago

Honestly, the hole package structure is not very well. If you are interested go for setup.cfg.

On Wed, Jan 27, 2021, at 5:14 AM, Michael Milton wrote:

The current setup.py doesn't actually install its requirements, because it uses the out of date distutils specification rather than setuptools. To be honest setup.py is being replaced by setup.cfg anyway, but I figured I might as well make this small improvement in the meantime

You can view, comment on, or merge this pull request online at:

https://github.com/hildensia/bayesian_changepoint_detection/pull/25

Commit Summary