Commit f691864
JOSS-review: comparison to other tools (#1912)
* Remove various repeated words in documentation (#1872)
* Remove repeated words
* Update pvlib/ivtools/sdm.py
Co-authored-by: Kevin Anderson <[email protected]>
---------
Co-authored-by: Kevin Anderson <[email protected]>
* fix invalid escape sequence '\c' (#1879)
* fix invalid escape sequence '\c'
pvlib/iam.py:843: DeprecationWarning: invalid escape sequence '\c'
Occurence is actually in line 854: `IAM = 1 - (1 - \cos(aoi))^5`
* Add to list of contributors
* Replace use of deprecated `pkg_resources` (#1881) (#1882)
* Update infinite_sheds.py to add shaded fraction to returned variables in infinite_sheds.get_irradiance and infinite_sheds.get_irradiance_poa (#1871)
* Update infinite_sheds.py
Added shaded fraction to returned variables.
* Update v0.10.3.rst
* Update test_infinite_sheds.py
added tests for shaded fraction
* Update test_infinite_sheds.py
Corrected the shaded fraction tests in the haydavies portion.
* Update pvlib/bifacial/infinite_sheds.py
Co-authored-by: Kevin Anderson <[email protected]>
* Update infinite_sheds.py
* Update infinite_sheds.py
* Update infinite_sheds.py
fixed indentation issues
---------
Co-authored-by: Kevin Anderson <[email protected]>
* Continuous version of the Perez transposition model implementation (#1876)
* Definitely not ready for review!
* Big step forward.
* Add entry in docs.
* A working model but just one test sofar.
* Add new model as option in get_sky_diffuse. Docstring edits pending.
* Completed doc strings. Also a bit of fine-tuning code.
* Updated whatsnew.
* Bugfix, formatting fix, and add all tests.
* Test warning plus some other small changes.
* Make flake happy.
* Update pvlib/irradiance.py
Co-authored-by: Cliff Hansen <[email protected]>
* Address comments.
* Add contributor code comments.
* Update pvlib/irradiance.py
Co-authored-by: Adam R. Jensen <[email protected]>
* Adapt to reviewer preferences.
* Adapt to flake preferences.
* Remove model pseudo-option.
* Flake
---------
Co-authored-by: Cliff Hansen <[email protected]>
Co-authored-by: Adam R. Jensen <[email protected]>
* Fix spurious test error with pandas 2.1 (#1891)
pandas-dev/pandas#55014
* Fix plotting in plot_singlediode.py gallery page (#1895)
* Update plot_singlediode.py
fixed plot annotations by moving plt.show() further down
* Update whatsnew.rst
* Update v0.10.3.rst
* Update docs/sphinx/source/whatsnew.rst
Undoing changes to whatsnew.rst
* Address pandas FutureWarnings in test suite (#1900)
* Cahnged expected reference in test_detect_clearskY_window to 1 from True to avoid Futurewarning
* Change reference to etr in ibird function to avoid FutureWarning
* In test_modelchain, update all instances when referring to series by position to using iloc to get rid of FutureWarning
* Update to iloc method for referencing by position in test_irradiance to get rid of FutureWarning
* In test_singlediode change applymap to map to get rid of FutureWarning
* Test_srml update to select using iloc to get rid of FutureWarning
* Substitute changing to float64 dtype using map with base functionality that's accessible across Pandas versions
* Added username to Contributors
* Update line break in test_clearsky to adhere to line length limit
* add comparisons to other tools
* Apply suggestions from code review
Co-authored-by: Cliff Hansen <[email protected]>
* revision re: other open-source projects
* bibtex tweaks
* clarify pvlib matlab comparison
---------
Co-authored-by: Miroslav Šedivý <[email protected]>
Co-authored-by: Arjan Keeman <[email protected]>
Co-authored-by: Miguel Sánchez de León Peque <[email protected]>
Co-authored-by: Will Hobbs <[email protected]>
Co-authored-by: Anton Driesse <[email protected]>
Co-authored-by: Cliff Hansen <[email protected]>
Co-authored-by: Adam R. Jensen <[email protected]>
Co-authored-by: matsuobasho <[email protected]>1 parent eba406d commit f691864
2 files changed
+93
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
75 | 146 | | |
76 | 147 | | |
77 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
84 | 91 | | |
85 | 92 | | |
86 | 93 | | |
87 | 94 | | |
88 | 95 | | |
89 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
90 | 101 | | |
91 | 102 | | |
92 | 103 | | |
93 | 104 | | |
94 | 105 | | |
95 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
96 | 111 | | |
97 | 112 | | |
98 | 113 | | |
| |||
0 commit comments