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

File name made more understandable#17021

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

Conversation

SidharthBansal
Copy link
Contributor

PR Summary

Putting an actual version number on the next_api_changes directory may help avoiding notes going to the wrong file during long RC periods where it's not so obvious whether next_api_changes refers to the currently rc'd release, or the next one.
Closes#16588

PR Checklist

  • Has Pytest style unit tests
  • Code isFlake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@SidharthBansal
Copy link
ContributorAuthor

@anntzer@story645@tacaswell kindly review this pr

Copy link
Member

@timhoffmtimhoffm left a comment

Choose a reason for hiding this comment

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

If we put the explicit number all over the docs, this will get outdated as I don‘t think it will be updated consistently.

I‘d go for using „the most recent api_changes_X.Y“ or a similar term.

@SidharthBansal
Copy link
ContributorAuthor

SidharthBansal commentedApr 4, 2020 via email

I think "recent api_changes_X.Y“ is explanatory enough. We don't need "themost". What do you think?
On Sat, 4 Apr 2020, 4:26 am Tim Hoffmann, ***@***.***> wrote: ***@***.**** commented on this pull request. If we put the explicit number all over the docs, this will get outdated as I don‘t think it will be updated consistently. I‘d go for using „the most recent api_changes_X.Y“ or a similar term. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#17021 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFAAEQ5PKOYQENYX6IBPQHDRKZSTRANCNFSM4L4PSFNA> .

@timhoffm
Copy link
Member

Fine by me.

@SidharthBansal
Copy link
ContributorAuthor

@timhoffm I think I am missing something very crucial due to which majority of CI are failing. I have pushed the changes. Trying to debug the failing CIs. Any help appreciated.
Thanks

@SidharthBansal
Copy link
ContributorAuthor

CircleCI shows

make: *** [Makefile:30: html] Error 1
Exited with code exit status 2
Your output is too large to display in the browser. Only the last 400000 characters are displayed.
Download the full output as a file.

Do I need to upload any output files too? Maybe for the test outputs?

@anntzer
Copy link
Contributor

You can download the log file and look for "warnings". Here you'll find

/home/circleci/project/doc/api/api_changes.rst:14: WARNING: toctree glob pattern 'next_api_changes/*' didn't match any documentslooking for now-outdated files... none foundpickling environment... donechecking consistency... /home/circleci/project/doc/api/recent_api_changes_3.3/2019-04-25-AL.rst: WARNING: document isn't included in any toctree/home/circleci/project/doc/api/recent_api_changes_3.3/behaviour.rst: WARNING: document isn't included in any toctree/home/circleci/project/doc/api/recent_api_changes_3.3/deprecations.rst: WARNING: document isn't included in any toctree/home/circleci/project/doc/api/recent_api_changes_3.3/development.rst: WARNING: document isn't included in any toctree/home/circleci/project/doc/api/recent_api_changes_3.3/removals.rst: WARNING: document isn't included in any toctree

which means that you forgot to edit doc/api/api_changes.rst, and therefore the moved files are not referenced anywhere.

@SidharthBansal
Copy link
ContributorAuthor

Thanks for the help.
I think it is ready for merge now. Thanks all for helping me :-)

@tacaswell
Copy link
Member

I am skeptical of this change, it may make it slightly clearer but it is going to require a whole bunch of places to be updated after we fork off v3.3.x and 3.4 becomes the "next" release.

@timhoffm
Copy link
Member

Ping@tacaswell this has only one explicit filename left (and it's in the toc). Do you think this is bearable?

@tacaswell
Copy link
Member

Yes, that seems OK.

@SidharthBansal
Copy link
ContributorAuthor

SidharthBansal commentedApr 6, 2020 via email

Can we merge it? If it is ok?Thanks all for helping 😊
On Mon, 6 Apr 2020, 6:49 pm Thomas A Caswell, ***@***.***> wrote: Yes, that seems OK. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#17021 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFAAEQ4627YTRIMEDH2U4ZLRLHJH3ANCNFSM4L4PSFNA> .

@SidharthBansal
Copy link
ContributorAuthor

There are conflicts. Resolving them now

@SidharthBansalSidharthBansalforce-pushed thefile_name_made_more_understandable branch from34c6e1c to91920e4CompareApril 6, 2020 21:06
@SidharthBansal
Copy link
ContributorAuthor

Resolved. Thanks!

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.

Some typos to fix.

SidharthBansaland others added2 commitsApril 7, 2020 05:10
Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com>
@SidharthBansal
Copy link
ContributorAuthor

Done. Thanks

@timhoffmtimhoffm merged commitb85c7f4 intomatplotlib:masterApr 7, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tacaswelltacaswelltacaswell left review comments

@QuLogicQuLogicQuLogic left review comments

@timhoffmtimhoffmtimhoffm approved these changes

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

Successfully merging this pull request may close these issues.

Rename next_api_changes to api_changes_3.x (whatever number makes sense)
5 participants
@SidharthBansal@timhoffm@anntzer@tacaswell@QuLogic

[8]ページ先頭

©2009-2025 Movatter.jp