diff --git a/README.md b/README.md
index 0381dba6..4df399a7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
@@ -18,8 +18,8 @@
Documentation |
-
-
+
+
|
@@ -139,4 +139,4 @@ If you use this functions in a published work, please cite:
And/or the specific release from Zenodo:
- Ovaitt, Silvana, Brown, Matt, Springer, Martin, Karas, Joe, Holsapple, Derek, Kempe, Michael. (2023). NREL/PVDegradationTools: v0.1.0 official release (0.1.0). Zenodo. https://doi.org/10.5281/zenodo.8088403
+ Martin Springer, Matthew Brown, Silvana Ovaitt, Tobin Ford, Joseph Karas, Mark Campanelli, Derek M Holsapple, Kevin Anderson, Michael Kempe. (2024). NREL/PVDegradationTools: 0.3.2 (0.3.2). Zenodo. https://doi.org/10.5281/zenodo.11123249
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 910a1848..680216c2 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -147,7 +147,7 @@
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
-html_logo = "../../pvdeg_tutorials/pvdeg_logo.png" # logo should work at this path
+html_logo = "../../tutorials_and_tools/pvdeg_logo.png" # logo should work at this path
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 080c10e6..f9786b8d 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-.. image:: ../../pvdeg_tutorials/pvdeg_logo.png
+.. image:: ../../tutorials_and_tools/pvdeg_logo.png
:width: 500
diff --git a/docs/source/whatsnew/index.rst b/docs/source/whatsnew/index.rst
index 6ae7805e..70fac61f 100644
--- a/docs/source/whatsnew/index.rst
+++ b/docs/source/whatsnew/index.rst
@@ -4,6 +4,7 @@ What's New
==========
PVDegradationTools (pvdeg) change log:
+.. include:: releases/v0.3.3.rst
.. include:: releases/v0.3.2.rst
.. include:: releases/v0.3.1.rst
.. include:: releases/v0.3.0.rst
diff --git a/docs/source/whatsnew/releases/v0.3.3.rst b/docs/source/whatsnew/releases/v0.3.3.rst
new file mode 100644
index 00000000..1b6bd777
--- /dev/null
+++ b/docs/source/whatsnew/releases/v0.3.3.rst
@@ -0,0 +1,14 @@
+v0.3.1 (2024-05-06)
+=======================
+
+Bug Fixes
+---------
+* Fix logo path in documenation
+
+Documentation
+-------------
+* Updated Zenodo citation in readme.
+
+Contributors
+~~~~~~~~~~~~
+* Martin Springer (:ghuser:`martin-springer`)
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials/1 - Basics, Humidity, Design.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials/1 - Basics, Humidity, Design.ipynb
index 9768eff1..dd424566 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials/1 - Basics, Humidity, Design.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials/1 - Basics, Humidity, Design.ipynb
@@ -29,7 +29,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials/2 - Degradation.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials/2 - Degradation.ipynb
index e1c63f60..cb9a0480 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials/2 - Degradation.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials/2 - Degradation.ipynb
@@ -36,7 +36,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials/3 - Spectral Degradation.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials/3 - Spectral Degradation.ipynb
index 2e262b2a..42d6bae9 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials/3 - Spectral Degradation.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials/3 - Spectral Degradation.ipynb
@@ -30,7 +30,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials/4 - Standards.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials/4 - Standards.ipynb
index 369d8398..a472fb38 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials/4 - Standards.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials/4 - Standards.ipynb
@@ -37,7 +37,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials/5 - Weather Database Access.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials/5 - Weather Database Access.ipynb
index 0fbd5b31..3465e8b2 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials/5 - Weather Database Access.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials/5 - Weather Database Access.ipynb
@@ -55,7 +55,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials/B-O LID - Accelerated Test.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials/B-O LID - Accelerated Test.ipynb
index edcd9173..21781074 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials/B-O LID - Accelerated Test.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials/B-O LID - Accelerated Test.ipynb
@@ -36,7 +36,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Accelerated Test.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Accelerated Test.ipynb
index 7b44fe95..c4bbefca 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Accelerated Test.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Accelerated Test.ipynb
@@ -41,7 +41,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Outdoor LETID.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Outdoor LETID.ipynb
index 5acfadd4..b220f1d9 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Outdoor LETID.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Outdoor LETID.ipynb
@@ -35,7 +35,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb
index 740ca6c0..8ea0ca92 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb
@@ -40,7 +40,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Passivated Wafer.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Passivated Wafer.ipynb
index a32e4928..908274c3 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Passivated Wafer.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials/LETID - Passivated Wafer.ipynb
@@ -36,7 +36,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/1 - Basics, Humidity, Design.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/1 - Basics, Humidity, Design.ipynb
index 486fc48d..3044e4b0 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/1 - Basics, Humidity, Design.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/1 - Basics, Humidity, Design.ipynb
@@ -25,7 +25,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/2 - Degradation.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/2 - Degradation.ipynb
index 91acb74b..15489a1a 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/2 - Degradation.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/2 - Degradation.ipynb
@@ -31,7 +31,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/3 - Spectral Degradation.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/3 - Spectral Degradation.ipynb
index 1367a259..91c048f0 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/3 - Spectral Degradation.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/3 - Spectral Degradation.ipynb
@@ -25,7 +25,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/4 - Weather Database Access.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/4 - Weather Database Access.ipynb
index d59d5f1d..fa8478b8 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/4 - Weather Database Access.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/4 - Weather Database Access.ipynb
@@ -52,7 +52,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- " # !pip install pvdeg==0.3.2"
+ " # !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/B-O LID - Accelerated Test.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/B-O LID - Accelerated Test.ipynb
index ab068fdc..8970b264 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/B-O LID - Accelerated Test.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/B-O LID - Accelerated Test.ipynb
@@ -30,7 +30,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Accelerated Test.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Accelerated Test.ipynb
index 7786944b..5b1c3deb 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Accelerated Test.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Accelerated Test.ipynb
@@ -29,7 +29,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Outdoor LETID.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Outdoor LETID.ipynb
index bda70ff1..ae7946a9 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Outdoor LETID.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Outdoor LETID.ipynb
@@ -31,7 +31,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb
index 87994afb..163833a7 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb
@@ -35,7 +35,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Passivated Wafer.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Passivated Wafer.ipynb
index 1fefcd5a..5d2c1ace 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Passivated Wafer.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/LETID - Passivated Wafer.ipynb
@@ -29,7 +29,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.ipynb b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.ipynb
index 8b9b29de..39c44465 100644
--- a/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.ipynb
+++ b/tutorials_and_tools/_build/html/_sources/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.ipynb
@@ -52,7 +52,7 @@
"outputs": [],
"source": [
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
- "# !pip install pvdeg==0.3.2"
+ "# !pip install pvdeg==0.3.3"
]
},
{
diff --git a/tutorials_and_tools/_build/html/tutorials/1 - Basics, Humidity, Design.html b/tutorials_and_tools/_build/html/tutorials/1 - Basics, Humidity, Design.html
index 4446ea90..e8ac4cb2 100644
--- a/tutorials_and_tools/_build/html/tutorials/1 - Basics, Humidity, Design.html
+++ b/tutorials_and_tools/_build/html/tutorials/1 - Basics, Humidity, Design.html
@@ -455,7 +455,7 @@ Module Humidity and Edge Seal Width