Commit b313c64
committed
Squashed commit of the following:
commit 5047b26
Author: Prajwal Borkar <[email protected]>
Date: Tue May 17 19:14:53 2022 +0530
Updated get_cams protocol to https #1457 (#1458)
* Updated get_cams protocol to https #1457
* Updated instances of http to https. #1457
* Updated documentation links to https
* Added Contributor
commit a0812b1
Author: roger-lcc <[email protected]>
Date: Wed May 4 20:01:42 2022 +0800
CI asv check (#1454)
* CI asv check
* added CI asv check
* CI asv check
* CI asv check
* updated CI asv check
* Update docs/sphinx/source/whatsnew/v0.9.2.rst
updated v0.9.2.rst
Co-authored-by: Kevin Anderson <[email protected]>
Co-authored-by: Kevin Anderson <[email protected]>
commit 83e379a
Author: Kevin Anderson <[email protected]>
Date: Thu Apr 28 19:26:09 2022 -0400
Bump pandas to 0.25.0; test updates (#1448)
* bump pandas min from 0.22.0 to 0.25.0
* fix buggy test__check_pandas_assert_kwargs
don't use monkeypatch and mocker in the same test function. pytest-dev/pytest-mock#289
* fix psm3 test (apparent_zenith -> solar_zenith)
* whatsnew
* better UTC conversion in sun_rise_set_transit_ephem
* helpful comments
* more whatsnew
* '3.0' -> '3' in read_crn test?
* apply dtypes during parsing in read_crn
* move dropna() post-processing into read_fwf call
* fix read_crn for pandas<1.2.0
* Update pvlib/solarposition.py
Co-authored-by: Will Holmgren <[email protected]>
* nix pytz
* UTC -> utc
* address simd arccos issue in tracking.singleaxis
Co-authored-by: Will Holmgren <[email protected]>
commit 8d0f863
Author: Naman Priyadarshi <[email protected]>
Date: Tue Apr 12 22:55:58 2022 +0530
Advance numba from 0.36.1 to 0.40.0 in asv py3.6 environment (#1440)
* Advance numba from 0.36.1 to 0.40.0
* Advance numba from 0.36.1 to 0.40.0
* Updated whatsnew.rst
commit 5cb695d
Author: Naman Priyadarshi <[email protected]>
Date: Wed Apr 6 23:58:03 2022 +0530
Remove unnecessary **kwargs from spa_python and get_total_irradiance (#1437)
* Update Solarposition.py
Removed **kwargs from pvlib.solarposition.spa_python
* Added v0.9.2.rst, changes in pvlib/irradiance.py and pvlib/location.py
Made new v0.9.2.rst and removed **kwargs from pvlib/irradiance.py (Line 309) and pvlib/location.py (Line 234-235)
* Update docs/sphinx/source/whatsnew/v0.9.2.rst
* Update docs/sphinx/source/whatsnew/v0.9.2.rst
Co-authored-by: Kevin Anderson <[email protected]>
commit 8460b36
Author: Kevin Anderson <[email protected]>
Date: Tue Mar 29 15:31:25 2022 -0600
Finalize 0.9.1 (#1431)
* fix heading levels in user_guide/bifacial.rst
* whatsnew cleanup
* fix readme html
missing tag, maybe unicode zero-width spaces?
* readme: link to universal zenodo doi
* readme: update installation link for #1173
* whatsnew date
* additional contributors
* delete errant space
commit edbf2a6
Author: RoyCoding8 <[email protected]>
Date: Wed Mar 30 01:58:18 2022 +0530
Updated plot_singlediode.py (#1434)
* Update plot_singlediode.py
Changed the unit from C to degree C (°C)
* Update plot_singlediode.py
Changed to LaTeX \degree symbol in matplotlib which avoids any encoding issues with using Unicode characters.
* Update v0.9.1.rst
Added name to the contributors' list
* Update v0.9.1.rst
commit cf4a8ad
Author: Kevin Anderson <[email protected]>
Date: Tue Mar 29 14:04:40 2022 -0600
Update sphinx to 4.5.0 (#1435)
* bump sphinx and pydata-sphinx-theme versions
* clean up sphinx conf.py
* fix distutils strangeness, maybe
* use freshly-released sphinx==4.5.0
commit 884a153
Author: Kevin Anderson <[email protected]>
Date: Wed Mar 23 13:41:35 2022 -0600
Clarify delta_t docstring descriptions (#1429)
* clarify delta_t docstrings
* whatsnew
commit c243183
Author: Kevin Anderson <[email protected]>
Date: Thu Mar 17 12:01:57 2022 -0600
Deprecate pvlib.forecast (#1426)
* deprecate pvlib.forecast classes
* catch warnings in tests
* add warning admonition to forecasts.rst
* whatsnew
* stickler
* pin pytest < 7.1.0
* pin pytest in the right place this time
* more warning suppression in tests
* unpin pytest
* Update docs/sphinx/source/whatsnew/v0.9.1.rst
* copy warning to reference/forecasting.rst
commit e3baa12
Author: Kevin Anderson <[email protected]>
Date: Thu Mar 17 11:28:56 2022 -0600
Fix conditional dependency on dataclasses (#1422)
* better conditional dependency on dataclasses
* whatsnew
commit 27cba7a
Author: Naman Priyadarshi <[email protected]>
Date: Thu Mar 17 22:48:08 2022 +0530
Added asv benchmarking badge to the table of badges in the main README. (#1427)
* Update Readme.md
Added benchmarks asv badge to the badge section
* Updated v.0.9.1.rst
Added my name to the list of Contributers.
commit 1893b20
Author: Adam R. Jensen <[email protected]>
Date: Mon Mar 14 18:37:58 2022 +0100
Add variable mapping of psm3 (#1374)
* Add variable mapping of psm3
* Add enhancement entry in whatsnew
* Fix stickler
* Map keys in metadata dict
* Remove double spaces in docs
* Fix stickler
* Doc update
Co-authored-by: Kevin Anderson <[email protected]>
* Reformatting - changes by kanderso-nrel
* Update docstring table with 2020
* Add deprecation warning test coverage
* Rename to VARIABLE_MAP
* Change apparent_zenith to solar_zenith
Based on the decision in #1403
* Update attributes docstring
* Change elevation to altitude when mapping variables
* Update psm3 variable mapping test
Co-authored-by: Kevin Anderson <[email protected]>1 parent fa8b9e4 commit b313c64
File tree
30 files changed
+372
-124
lines changed- .github/workflows
- benchmarks
- ci
- docs
- examples/iv-modeling
- sphinx/source
- reference
- user_guide
- whatsnew
- pvlib
- iotools
- tests
- iotools
30 files changed
+372
-124
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
58 | 66 | | |
59 | 67 | | |
60 | 68 | | |
61 | | - | |
62 | | - | |
| 69 | + | |
| 70 | + | |
63 | 71 | | |
64 | 72 | | |
65 | 73 | | |
| |||
100 | 108 | | |
101 | 109 | | |
102 | 110 | | |
103 | | - | |
| 111 | + | |
104 | 112 | | |
105 | 113 | | |
106 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
244 | 247 | | |
245 | 248 | | |
246 | 249 | | |
247 | | - | |
| 250 | + | |
248 | 251 | | |
249 | 252 | | |
250 | 253 | | |
| |||
343 | 346 | | |
344 | 347 | | |
345 | 348 | | |
346 | | - | |
347 | | - | |
348 | 349 | | |
349 | 350 | | |
350 | 351 | | |
| |||
0 commit comments