Skip to content

Commit d6248e7

Browse files
authored
Merge pull request #111 from agmoore4/0.6.1-docs-update
updating overview page of docs and 0.6.0 release date on what's new page
2 parents 26c4274 + cf50600 commit d6248e7

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ production data, and current-voltage (IV) curves.
2929
- Production data
3030
- - estimate expected energy with multiple models
3131
- evaluate inverter clipping
32+
- survival analysis for O&M records
3233
* - text2time
3334
- O&M records and production data
3435
- - analyze overlaps between O&M and production (timeseries) records

docs/pages/releasenotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ What's New
55

66
These are new features and improvements of note in each release.
77

8+
.. include:: releasenotes/0.6.1.rst
9+
810
.. include:: releasenotes/0.6.0.rst
911

1012
.. include:: releasenotes/0.5.3.rst

docs/pages/releasenotes/0.6.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.6.0 (March 12 2025)
1+
0.6.0 (March 17 2025)
22
------------------------
33

44
This release removes the `nltk` dependency and implements analogous functionality where needed in pvops.

docs/pages/releasenotes/0.6.1.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
0.6.1 (March 17 2025)
2+
-----------------------
3+
4+
This release makes minor documentation updates.
5+
6+
Documentation
7+
~~~~~~~~~~~~~
8+
9+
* The "Overview" page now includes the new survival analysis functionality added to the timeseries module.
10+
11+
* The release date is corrected for version 0.6.0 on the "What's New" page.

pvops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# warnings.warn("")
99
pass
1010

11-
__version__ = '0.6.0'
11+
__version__ = '0.6.1'
1212

1313
__copyright__ = """Copyright 2023 National Technology & Engineering
1414
Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525

0 commit comments

Comments
 (0)