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

TYP: Fix missing and spurious top-level exports#28178

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
charris merged 1 commit intonumpy:maintenance/2.2.xfromcharris:backport-28170
Jan 17, 2025

Conversation

charris
Copy link
Member

Backport of#28170.

This addresses the following mismatches between runtime and the stubs

spurious innumpy.__all__ (removed):

  • '_get_promotion_state'
  • '_no_nep50_warning'
  • '_set_promotion_state'
  • 'version'

missing innumpy.__all__ (added):

  • 'in1d' (in1d() is marked with@deprecated)
  • 'trapz' (trapz() is marked with@deprecated)
  • 'matvec'
  • 'vecmat'

missing dunders returned bynumpy.__dir__() (not innumpy.__all__):

  • __config__ (re-exported)
  • __NUMPY_SETUP__ (added)
  • __numpy_submodules__ (added)
  • __expired_attributes__ (added)
  • __former_attrs__ (added)
  • __future_scalars__ (added)

missing implicitly exported modules innumpy (added):

  • matlib
  • matrixlib,
  • version
  • distutils (iff.python < 3.12)

@charrischarris added 08 - BackportUsed to tag backport PRs 41 - Static typing labelsJan 17, 2025
@charrischarris added this to the2.2.2 release milestoneJan 17, 2025
@charrischarris merged commit2c0432b intonumpy:maintenance/2.2.xJan 17, 2025
68 checks passed
@charrischarris deleted the backport-28170 branchJanuary 17, 2025 22:24
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
08 - BackportUsed to tag backport PRs41 - Static typing
Projects
None yet
Milestone
2.2.2 release
Development

Successfully merging this pull request may close these issues.

2 participants
@charris@jorenham

[8]ページ先頭

©2009-2025 Movatter.jp