Kevin Anderson
Kevin Anderson
- [x] Closes #2033 - [x] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html) - ~[ ] Tests added~ - ~[ ] Updates entries in [`docs/sphinx/source/reference`](https://github.com/pvlib/pvlib-python/blob/main/docs/sphinx/source/reference) for API changes.~ - [x]...
ReadTheDocs is complaining that this project doesn't have a configuration file: https://readthedocs.org/projects/openpvtools/builds/21902423/ > Your builds will stop working soon! > "build.image" config key is deprecated and it will be removed...
Is this list a home for any and all PV-related packages, or is the scope more focused on outdoor systems? For example I just stumbled across [solcore](https://github.com/qpv-research-group/solcore5), which is on...
This PR drops 3.6 (which is EOL, and doesn't install easily anymore) from testing and adds 3.9, 3.10, and 3.11. 3.12 is coming out soon but doesn't have an official...
ReadTheDocs deprecated and removed this parameter. Assuming our `doc` optional requirements are complete, we shouldn't need system packages anyway, so it should be fine to just remove it from our...
On the page for published papers, the list of author names in the side bar is hyperlinked to a page listing all publications by each author. However, that page seems...
**Is your feature request related to a problem? Please describe.** We hear from pvlib users that unfamiliarity with git/github is sufficient to prevent them from making the jump from user...
- [ ] Closes #xxxx - [ ] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html) - [ ] Tests added - [ ] Updates entries in [`docs/sphinx/source/reference`](https://github.com/pvlib/pvlib-python/blob/main/docs/sphinx/source/reference) for API changes....
We have our own wrappers in `conftest.py` for the three pandas `assert_X_equal` functions. We originally added those because the default tolerances of those functions changed in pandas 1.1.0 (see #1018)....
Several PVGIS tests are failing because the expected values no longer match what is returned by the API. See an example CI run: https://github.com/pvlib/pvlib-python/actions/runs/11003008118/job/30551180154#step:6:256 ``` =========================== short test summary info...