-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-45288: [Python][Packaging][Docs] Update documentation for PyArrow nightly wheels #45289
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit preview-docs |
|
Revision: 886cdea Submitted crossbow builds: ursacomputing/crossbow @ actions-9eba8d2216
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I tested successfully the links and commands
pip install \ | ||
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \ | ||
pyarrow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need the --pre
to get it actually from the nightly index?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't seem to be required:
$ pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pyarrow
Looking in indexes: https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
Collecting pyarrow
Downloading https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/pyarrow/20.0.0.dev4/pyarrow-20.0.0.dev4-cp312-cp312-manylinux_2_28_x86_64.whl (42.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.2/42.2 MB 13.2 MB/s eta 0:00:00
Installing collected packages: pyarrow
Successfully installed pyarrow-20.0.0.dev4
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit c9f417f. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 7 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
We now upload nightly PyArrow wheels to https://anaconda.org/scientific-python-nightly-wheels/pyarrow so we should document it. In addition, the current documentation incorrectly points to the arrow-nightlies channel which AFAICT is no longer used and also points to Gemfury which we'd like to stop using.
What changes are included in this PR?
Updates the relevant section in the docs with instructions on how to use the scientific-python-nightly-wheels repository.
Are these changes tested?
I've tested installing a wheel from https://anaconda.org/scientific-python-nightly-wheels/pyarrow.
Are there any user-facing changes?
Updated docs.