Closed teubert closed 1 year ago
Thank you for opening this PR. Since this is a release branch, the PR must complete the release checklist, below:
python -m tests
, on
python -m tests.test_manual
sphinx-build sphinx_config/ docs/
:exclamation: No coverage uploaded for pull request base (
master@5688cd6
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #111 +/- ##
=========================================
Coverage ? 83.15%
=========================================
Files ? 100
Lines ? 10316
Branches ? 0
=========================================
Hits ? 8578
Misses ? 1738
Partials ? 0
Tests run on Apple Silicon Mac by Chris Teubert on 10/20 using python3.11 and 3.10
Tests run on Linux machine by Jason Watkins on 10/20 using python 3.8.10
Test on windows done by @adam-sweet on 10/20-23
Test on macOS with intel done by @mollocon44 on 10/24
Release review was conducted by @teubert @matteocorbetta @chetankul @jason-watkins on 10/25. Determined ready to release after the following action items are completed:
All review items from release review have been completed. All items from release checklist are complete. Tests are complete. Approved for release
Release v1.6
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
.