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.
We want to submit a rc version (ends in .rc#, e.g., .rc0) to PyPi, then test it for each commit to a release branch.
Suggestion - see pypi-version to get latest release version. If to left of rc in the package.version (or setup.py) is the same, then increment rc #, otherwise add rc0 to release number. We might have to move version # to a separate file to get this to work.
We want to submit a rc version (ends in .rc#, e.g., .rc0) to PyPi, then test it for each commit to a release branch.
Suggestion - see pypi-version to get latest release version. If to left of rc in the package.version (or setup.py) is the same, then increment rc #, otherwise add rc0 to release number. We might have to move version # to a separate file to get this to work.
See Also: nasa/progpy#48