Kevin Anderson

Results 405 comments of Kevin Anderson

sphinx-gallery allows specifying the order, see https://sphinx-gallery.github.io/stable/configuration.html#own-sort-keys A PR to reorder the irradiance transposition section would be welcome! Thinking more broadly, perhaps the other sections should be reordered as well,...

The decision to wait until v0.14.0 is because we only make "breaking changes" in versions that end in `.0`. A breaking change is a change that could break a pvlib...

It sounds like there are three proposals so far: 1) Add prefixed names to `isotropic` et al. in v0.13.1, rename `perez` et al. to prefixed names in v0.14.0 2) Add...

> can anyone tell me the expected timing for v0.14 to come out (or better yet, where can such timings be found)? We have been doing ~quarterly releases, but that's...

> if I make the same request repeatedly, it might fail 1/3 three times Once upon a time I experienced a similar issue, but with 50% of requests failing. Turned...

For any reviewers, here's a link to what the gallery page will look like: https://pvlib-python--2110.org.readthedocs.build/en/2110/gallery/floating-pv/plot_floating_pv_cell_temperature.html @IoannisSifnaios having seen the lovely table in the example, I am left wondering what the...

I am taking a look at this PR now. Apologies for the delay @yhkee0404!

Thanks again @yhkee0404 for finding, investigating, and fixing this complex issue!

> I was thinking if a single dict/DataFrame variable should be produced whether return_components is True or False (i.e., adding more keys/columns to the same base structure). For the sake...

> Does your exploratory code use Toledo's method for computing Lambert's W? It did originally (and seemed fine), although in the end I switched to pvlib's functions for simplicity. >...