prog_models and prog_algs replaced by ProgPy package #583
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
-
Hello prog_models users,
Announcing the new combined ProgPy package. This package combines the previous prog_models and prog_algs packages into a single package, progpy. All new feature releases and bug fixes will happen in progpy, so please upgrade to this package to stay up to date.
To upgrade to progpy, you will need to download the new progpy package (
pip install progpy
) and update all imports to use progpy. For examplefrom prog_models import PrognosticsModel
becomesfrom progpy import PrognosticsModel
, and fromprog_algs import predictors
becomes fromprogpy import predictors
.More details can be found at https://nasa.github.io/progpy
Beta Was this translation helpful? Give feedback.
All reactions