Mark Campanelli

Results 19 issues of Mark Campanelli

I would like to use ```terminal [build-system] ... build-backend = "setuptools.build_meta" ``` in my Python package's `pyproject.toml`, but still be able to build wheels with nuitka analogously to the legacy...

enhancement
help wanted
funding_wanted

Sorry if this is a duplicate, but has anyone considered breaking out the different module performance models in pvsystem.py into their own modules for better manageability? For example, put the...

api

**Describe the bug** The implementation of PVsyst's auxiliary equation for the shunt resistance as a function of irradiance at https://github.com/pvlib/pvlib-python/blob/v0.8.0/pvlib/pvsystem.py#L1326-L1331 does not match the description given by equation (5) in...

pvlib should have a public constants python module so that all the different models share the same constants and so that users can see what constants pvlib is using and...

enhancement
api

To help a prospective user, perhaps a short comparison to similar packages could be made in the README, such as to [Dask](http://docs.dask.org/en/latest/delayed.html) and [GraphKit](https://pythonhosted.org/graphkit/index.html).

#409 Suggests Bishop [1988] as a truly explicit method to calculate i-from-v. Bishop's method is not subject to Newton convergence failure or to LambertW argument "blow up", handles ideal device...

testing

- [ ] 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....

pvlib python pull request guidelines ==================================== Thank you for your contribution to pvlib python! You may submit a pull request with your code at any stage of completion, however, before...

This is minor, but the katex elements appear through the otherwise opaque "waterfall" header of my [PWA](https://pwa-starter-kit.polymer-project.org/), so somehow they are not adopting/inheriting the style of the rest of the...

Thanks for making this interval package available publicly. I have found it useful for making "gold" datasets for verifying and benchmarking competing numerical algorithms to solve the same problem. I...