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 @@ @@ -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
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials/2 - Degradation.html b/tutorials_and_tools/_build/html/tutorials/2 - Degradation.html index f605105e..1dbe1803 100644 --- a/tutorials_and_tools/_build/html/tutorials/2 - Degradation.html +++ b/tutorials_and_tools/_build/html/tutorials/2 - Degradation.html @@ -462,7 +462,7 @@

Degradation and Solder Fatigue
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials/3 - Spectral Degradation.html b/tutorials_and_tools/_build/html/tutorials/3 - Spectral Degradation.html index 13d9f16f..874d5b3c 100644 --- a/tutorials_and_tools/_build/html/tutorials/3 - Spectral Degradation.html +++ b/tutorials_and_tools/_build/html/tutorials/3 - Spectral Degradation.html @@ -446,7 +446,7 @@

3 - Spectral Degradation
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials/4 - Standards.html b/tutorials_and_tools/_build/html/tutorials/4 - Standards.html index 4ab743b2..fb8276fb 100644 --- a/tutorials_and_tools/_build/html/tutorials/4 - Standards.html +++ b/tutorials_and_tools/_build/html/tutorials/4 - Standards.html @@ -451,7 +451,7 @@

4 - Standards
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials/5 - Weather Database Access.html b/tutorials_and_tools/_build/html/tutorials/5 - Weather Database Access.html index 1888d54e..1f903e20 100644 --- a/tutorials_and_tools/_build/html/tutorials/5 - Weather Database Access.html +++ b/tutorials_and_tools/_build/html/tutorials/5 - Weather Database Access.html @@ -458,7 +458,7 @@

Single location example
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials/B-O LID - Accelerated Test.html b/tutorials_and_tools/_build/html/tutorials/B-O LID - Accelerated Test.html index e5113f13..3bc12dc0 100644 --- a/tutorials_and_tools/_build/html/tutorials/B-O LID - Accelerated Test.html +++ b/tutorials_and_tools/_build/html/tutorials/B-O LID - Accelerated Test.html @@ -462,7 +462,7 @@

Example: Boron-oxygen light-induced degradation (B-O LID) progression in acc
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials/LETID - Accelerated Test.html b/tutorials_and_tools/_build/html/tutorials/LETID - Accelerated Test.html index 4a43d8db..20c4c99d 100644 --- a/tutorials_and_tools/_build/html/tutorials/LETID - Accelerated Test.html +++ b/tutorials_and_tools/_build/html/tutorials/LETID - Accelerated Test.html @@ -467,7 +467,7 @@

Device parameters
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials/LETID - Outdoor LETID.html b/tutorials_and_tools/_build/html/tutorials/LETID - Outdoor LETID.html index c83fa5fc..af5706c6 100644 --- a/tutorials_and_tools/_build/html/tutorials/LETID - Outdoor LETID.html +++ b/tutorials_and_tools/_build/html/tutorials/LETID - Outdoor LETID.html @@ -464,7 +464,7 @@

Example: LETID progression in outdoor environments
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials/LETID - Outdoor Scenario Based on Accelerated Test Result.html b/tutorials_and_tools/_build/html/tutorials/LETID - Outdoor Scenario Based on Accelerated Test Result.html index 8bd274af..35877f4b 100644 --- a/tutorials_and_tools/_build/html/tutorials/LETID - Outdoor Scenario Based on Accelerated Test Result.html +++ b/tutorials_and_tools/_build/html/tutorials/LETID - Outdoor Scenario Based on Accelerated Test Result.html @@ -460,7 +460,7 @@

LETID - Outdoor Scenario Based on Accelerated Test
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials/LETID - Passivated Wafer.html b/tutorials_and_tools/_build/html/tutorials/LETID - Passivated Wafer.html index d907a81f..ed261325 100644 --- a/tutorials_and_tools/_build/html/tutorials/LETID - Passivated Wafer.html +++ b/tutorials_and_tools/_build/html/tutorials/LETID - Passivated Wafer.html @@ -457,7 +457,7 @@

LETID - Passivated Wafer
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials_and_tools/1 - Basics, Humidity, Design.html b/tutorials_and_tools/_build/html/tutorials_and_tools/1 - Basics, Humidity, Design.html index a4eedf8d..ef460295 100644 --- a/tutorials_and_tools/_build/html/tutorials_and_tools/1 - Basics, Humidity, Design.html +++ b/tutorials_and_tools/_build/html/tutorials_and_tools/1 - Basics, Humidity, Design.html @@ -473,7 +473,7 @@

Module Humidity and Edge Seal Width
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials_and_tools/2 - Degradation.html b/tutorials_and_tools/_build/html/tutorials_and_tools/2 - Degradation.html index 15f62542..0fd6c63f 100644 --- a/tutorials_and_tools/_build/html/tutorials_and_tools/2 - Degradation.html +++ b/tutorials_and_tools/_build/html/tutorials_and_tools/2 - Degradation.html @@ -478,7 +478,7 @@

2 - Degradation
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials_and_tools/3 - Spectral Degradation.html b/tutorials_and_tools/_build/html/tutorials_and_tools/3 - Spectral Degradation.html index 06304ef2..840017bb 100644 --- a/tutorials_and_tools/_build/html/tutorials_and_tools/3 - Spectral Degradation.html +++ b/tutorials_and_tools/_build/html/tutorials_and_tools/3 - Spectral Degradation.html @@ -464,7 +464,7 @@

3 - Spectral Degradation
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials_and_tools/4 - Weather Database Access.html b/tutorials_and_tools/_build/html/tutorials_and_tools/4 - Weather Database Access.html index e180b24f..68ff54e2 100644 --- a/tutorials_and_tools/_build/html/tutorials_and_tools/4 - Weather Database Access.html +++ b/tutorials_and_tools/_build/html/tutorials_and_tools/4 - Weather Database Access.html @@ -477,7 +477,7 @@

Single location example
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
- # !pip install pvdeg==0.3.2
+ # !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials_and_tools/B-O LID - Accelerated Test.html b/tutorials_and_tools/_build/html/tutorials_and_tools/B-O LID - Accelerated Test.html index 39d9c205..562c4956 100644 --- a/tutorials_and_tools/_build/html/tutorials_and_tools/B-O LID - Accelerated Test.html +++ b/tutorials_and_tools/_build/html/tutorials_and_tools/B-O LID - Accelerated Test.html @@ -468,7 +468,7 @@

Example: Boron-oxygen light-induced degradation (B-O LID) progression in acc
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Accelerated Test.html b/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Accelerated Test.html index 80ffd373..8634cd47 100644 --- a/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Accelerated Test.html +++ b/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Accelerated Test.html @@ -473,7 +473,7 @@

LETID - Accelerated Tests
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Outdoor LETID.html b/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Outdoor LETID.html index 51ee5911..b6d73d6c 100644 --- a/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Outdoor LETID.html +++ b/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Outdoor LETID.html @@ -474,7 +474,7 @@

LETID - Outdoor Environments
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.html b/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.html index 62a68d63..7bdad01b 100644 --- a/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.html +++ b/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.html @@ -479,7 +479,7 @@

LETID - Outdoor Scenario Based on Accelerated Test
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Passivated Wafer.html b/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Passivated Wafer.html index 93e8a328..3534544f 100644 --- a/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Passivated Wafer.html +++ b/tutorials_and_tools/_build/html/tutorials_and_tools/LETID - Passivated Wafer.html @@ -476,7 +476,7 @@

LETID - Passivated Wafer
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/html/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.html b/tutorials_and_tools/_build/html/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.html index 96c72e30..78b6c65c 100644 --- a/tutorials_and_tools/_build/html/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.html +++ b/tutorials_and_tools/_build/html/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.html @@ -483,7 +483,7 @@

Calculation of module standoff distance according to IEC TS 63126
# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells:
-# !pip install pvdeg==0.3.2
+# !pip install pvdeg==0.3.3
 
diff --git a/tutorials_and_tools/_build/jupyter_execute/tutorials/1 - Basics, Humidity, Design.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials/1 - Basics, Humidity, Design.ipynb index d2b336ad..1b57d047 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials/1 - Basics, Humidity, Design.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials/2 - Degradation.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials/2 - Degradation.ipynb index 3167fb2c..06cb6925 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials/2 - Degradation.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials/3 - Spectral Degradation.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials/3 - Spectral Degradation.ipynb index c3871917..2bd2cd0b 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials/3 - Spectral Degradation.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials/4 - Standards.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials/4 - Standards.ipynb index e07ef77c..9718a216 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials/4 - Standards.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials/5 - Weather Database Access.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials/5 - Weather Database Access.ipynb index 641a203b..79df51bd 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials/5 - Weather Database Access.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials/B-O LID - Accelerated Test.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials/B-O LID - Accelerated Test.ipynb index 5315f6cc..850d24ce 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials/B-O LID - Accelerated Test.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials/LETID - Accelerated Test.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials/LETID - Accelerated Test.ipynb index e59fcc3b..249947f9 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials/LETID - Accelerated Test.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials/LETID - Outdoor LETID.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials/LETID - Outdoor LETID.ipynb index 2c4f92fc..e03f11da 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials/LETID - Outdoor LETID.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb index b83e83d4..a985ef9e 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials/LETID - Passivated Wafer.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials/LETID - Passivated Wafer.ipynb index 448738ba..fe369767 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials/LETID - Passivated Wafer.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials_and_tools/1 - Basics, Humidity, Design.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/1 - Basics, Humidity, Design.ipynb index 2aa2a95c..e47a2b6f 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/1 - Basics, Humidity, Design.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials_and_tools/2 - Degradation.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/2 - Degradation.ipynb index 145bb87f..4d77319b 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/2 - Degradation.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials_and_tools/3 - Spectral Degradation.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/3 - Spectral Degradation.ipynb index b462cd83..3f3b7594 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/3 - Spectral Degradation.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials_and_tools/4 - Weather Database Access.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/4 - Weather Database Access.ipynb index 408755f6..495d39b4 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/4 - Weather Database Access.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials_and_tools/B-O LID - Accelerated Test.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/B-O LID - Accelerated Test.ipynb index bb69aa59..537c438f 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/B-O LID - Accelerated Test.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials_and_tools/LETID - Accelerated Test.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/LETID - Accelerated Test.ipynb index 7154d4f3..b91930a9 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/LETID - Accelerated Test.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials_and_tools/LETID - Outdoor LETID.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/LETID - Outdoor LETID.ipynb index bda70ff1..ae7946a9 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/LETID - Outdoor LETID.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb index b622790c..c1408707 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials_and_tools/LETID - Passivated Wafer.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/LETID - Passivated Wafer.ipynb index 63fe81c4..ce724de9 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/LETID - Passivated Wafer.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/jupyter_execute/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.ipynb b/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.ipynb index bd8b1d56..a6eb5578 100644 --- a/tutorials_and_tools/_build/jupyter_execute/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.ipynb +++ b/tutorials_and_tools/_build/jupyter_execute/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/_config.yml b/tutorials_and_tools/_config.yml index 48e74d10..6291f94d 100644 --- a/tutorials_and_tools/_config.yml +++ b/tutorials_and_tools/_config.yml @@ -2,7 +2,7 @@ # Learn more at https://jupyterbook.org/customize/config.html title: PVDEG Tutorials -author: Matthew Brown, Silvana Ovaitt +author: Martin Springer, Matthew Brown, Silvana Ovaitt, Tobin Ford, Joseph Karas, Michael Kempe logo: PVD_logo.png # Auto-exclude files not in the toc @@ -25,7 +25,7 @@ bibtex_bibfiles: # Information about where the book exists on the web repository: url: https://github.com/NREL/PVDegradationTools - path_to_book: pvdeg_tutorials # Optional path to your book, relative to the repository root + path_to_book: tutorials_and_tools # Optional path to your book, relative to the repository root branch: main # Add GitHub buttons to your book diff --git a/tutorials_and_tools/tutorials_and_tools/1 - Basics, Humidity, Design.ipynb b/tutorials_and_tools/tutorials_and_tools/1 - Basics, Humidity, Design.ipynb index 486fc48d..3044e4b0 100644 --- a/tutorials_and_tools/tutorials_and_tools/1 - Basics, Humidity, Design.ipynb +++ b/tutorials_and_tools/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/tutorials_and_tools/1 - Basics, Humidity, Design.py b/tutorials_and_tools/tutorials_and_tools/1 - Basics, Humidity, Design.py index 90a08c46..6f452679 100644 --- a/tutorials_and_tools/tutorials_and_tools/1 - Basics, Humidity, Design.py +++ b/tutorials_and_tools/tutorials_and_tools/1 - Basics, Humidity, Design.py @@ -18,7 +18,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[1]: diff --git a/tutorials_and_tools/tutorials_and_tools/2 - Degradation.ipynb b/tutorials_and_tools/tutorials_and_tools/2 - Degradation.ipynb index 91acb74b..15489a1a 100644 --- a/tutorials_and_tools/tutorials_and_tools/2 - Degradation.ipynb +++ b/tutorials_and_tools/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/tutorials_and_tools/2 - Degradation.py b/tutorials_and_tools/tutorials_and_tools/2 - Degradation.py index 9d60886f..7ea2fb10 100644 --- a/tutorials_and_tools/tutorials_and_tools/2 - Degradation.py +++ b/tutorials_and_tools/tutorials_and_tools/2 - Degradation.py @@ -24,7 +24,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[2]: diff --git a/tutorials_and_tools/tutorials_and_tools/3 - Spectral Degradation.ipynb b/tutorials_and_tools/tutorials_and_tools/3 - Spectral Degradation.ipynb index 1367a259..91c048f0 100644 --- a/tutorials_and_tools/tutorials_and_tools/3 - Spectral Degradation.ipynb +++ b/tutorials_and_tools/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/tutorials_and_tools/3 - Spectral Degradation.py b/tutorials_and_tools/tutorials_and_tools/3 - Spectral Degradation.py index 64a396d3..52d768ca 100644 --- a/tutorials_and_tools/tutorials_and_tools/3 - Spectral Degradation.py +++ b/tutorials_and_tools/tutorials_and_tools/3 - Spectral Degradation.py @@ -18,7 +18,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[1]: diff --git a/tutorials_and_tools/tutorials_and_tools/4 - Weather Database Access.ipynb b/tutorials_and_tools/tutorials_and_tools/4 - Weather Database Access.ipynb index d59d5f1d..fa8478b8 100644 --- a/tutorials_and_tools/tutorials_and_tools/4 - Weather Database Access.ipynb +++ b/tutorials_and_tools/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/tutorials_and_tools/4 - Weather Database Access.py b/tutorials_and_tools/tutorials_and_tools/4 - Weather Database Access.py index bc4ae34b..2f83df49 100644 --- a/tutorials_and_tools/tutorials_and_tools/4 - Weather Database Access.py +++ b/tutorials_and_tools/tutorials_and_tools/4 - Weather Database Access.py @@ -35,7 +35,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[2]: diff --git a/tutorials_and_tools/tutorials_and_tools/B-O LID - Accelerated Test.ipynb b/tutorials_and_tools/tutorials_and_tools/B-O LID - Accelerated Test.ipynb index ab068fdc..8970b264 100644 --- a/tutorials_and_tools/tutorials_and_tools/B-O LID - Accelerated Test.ipynb +++ b/tutorials_and_tools/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/tutorials_and_tools/B-O LID - Accelerated Test.py b/tutorials_and_tools/tutorials_and_tools/B-O LID - Accelerated Test.py index 5b90ed46..b0e772c2 100644 --- a/tutorials_and_tools/tutorials_and_tools/B-O LID - Accelerated Test.py +++ b/tutorials_and_tools/tutorials_and_tools/B-O LID - Accelerated Test.py @@ -24,7 +24,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[2]: diff --git a/tutorials_and_tools/tutorials_and_tools/LETID - Accelerated Test.ipynb b/tutorials_and_tools/tutorials_and_tools/LETID - Accelerated Test.ipynb index 7786944b..5b1c3deb 100644 --- a/tutorials_and_tools/tutorials_and_tools/LETID - Accelerated Test.ipynb +++ b/tutorials_and_tools/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/tutorials_and_tools/LETID - Accelerated Test.py b/tutorials_and_tools/tutorials_and_tools/LETID - Accelerated Test.py index f94b7049..634d8023 100644 --- a/tutorials_and_tools/tutorials_and_tools/LETID - Accelerated Test.py +++ b/tutorials_and_tools/tutorials_and_tools/LETID - Accelerated Test.py @@ -23,7 +23,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[1]: diff --git a/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor LETID.ipynb b/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor LETID.ipynb index bda70ff1..ae7946a9 100644 --- a/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor LETID.ipynb +++ b/tutorials_and_tools/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/tutorials_and_tools/LETID - Outdoor LETID.py b/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor LETID.py index 1bdb3aec..91f10e09 100644 --- a/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor LETID.py +++ b/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor LETID.py @@ -25,7 +25,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[1]: diff --git a/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb b/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb index 87994afb..163833a7 100644 --- a/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.ipynb +++ b/tutorials_and_tools/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/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.py b/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.py index 21f853f5..3ee5cae2 100644 --- a/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.py +++ b/tutorials_and_tools/tutorials_and_tools/LETID - Outdoor Scenario Based on Accelerated Test Result.py @@ -29,7 +29,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[1]: diff --git a/tutorials_and_tools/tutorials_and_tools/LETID - Passivated Wafer.ipynb b/tutorials_and_tools/tutorials_and_tools/LETID - Passivated Wafer.ipynb index 1fefcd5a..5d2c1ace 100644 --- a/tutorials_and_tools/tutorials_and_tools/LETID - Passivated Wafer.ipynb +++ b/tutorials_and_tools/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/tutorials_and_tools/LETID - Passivated Wafer.py b/tutorials_and_tools/tutorials_and_tools/LETID - Passivated Wafer.py index 821ec9d3..6ef033f2 100644 --- a/tutorials_and_tools/tutorials_and_tools/LETID - Passivated Wafer.py +++ b/tutorials_and_tools/tutorials_and_tools/LETID - Passivated Wafer.py @@ -23,7 +23,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[1]: diff --git a/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Arrhenius.ipynb b/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Arrhenius.ipynb index e3060568..2cdfe29a 100644 --- a/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Arrhenius.ipynb +++ b/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Arrhenius.ipynb @@ -22,7 +22,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/tutorials_and_tools/Monte Carlo - Arrhenius.py b/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Arrhenius.py index 7461c446..50a4c34b 100644 --- a/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Arrhenius.py +++ b/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Arrhenius.py @@ -15,7 +15,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[1]: diff --git a/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Standoff.ipynb b/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Standoff.ipynb index ceece835..244a8745 100644 --- a/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Standoff.ipynb +++ b/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Standoff.ipynb @@ -17,7 +17,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/tutorials_and_tools/Monte Carlo - Standoff.py b/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Standoff.py index 66c7d3d5..a548a17b 100644 --- a/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Standoff.py +++ b/tutorials_and_tools/tutorials_and_tools/Monte Carlo - Standoff.py @@ -11,7 +11,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[1]: diff --git a/tutorials_and_tools/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.ipynb b/tutorials_and_tools/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.ipynb index 8b9b29de..e01a89ab 100644 --- a/tutorials_and_tools/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.ipynb +++ b/tutorials_and_tools/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" ] }, { @@ -493,11 +493,11 @@ "\n", "output_folder = os.path.join(os.path.dirname(os.path.dirname(os.getcwd())), 'TEMP', 'results')\n", "try:\n", - " os.mkdir(output_folder)\n", + " os.makedirs(output_folder)\n", "except OSError as error:\n", " print(error)\n", "\n", - "plt.savefig(output_folder+'\\Standoff_Scan.png', bbox_inches='tight') #Creates an image file of the standoff plot\n", + "plt.savefig(os.path.join(output_folder, 'Standoff_Scan.png'), bbox_inches='tight') #Creates an image file of the standoff plot\n", "plt.show()" ] }, diff --git a/tutorials_and_tools/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.py b/tutorials_and_tools/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.py index c9415be4..7be9d252 100644 --- a/tutorials_and_tools/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.py +++ b/tutorials_and_tools/tutorials_and_tools/Tools - Module Standoff for IEC TS 63126.py @@ -36,7 +36,7 @@ # if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent "ModuleNotFoundError" in later cells: -# !pip install pvdeg==0.3.2 +# !pip install pvdeg==0.3.3 # In[3]:

Documentation - - Documentation Status + + Documentation Status