ProgPy v1.6 released #120
teubert
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Announcing the release of ProgPy v1.6, the first release of the ProgPy package that combined prog_models and prog_algs.
Release Notes
Note: Updating from prog_models/algs v1.5
ProgPy v1.6 combined prog_models and prog_algs into a single package, progpy. To upgrade to 1.6, you will need to download the new progpy package (pip install progpy) and update all imports to use progpy.
For example
from prog_models import PrognosticsModel
becomes fromprogpy import PrognosticsModel
, andfrom prog_algs import predictors
becomesfrom progpy import predictors
.Beta Was this translation helpful? Give feedback.
All reactions