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

+1-1
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

+1
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

+2-2
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

+1-1
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

+2-2
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

+2-2
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

+3-2
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

+2-2
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>

docs/api_ref/prog_server/prog_server.html

+3-2
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>ProgServer &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>ProgServer &#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>
@@ -418,7 +419,7 @@ <h1>ProgServer</h1>
418419
<div class="footer-item">
419420

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

424425
</div>

docs/api_ref/progpy.html

+2-2
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>ProgPy API Reference &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>ProgPy API Reference &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

455455
</div>

docs/api_ref/progpy/CompositeModel.html

+2-2
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>CompositeModel &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>CompositeModel &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

414414
</div>

docs/api_ref/progpy/DataModel.html

+2-2
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>DataModel &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>DataModel &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

13061306
</div>

docs/api_ref/progpy/DataSets.html

+2-2
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>Datasets &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>Datasets &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

533533
</div>

docs/api_ref/progpy/EnsembleModel.html

+2-2
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>EnsembleModel &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>EnsembleModel &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

403403
</div>

docs/api_ref/progpy/IncludedModels.html

+2-2
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>Included Models &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>Included Models &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

14001400
</div>

docs/api_ref/progpy/LinearModel.html

+2-2
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>LinearModel &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>LinearModel &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

11781178
</div>

docs/api_ref/progpy/Loading.html

+2-2
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>Loading &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>Loading &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

585585
</div>

docs/api_ref/progpy/MixtureOfExperts.html

+2-2
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>MixtureOfExperts &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>MixtureOfExperts &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

422422
</div>

docs/api_ref/progpy/Prediction.html

+2-2
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>Prediction &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>Prediction &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

557557
</div>

docs/api_ref/progpy/Predictor.html

+2-2
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>Predictors &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>Predictors &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

527527
</div>

docs/api_ref/progpy/PrognosticModel.html

+2-2
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>PrognosticsModel &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>PrognosticsModel &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

13271327
</div>

docs/api_ref/progpy/SimResult.html

+2-2
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>SimResult &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>SimResult &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

642642
</div>

docs/api_ref/progpy/StateEstimator.html

+2-2
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>State Estimators &#8212; ProgPy Python Packages 1.5 documentation</title>
12+
<title>State Estimators &#8212; ProgPy Python Packages 1.6 documentation</title>
1313

1414

1515

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

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

589589
</div>

0 commit comments

Comments
 (0)