Cliff Hansen
Cliff Hansen
A small group of maintainers and developers drafted this [Development roadmap](https://github.com/pvlib/pvlib-python/wiki/pvlib-python-Development-Roadmap) for the next several releases of pvlib. Contributions to all areas of pvlib are always welcome. We hope that...
- [x] Closes #1110 - [x] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html) - [ ] Tests added - [ ] Updates entries to [`docs/sphinx/source/api.rst`](https://github.com/pvlib/pvlib-python/blob/master/docs/sphinx/source/api.rst) for API changes. - [...
Summary of API breaks: - `PVcell.Rsh` is replaced by `PVcell.Rsh_STC`. `PVcell.Rsh` now holds condition-dependent Rsh. - `PVcell.Eg` is replaced by `PVcell.Eg_0`. `PVcell.Eg` now holds condition-dependent Eg. - Added `PVcell.N1_0` and...
Opening a very general issue to discuss work that could be relevant to this project. I have a need to compute IV curves taking into account various external influences (all...
Python 3.7 reached end-of-life on 2023-06-27. I propose we remove support for python 3.7 with pvlib-python v0.11.0
- ~~[ ] Closes #xxxx~~ - [X] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html) - [X] Tests added - [X] Updates entries in [`docs/sphinx/source/reference`](https://github.com/pvlib/pvlib-python/blob/main/docs/sphinx/source/reference) for API changes. - [X] Adds...
**Is your feature request related to a problem? Please describe.** pvlib provides three single diode models: CEC, PVSyst and De Soto, with the first two being of more interest. pvlib...
**Is your feature request related to a problem? Please describe.** I'm considering replacing [this PVSyst function](https://github.com/pvlib/pvlib-python/blob/8057393e6eaa57ca1ea60bc79205b94d00b33e42/pvlib/ivtools/sdm.py#L1270) with a more general function, like `temp_derivative(model='cec' or 'pvsyst', params=params, ...)` Work towards a...
- [X] Closes #1649 - [X] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html) - [x] 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] Adds...
- [ ] Closes #xxxx - [x] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing.html) - [x] Tests added - [ ] Updates entries in [`docs/sphinx/source/reference`](https://github.com/pvlib/pvlib-python/blob/main/docs/sphinx/source/reference) for API changes. - [...