nasa / progpy

The NASA Prognostic Python Packages is a Python framework focused on defining and building models and algorit for prognostics (computation of remaining useful life) of engineering systems, and provides a set of models and algorithms for select components developed within this framework, suitable for use in prognostic applications.
https://nasa.github.io/progpy/
Other
52 stars 7 forks source link

Release/v1.6 #111

Closed teubert closed 9 months ago

teubert commented 10 months ago

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 from progpy import PrognosticsModel, and from prog_algs import predictors becomes from progpy import predictors.

teubert commented 10 months ago

Thank you for opening this PR. Since this is a release branch, the PR must complete the release checklist, below:

codecov-commenter commented 10 months ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@5688cd6). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #111   +/-   ##
=========================================
  Coverage          ?   83.15%           
=========================================
  Files             ?      100           
  Lines             ?    10316           
  Branches          ?        0           
=========================================
  Hits              ?     8578           
  Misses            ?     1738           
  Partials          ?        0           
teubert commented 10 months ago

Tests run on Apple Silicon Mac by Chris Teubert on 10/20 using python3.11 and 3.10

teubert commented 10 months ago

Tests run on Linux machine by Jason Watkins on 10/20 using python 3.8.10

teubert commented 9 months ago

Test on windows done by @adam-sweet on 10/20-23

teubert commented 9 months ago

Test on macOS with intel done by @mollocon44 on 10/24

teubert commented 9 months ago

Release review was conducted by @teubert @matteocorbetta @chetankul @jason-watkins on 10/25. Determined ready to release after the following action items are completed:

teubert commented 9 months ago

All review items from release review have been completed. All items from release checklist are complete. Tests are complete. Approved for release