Skip to content

Commit a88f3b9

Browse files
committed
Updated release version
1 parent 8451081 commit a88f3b9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+149
-136
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: b60ead7db2a2a1e95459b22ec2cb783c
3+
config: e5348f79dd5ab46a199baa607858f4a9
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.doctrees/environment.pickle

-1.53 KB
Binary file not shown.

docs/.doctrees/index.doctree

102 Bytes
Binary file not shown.

docs/_downloads/dde96c6cfd6ff506f5048a5c797653e4/kalman_filter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from progpy import LinearModel
1111
from progpy.state_estimators import KalmanFilter
1212

13+
1314
# Linear Model for an object thrown into the air
1415
class ThrownObject(LinearModel):
1516
"""

docs/_sources/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Citing This Repository
5454
Use the following to cite this repository:
5555

5656
@misc{2023_nasa_progpy,
57-
| author = {Christopher Teubert and Katelyn Jarvis Griffith and Matteo Corbetta and Chetan Kulkarni and Portia Banerjee and Matthew Daigle},
57+
| author = {Christopher Teubert and Katelyn Jarvis Griffith and Matteo Corbetta and Chetan Kulkarni and Portia Banerjee and Jason Watkins and Matthew Daigle},
5858
| title = {{ProgPy Python Prognostics Packages}},
5959
| month = Oct,
6060
| year = 2023,
@@ -65,7 +65,7 @@ Use the following to cite this repository:
6565
6666
The corresponding reference should look like this:
6767

68-
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.
68+
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.
6969

7070
Contributing and Partnering
7171
-----------------------------

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '1.5',
3+
VERSION: '1.6',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/api_ref.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta charset="utf-8" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
1111

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

1414

1515

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

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

413413
</div>

docs/api_ref/prog_server.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta charset="utf-8" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
1111

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

1414

1515

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

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

392392
</div>

docs/api_ref/prog_server/load_ests.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta charset="utf-8" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
1111

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

1414

1515

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

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

425426
</div>

docs/api_ref/prog_server/prog_client.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta charset="utf-8" />
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
1111

12-
<title>prog_client &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>prog_client &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

644644
</div>

0 commit comments

Comments
 (0)