Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Upload nightlies to new location#25950

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
QuLogic merged 1 commit intomatplotlib:mainfromjarrodmillman:nightlies
Jun 1, 2023

Conversation

jarrodmillman
Copy link
Contributor

PR summary

PR checklist

@martinfleis
Copy link

A bit of context - theScientific Python Developer Summit is happening this week. A part of the effort is to ensure that Scientific Python core packages follow the upcoming SPEC documents and support their implementation across the ecosystem. One of the specific changes is a move of the nightly wheels frompypi.anaconda.org/scipy-wheels-nightly which is planned to be closed topypi.anaconda.org/scientific-python-nightly-wheels. That is what this PR does.

Once all of the packages that currently usescipy-wheels-nightly switch toscientific-python-nightly-wheels, we will use a bot to open PRs in downstream repositories to automatically change the index for nightlies across the ecosystem to minimise breakage.

One more step will need to happen here though. The upload requires an upload token stored as a repository secret (as you have right now). However, you will need to generate a new token for the new anaconda organisation.@ksunden will take care of that.

The same change is happening in the other packages as well.

@tacaswelltacaswell added this to thev3.8.0 milestoneMay 24, 2023
Copy link
Member

@QuLogicQuLogic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Please fix the typo.

@rcomer
Copy link
Member

We will also need to update the docs here, but I leave it to others to decide whether that should be in this PR or a follow-up.
https://matplotlib.org/stable/users/installing/index.html#installing-a-nightly-build

jarrodmillman reacted with thumbs up emoji

@matthewfeickert
Copy link
Contributor

We will also need to update the docs here, but I leave it to others to decide whether that should be in this PR or a follow-up.https://matplotlib.org/stable/users/installing/index.html#installing-a-nightly-build

@rcomer I already had this ready to go on a branch in my fork, so I just rebased it to open up PR#26006. (If people want to do it all in one go here, feel free to close mine.)

I also have a branch with my earlier comment#25950 (review) ready to PR.

rcomer and jarrodmillman reacted with thumbs up emoji

@jarrodmillman
Copy link
ContributorAuthor

Please fix the typo.

@QuLogic Did this get fixed? If not, what typo are you referring to?

@ksundenksunden changed the titleUpload nighlighties to new locationUpload nightlies to new locationMay 31, 2023
@matthewfeickert
Copy link
Contributor

Please fix the typo.

@QuLogic Did this get fixed? If not, what typo are you referring to?

@jarrodmillman Not sure if this is what was meant, but there's the typo in the commit message itself: "Upload nighlighties to new location"

@QuLogic
Copy link
Member

Please fix the typo.

@QuLogic Did this get fixed? If not, what typo are you referring to?

@jarrodmillman Not sure if this is what was meant, but there's the typo in the commit message itself: "Upload nighlighties to new location"

Yes, as noted for all these PRsscientific-python/specs#182 (comment)

jarrodmillman reacted with thumbs up emoji

matthewfeickert added a commit to scikit-hep/mplhep that referenced this pull requestMay 31, 2023
* Nightly wheels for the Scientific Python community have migrated from  the Anaconda Cloudhttps://anaconda.org/scipy-wheels-nightly/ package  index tohttps://anaconda.org/scientific-python-nightly-wheels.   - c.f.https://scientific-python.org/specs/spec-0004/   - c.f.scientific-python/specs#182   - c.f.matplotlib/matplotlib#25950* For matplotlib use --index-url of scientific-python-nightly-wheels and  use --extra-index-url of public PyPI (https://pypi.org/) as some of  matplotlib's dependencies aren't on scientific-python-nightly-wheels.
matthewfeickert added a commit to scikit-hep/pyhf that referenced this pull requestMay 31, 2023
… nightlies (#2225)* Nightly wheels for the Scientific Python community have migrated from  the Anaconda Cloudhttps://anaconda.org/scipy-wheels-nightly/ package  index tohttps://anaconda.org/scientific-python-nightly-wheels.   - c.f.https://scientific-python.org/specs/spec-0004/   - c.f.scientific-python/specs#182   - c.f.matplotlib/matplotlib#25950* For matplotlib use --index-url of scientific-python-nightly-wheels and  use --extra-index-url of public PyPI (https://pypi.org/) as some of  matplotlib's dependencies aren't on scientific-python-nightly-wheels.
@jarrodmillman
Copy link
ContributorAuthor

Typo fixed.

QuLogic reacted with thumbs up emoji

@QuLogicQuLogic merged commitbfaa6eb intomatplotlib:mainJun 1, 2023
ksunden added a commit to ksunden/matplotlib that referenced this pull requestJun 12, 2023
I had originally thought this was included inmatplotlib#25950 (hence why I had waited so long to merge it...), but apparently it was not.Now that both pandas and numpy are uploading to the new location, this is the expected install location for new nightlies
melissawm pushed a commit to melissawm/matplotlib that referenced this pull requestJun 15, 2023
I had originally thought this was included inmatplotlib#25950 (hence why I had waited so long to merge it...), but apparently it was not.Now that both pandas and numpy are uploading to the new location, this is the expected install location for new nightlies
andrzejnovak pushed a commit to scikit-hep/mplhep that referenced this pull requestJul 10, 2023
* Nightly wheels for the Scientific Python community have migrated from  the Anaconda Cloudhttps://anaconda.org/scipy-wheels-nightly/ package  index tohttps://anaconda.org/scientific-python-nightly-wheels.   - c.f.https://scientific-python.org/specs/spec-0004/   - c.f.scientific-python/specs#182   - c.f.matplotlib/matplotlib#25950* For matplotlib use --index-url of scientific-python-nightly-wheels and  use --extra-index-url of public PyPI (https://pypi.org/) as some of  matplotlib's dependencies aren't on scientific-python-nightly-wheels.
jonas-eschle pushed a commit to scikit-hep/mplhep that referenced this pull requestApr 22, 2024
* Nightly wheels for the Scientific Python community have migrated from  the Anaconda Cloudhttps://anaconda.org/scipy-wheels-nightly/ package  index tohttps://anaconda.org/scientific-python-nightly-wheels.   - c.f.https://scientific-python.org/specs/spec-0004/   - c.f.scientific-python/specs#182   - c.f.matplotlib/matplotlib#25950* For matplotlib use --index-url of scientific-python-nightly-wheels and  use --extra-index-url of public PyPI (https://pypi.org/) as some of  matplotlib's dependencies aren't on scientific-python-nightly-wheels.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@matthewfeickertmatthewfeickertmatthewfeickert left review comments

@tacaswelltacaswelltacaswell approved these changes

@QuLogicQuLogicQuLogic approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
v3.8.0
Development

Successfully merging this pull request may close these issues.

6 participants
@jarrodmillman@martinfleis@rcomer@matthewfeickert@QuLogic@tacaswell

[8]ページ先頭

©2009-2025 Movatter.jp