Skip to content

Commit

Permalink
Update version #
Browse files Browse the repository at this point in the history
  • Loading branch information
teubert committed Oct 25, 2023
1 parent d928699 commit 3dfe48b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ Use the following to cite this repository:
@misc{2023_nasa_progpy,
| author = {Christopher Teubert and Katelyn Jarvis Griffith and Matteo Corbetta and Chetan Kulkarni and Portia Banerjee and Matthew Daigle},
| title = {{ProgPy Python Prognostics Packages}},
| month = Oct,
| year = 2023,
| version = {1.6},
| month = May,
| year = 2024,
| version = {1.7},
| url = {https://nasa.github.io/progpy}
| doi = {10.5281/ZENODO.8097013}
| }
```

The corresponding reference should look like this:

C. Teubert, K. Jarvis Griffith, M. Corbetta, C. Kulkarni, P. Banerjee, M. Daigle, ProgPy Python Prognostics Packages, v1.6, Oct 2023. URL https://github.com/nasa/progpy.
C. Teubert, K. Jarvis Griffith, M. Corbetta, C. Kulkarni, P. Banerjee, M. Daigle, ProgPy Python Prognostics Packages, v1.7, May 2024. URL https://github.com/nasa/progpy.

## Contributing Organizations
ProgPy was created by a partnership of multiple organizations, working together to build a set of high-quality prognostic tools for the wider PHM Community. We would like to give a big thank you for the ProgPy community, especially the following contributing organizations:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='progpy',
version='1.6.0',
version='1.7.0-pre',
description='The NASA Prognostic Package (ProgPy) is a python prognostics framework focused on building, using, and evaluating models and algorithms for prognostics (computation of remaining useful life) and health management of engineering systems, and provides a set of prognostics models for select components and prognostics algorithms developed within this framework, including uncertainty propagation.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
4 changes: 2 additions & 2 deletions sphinx-config/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
author = 'Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle'

# The full version, including alpha/beta/rc tags
release = "1.6"
release = "1.7"

# -- General configuration ---------------------------------------------------

Expand Down Expand Up @@ -83,4 +83,4 @@
}

github_username = "nasa"
github_repository = "prog_models"
github_repository = "progpy"
8 changes: 4 additions & 4 deletions sphinx-config/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ Use the following to cite this repository:
@misc{2023_nasa_progpy,
| author = {Christopher Teubert and Katelyn Jarvis Griffith and Matteo Corbetta and Chetan Kulkarni and Portia Banerjee and Jason Watkins and Matthew Daigle},
| title = {{ProgPy Python Prognostics Packages}},
| month = Oct,
| year = 2023,
| version = {1.6},
| month = May,
| year = 2024,
| version = {1.7},
| url = {https://nasa.github.io/progpy}
| doi = {10.5281/ZENODO.8097013}
| }
The corresponding reference should look like this:

C. Teubert, K. Jarvis Griffith, M. Corbetta, C. Kulkarni, P. Banerjee, J. Watkins, M. Daigle, ProgPy Python Prognostics Packages, v1.6, Oct 2023. URL https://github.com/nasa/progpy.
C. Teubert, K. Jarvis Griffith, M. Corbetta, C. Kulkarni, P. Banerjee, J. Watkins, M. Daigle, ProgPy Python Prognostics Packages, v1.7, May 2024. URL https://github.com/nasa/progpy.

Contributing and Partnering
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/progpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import warnings

__version__ = '1.6.0'
__version__ = '1.7.0-pre'

def run_prog_playback(obs, pred, future_loading, output_measurements, **kwargs):
warnings.warn("Depreciated in 1.2.0, will be removed in a future release.", DeprecationWarning)
Expand Down

0 comments on commit 3dfe48b

Please sign in to comment.