graspologic-org / graspologic

Python package for graph statistics
https://graspologic-org.github.io/graspologic/
MIT License
775 stars 143 forks source link

Configure CI to push to conda-forge automatically #413

Closed bdpedigo closed 4 months ago

bdpedigo commented 4 years ago

https://anaconda.org/conda-forge/graspy/files looks outdated, did not update when PyPI did.

bdpedigo commented 4 years ago

@loftusa i wonder if this is up your alley 😄 no worries if not

loftusa commented 4 years ago

@bdpedigo Possibly, but I'd prefer to work within the codebase itself as much as possible at the moment I think

gavinmischler commented 3 years ago

Can you update to graspologic within conda-forge? Or maybe just create a new feedstock? Currently causing an issue with using mvlearn from conda-forge since only an old version of graspy is available.

bdpedigo commented 3 years ago

im for creating a graspologic feedstock but dont have bandwidth to look into right now - I think in an earlier conversation we said we'd only do if we had a way to update feedstock automatically.

I see according to this https://stackoverflow.com/a/66539742/15480487 that it should be super easy.

Only caveat is

Step 3 : Fork conda-forge/staged-recipes in your user/organization space.

which maybe only @dwaynepryce can do? Or maybe has to get permission to even do?