zillow / luminaire

Luminaire is a python package that provides ML driven solutions for monitoring time series data.
https://zillow.github.io/luminaire
Apache License 2.0
764 stars 59 forks source link

Bump minor versions of dependencies #76

Closed Aristarhys closed 3 years ago

Aristarhys commented 3 years ago

Even if it's not much it's kinda dangerous to blindly bump deps version as some not really respect semver or even miss any changelog file

E.g. https://www.statsmodels.org/devel/release/version0.11.html Bump from 0.10 to 0.11 should be simple but in reality it's huge

Related:

snazzyfox commented 3 years ago

@sayanchk Since now we're only bumping patch versions I think this PR should be fine for us. We need some of these updates (esp sklearn) to become compatible with python3.7+. Since 3.6 will be EOL by the end of this year we should make sure our package can still be used after that.

shahsmit14 commented 3 years ago

Note: We had a planned release for high-frequency that @sayanchk was working on. So, we just released v0.2.0 with those older patch versions so that would not cause any breaking issues. Going forward we can work on upgrading this package with newer version of python and dependent packages, so it does not block package improvements.