pingswept / pysolar

Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
http://pysolar.org
GNU General Public License v3.0
372 stars 125 forks source link

conda-forge update #138

Closed kenkehoe closed 3 years ago

kenkehoe commented 3 years ago

Thanks for the recent updates to 0.9. Is it possible to make 0.9 available on conda-forge for conda install? Currently only up to 0.8 are available with a "conda search -c conda-forge pysolar".

pingswept commented 3 years ago

Hi Ken! That sounds like a good idea. I hadn’t heard of conda-forge before today, but it looks like a bot has already submitted a pull request there to make the update happen: https://github.com/conda-forge/pysolar-feedstock/pull/12 I’m not sure what needs to happen to make conda-forge accept the request. Maybe the answer lies here: https://conda-forge.org/docs/maintainer/updating_pkgs.html#

Best of luck to you!

AdamTheisen commented 3 years ago

@pingswept Hello! It looks like @robintw has been working on the pysolar feedstock so maybe that's who could help out with the update? https://github.com/conda-forge/pysolar-feedstock/blob/master/recipe/meta.yaml

robintw commented 3 years ago

Hi @AdamTheisen and @kenkehoe - I have done things with the feedstock before, but haven't used it for a while. I've just looked at the auto-generated PR and merged it, as it all looks ok. Hopefully the packages should build soon.

AdamTheisen commented 3 years ago

Thanks @robintw !!

pingswept commented 3 years ago

From https://anaconda.org/conda-forge/pysolar, it looks like Pysolar 0.9 is now available. Please re-open this issue if I’m wrong.