From 21ab62be8eb8286c72d8efcbe1aee62748a9d26a Mon Sep 17 00:00:00 2001 From: Marcos Ruiz Date: Thu, 22 Aug 2024 17:27:28 +0200 Subject: [PATCH 1/5] Fixed typo --- pvlib/modelchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/modelchain.py b/pvlib/modelchain.py index 1db9d05b71..03d5590663 100644 --- a/pvlib/modelchain.py +++ b/pvlib/modelchain.py @@ -1474,7 +1474,7 @@ def prepare_inputs_from_poa(self, data): data : DataFrame, or tuple or list of DataFrame Contains plane-of-array irradiance data. Required column names include ``'poa_global'``, ``'poa_direct'`` and ``'poa_diffuse'``. - Columns with weather-related data are ssigned to the + Columns with weather-related data are signed to the ``weather`` attribute. If columns for ``'temp_air'`` and ``'wind_speed'`` are not provided, air temperature of 20 C and wind speed of 0 m/s are assumed. From ac7de9e27a1145d2cb002cdf753b8b5ffc9d6833 Mon Sep 17 00:00:00 2001 From: Marcos Ruiz Date: Thu, 22 Aug 2024 17:41:21 +0200 Subject: [PATCH 2/5] Fixed typo --- docs/sphinx/source/whatsnew/v0.11.1.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/source/whatsnew/v0.11.1.rst b/docs/sphinx/source/whatsnew/v0.11.1.rst index 72d480e32d..d7205cbb5b 100644 --- a/docs/sphinx/source/whatsnew/v0.11.1.rst +++ b/docs/sphinx/source/whatsnew/v0.11.1.rst @@ -69,3 +69,4 @@ Contributors * Mark A. Mikofski (:ghuser:`mikofski`) * Ben Pierce (:ghuser:`bgpierc`) * Jose Meza (:ghuser:`JoseMezaMendieta`) +* Marcos R. Escudero (:ghuser:`mrue-pv`) From 79ef3e93656dbd9c7df7bd79f37d85cc6a5b45de Mon Sep 17 00:00:00 2001 From: Marcos Ruiz Date: Thu, 22 Aug 2024 17:54:31 +0200 Subject: [PATCH 3/5] Signed in contributors --- pvlib/modelchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/modelchain.py b/pvlib/modelchain.py index 03d5590663..8456aac114 100644 --- a/pvlib/modelchain.py +++ b/pvlib/modelchain.py @@ -1474,7 +1474,7 @@ def prepare_inputs_from_poa(self, data): data : DataFrame, or tuple or list of DataFrame Contains plane-of-array irradiance data. Required column names include ``'poa_global'``, ``'poa_direct'`` and ``'poa_diffuse'``. - Columns with weather-related data are signed to the + Columns with weather-related data are assigned to the ``weather`` attribute. If columns for ``'temp_air'`` and ``'wind_speed'`` are not provided, air temperature of 20 C and wind speed of 0 m/s are assumed. From b241f5d1e1be43ba99d0e205665f8e4f403cbe69 Mon Sep 17 00:00:00 2001 From: Marcos Ruiz Date: Thu, 29 Aug 2024 12:32:42 +0200 Subject: [PATCH 4/5] Username revised --- docs/sphinx/source/whatsnew/v0.11.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.1.rst b/docs/sphinx/source/whatsnew/v0.11.1.rst index d7205cbb5b..25b24ccb41 100644 --- a/docs/sphinx/source/whatsnew/v0.11.1.rst +++ b/docs/sphinx/source/whatsnew/v0.11.1.rst @@ -69,4 +69,4 @@ Contributors * Mark A. Mikofski (:ghuser:`mikofski`) * Ben Pierce (:ghuser:`bgpierc`) * Jose Meza (:ghuser:`JoseMezaMendieta`) -* Marcos R. Escudero (:ghuser:`mrue-pv`) +* Marcos R. Escudero (:ghuser:`marc-resc`) From c6c0452f2a51fcaa1609a2c3de9e6c602cb2eed0 Mon Sep 17 00:00:00 2001 From: Marcos Ruiz Date: Thu, 29 Aug 2024 12:39:27 +0200 Subject: [PATCH 5/5] Username revised --- docs/sphinx/source/whatsnew/v0.11.1.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.1.rst b/docs/sphinx/source/whatsnew/v0.11.1.rst index a20aa0346e..875a6f24dc 100644 --- a/docs/sphinx/source/whatsnew/v0.11.1.rst +++ b/docs/sphinx/source/whatsnew/v0.11.1.rst @@ -70,7 +70,6 @@ Contributors * Ben Pierce (:ghuser:`bgpierc`) * Jose Meza (:ghuser:`JoseMezaMendieta`) * Marcos R. Escudero (:ghuser:`marc-resc`) -* Marcos R. Escudero (:ghuser:`mrue-pv`) * Bernat Nicolau (:ghuser:`BernatNicolau`) * Eduardo Sarquis (:ghuser:`EduardoSarquis`)