Introduce conda directory containing datafusion-dev.yaml conda enviro…#124
Conversation
…nment file, conda build files for building and publishing packages to anaconda.org as well as supporting documentation updates to README.md
|
|
||
| ### Conda | ||
| ```bash | ||
| conda install -c conda-forge datafusion |
There was a problem hiding this comment.
Who will update the conda-forge metadata for new releases ?
I.e. would it be possible that a new version of a-d-python is released, e.g. 0.9, and conda still installs 0.8 ?
If Conda does not fetch this info from PyPi then I expect users to file issues here about this and the a-d-p developers won't be able to help.
There was a problem hiding this comment.
It would be the responsibility of the community to update conda-forge at release time. Let me add the logic in the release scripts and document that in this PR.
For what its worth there is an repo at https://anaconda.org/conda-forge/datafusion and I am trying to find out who owns that now so the proper permissions can be established
There was a problem hiding this comment.
It would be the responsibility of the community to update conda-forge at release time. Let me add the logic in the release scripts and document that in this PR.
For what its worth there is an repo at https://anaconda.org/conda-forge/datafusion and I am trying to find out who owns that now so the proper permissions can be established
I now have permissions for this repo and can add other PMC members
…nment file, conda build files for building and publishing packages to anaconda.org as well as supporting documentation updates to README.md
Which issue does this PR close?
Closes #122
Are there any user-facing changes?
There are developer facing changes. The README has been updated to reflect those changes in this PR.