In addition to distributing interpax-fft on PyPI, it would be useful to have built distributions distributed on conda-forge. This would allow for people to install in a self contained and isolated environment in user space through Pixi (e.g. pixi add interpax-fft).
This would mostly just require:
pixi run pypi interpax-fft
- Submitting the results in a PR
and then following a recipe for pure-Python contributions for any revisions: https://conda-forge.org/docs/maintainer/example_recipes/pure-python/
I would be happy to help with the PR as well as answering any conda-forge related questions people might have.
Full disclosure, this is required for the conda-forge distribution of DESC: conda-forge/desc-opt-feedstock#2 (which would require interpax-fft >=0.0.6,<=0.0.7 and so need v0.0.7 to go onto conda-forge first).
In addition to distributing
interpax-ffton PyPI, it would be useful to have built distributions distributed on conda-forge. This would allow for people to install in a self contained and isolated environment in user space through Pixi (e.g.pixi add interpax-fft).This would mostly just require:
and then following a recipe for pure-Python contributions for any revisions: https://conda-forge.org/docs/maintainer/example_recipes/pure-python/
I would be happy to help with the PR as well as answering any conda-forge related questions people might have.
Full disclosure, this is required for the conda-forge distribution of DESC: conda-forge/desc-opt-feedstock#2 (which would require
interpax-fft >=0.0.6,<=0.0.7and so needv0.0.7to go onto conda-forge first).