Skip to content

Commit

Permalink
Updated release version
Browse files Browse the repository at this point in the history
  • Loading branch information
teubert committed Oct 25, 2023
1 parent 8451081 commit a88f3b9
Show file tree
Hide file tree
Showing 75 changed files with 149 additions and 136 deletions.
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: b60ead7db2a2a1e95459b22ec2cb783c
config: e5348f79dd5ab46a199baa607858f4a9
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from progpy import LinearModel
from progpy.state_estimators import KalmanFilter


# Linear Model for an object thrown into the air
class ThrownObject(LinearModel):
"""
Expand Down
4 changes: 2 additions & 2 deletions docs/_sources/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Citing This Repository
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},
| 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,
Expand All @@ -65,7 +65,7 @@ Use the following to cite this repository:
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, J. Watkins, M. Daigle, ProgPy Python Prognostics Packages, v1.6, Oct 2023. URL https://github.com/nasa/progpy.

Contributing and Partnering
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.5',
VERSION: '1.6',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>API Reference &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>API Reference &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -407,7 +407,7 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Permalink to
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/prog_server.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>prog_server API Reference &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>prog_server API Reference &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -386,7 +386,7 @@ <h1>prog_server API Reference<a class="headerlink" href="#prog-server-api-refere
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
5 changes: 3 additions & 2 deletions docs/api_ref/prog_server/load_ests.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Load Estimators &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>Load Estimators &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -157,6 +157,7 @@
<li class="toctree-l3"><a class="reference internal" href="../progpy/IncludedModels.html">Included Models</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/LinearModel.html">LinearModel</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/Loading.html">Loading</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/MixtureOfExperts.html">MixtureOfExperts</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/Prediction.html">Prediction</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/Predictor.html">Predictors</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/PrognosticModel.html">PrognosticsModel</a></li>
Expand Down Expand Up @@ -419,7 +420,7 @@ <h1>Load Estimators<a class="headerlink" href="#load-estimators" title="Permalin
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/prog_server/prog_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>prog_client &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>prog_client &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -638,7 +638,7 @@ <h1>prog_client<a class="headerlink" href="#prog-client" title="Permalink to thi
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
5 changes: 3 additions & 2 deletions docs/api_ref/prog_server/prog_server.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>ProgServer &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>ProgServer &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -157,6 +157,7 @@
<li class="toctree-l3"><a class="reference internal" href="../progpy/IncludedModels.html">Included Models</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/LinearModel.html">LinearModel</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/Loading.html">Loading</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/MixtureOfExperts.html">MixtureOfExperts</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/Prediction.html">Prediction</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/Predictor.html">Predictors</a></li>
<li class="toctree-l3"><a class="reference internal" href="../progpy/PrognosticModel.html">PrognosticsModel</a></li>
Expand Down Expand Up @@ -418,7 +419,7 @@ <h1>ProgServer</h1>
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>ProgPy API Reference &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>ProgPy API Reference &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -449,7 +449,7 @@ <h1>ProgPy API Reference<a class="headerlink" href="#progpy-api-reference" title
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/CompositeModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>CompositeModel &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>CompositeModel &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -408,7 +408,7 @@ <h1>CompositeModel<a class="headerlink" href="#compositemodel" title="Permalink
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/DataModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>DataModel &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>DataModel &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -1300,7 +1300,7 @@ <h2>DataModel Interface<a class="headerlink" href="#datamodel-interface" title="
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/DataSets.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Datasets &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>Datasets &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -527,7 +527,7 @@ <h2>CMAPSS Jet Engine Data (nasa_cmapss)<a class="headerlink" href="#cmapss-jet-
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/EnsembleModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>EnsembleModel &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>EnsembleModel &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -397,7 +397,7 @@ <h1>EnsembleModel<a class="headerlink" href="#ensemblemodel" title="Permalink to
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/IncludedModels.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Included Models &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>Included Models &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -1394,7 +1394,7 @@ <h2>ThrownObject<a class="headerlink" href="#thrownobject" title="Permalink to t
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/LinearModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>LinearModel &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>LinearModel &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -1172,7 +1172,7 @@ <h1>LinearModel<a class="headerlink" href="#linearmodel" title="Permalink to thi
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/Loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Loading &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>Loading &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -579,7 +579,7 @@ <h2>Controllers<a class="headerlink" href="#controllers" title="Permalink to thi
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/MixtureOfExperts.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>MixtureOfExperts &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>MixtureOfExperts &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -416,7 +416,7 @@ <h1>MixtureOfExperts<a class="headerlink" href="#mixtureofexperts" title="Permal
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/Prediction.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Prediction &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>Prediction &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -551,7 +551,7 @@ <h1>Prediction<a class="headerlink" href="#prediction" title="Permalink to this
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/Predictor.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>Predictors &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>Predictors &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -521,7 +521,7 @@ <h2>Predictor Interface<a class="headerlink" href="#predictor-interface" title="
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/PrognosticModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>PrognosticsModel &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>PrognosticsModel &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -1321,7 +1321,7 @@ <h1>PrognosticsModel<a class="headerlink" href="#prognosticsmodel" title="Permal
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/SimResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>SimResult &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>SimResult &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -636,7 +636,7 @@ <h1>SimResult<a class="headerlink" href="#simresult" title="Permalink to this he
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/api_ref/progpy/StateEstimator.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>State Estimators &#8212; ProgPy Python Packages 1.5 documentation</title>
<title>State Estimators &#8212; ProgPy Python Packages 1.6 documentation</title>



Expand Down Expand Up @@ -583,7 +583,7 @@ <h2>State Estimator Interface<a class="headerlink" href="#state-estimator-interf
<div class="footer-item">

<p class="component-author">
By Chris Teubert, Matteo Corbetta, Chetan Kulkarni, Katelyn Jarvis, and Matthew Daigle
By Chris Teubert, Katelyn Jarvis, Matteo Corbetta, Chetan Kulkarni, Portia Banerjee, Jason Watkins, and Matthew Daigle
</p>

</div>
Expand Down
Loading

0 comments on commit a88f3b9

Please sign in to comment.