Kevin Anderson

Results 95 issues of Kevin Anderson

**Is your feature request related to a problem? Please describe.** pvlib's spectral irradiance modeling is currently limited to `pvlib.spectrum.spectrl2`, a clear-sky model. As cloudy-sky spectral irradiance takes a different shape...

enhancement

- [ ] Closes #1669 - [ ] I am familiar with the [contributing guidelines](https://pvlib-python.readthedocs.io/en/latest/contributing/index.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....

This paper provides a Newton-based method of finding the MPP, with the function and starting point constructed in such a way that they claim guarantees convergence. Rough timing (for 1000...

enhancement

The [Array API standard](https://data-apis.org/array-api/latest/) makes it possible to write generic code that works with many types of arrays (NumPy, Tensorflow, PyTorch, Dask, JAX, CuPy, MXNet, Xarray, ...). In principle, this...

discussion

> Would the powers that be be willing to make the component name’s consistent across all model functions? For example, perez returns sky_diffuse, while poa_components returns poa_sky_diffuse. It also seems...

api