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

Bump numpy from 1.8.2 to 1.21.0#6

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

Closed
dependabot wants to merge1 commit intomasterfromdependabot/pip/numpy-1.21.0

Conversation

dependabot[bot]
Copy link

@dependabotdependabotbot commented on behalf ofgithubJun 17, 2022

Bumpsnumpy from 1.8.2 to 1.21.0.

Release notes

Sourced fromnumpy's releases.

v1.21.0

NumPy 1.21.0 Release Notes

The NumPy 1.21.0 release highlights are

  • continued SIMD work covering more functions and platforms,
  • initial work on the new dtype infrastructure and casting,
  • universal2 wheels for Python 3.8 and Python 3.9 on Mac,
  • improved documentation,
  • improved annotations,
  • newPCG64DXSM bitgenerator for random numbers.

In addition there are the usual large number of bug fixes and otherimprovements.

The Python versions supported for this release are 3.7-3.9. Officialsupport for Python 3.10 will be added when it is released.

⚠️ Warning: there are unresolved problems compiling NumPy 1.21.0 with gcc-11.1 .

  • Optimization level-O3 results in many wrong warnings when running the tests.
  • On some hardware NumPy will hang in an infinite loop.

New functions

Add PCG64DXSM BitGenerator

Uses of the PCG64 BitGenerator in a massively-parallel context havebeen shown to have statistical weaknesses that were not apparent at thefirst release in numpy 1.17. Most users will never observe this weaknessand are safe to continue to use PCG64. We have introduced a newPCG64DXSM BitGenerator that will eventually become the new defaultBitGenerator implementation used bydefault_rng in future releases.PCG64DXSM solves the statistical weakness while preserving theperformance and the features of PCG64.

Seeupgrading-pcg64 for more details.

(gh-18906)

Expired deprecations

  • Theshape argumentnumpy.unravel_index cannot bepassed asdims keyword argument anymore. (Was deprecated in NumPy1.16.)

... (truncated)

Commits
  • b235f9e Merge pull request#19283 from charris/prepare-1.21.0-release
  • 34aebc2 MAINT: Update 1.21.0-notes.rst
  • 493b64b MAINT: Update 1.21.0-changelog.rst
  • 07d7e72 MAINT: Remove accidentally created directory.
  • 032fca5 Merge pull request#19280 from charris/backport-19277
  • 7d25b81 BUG: Fix refcount leak in ResultType
  • fa5754e BUG: Add missing DECREF in new path
  • 61127bb Merge pull request#19268 from charris/backport-19264
  • 143d45f Merge pull request#19269 from charris/backport-19228
  • d80e473 BUG: Removed typing for == and != in dtypes
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Bumps [numpy](https://github.com/numpy/numpy) from 1.8.2 to 1.21.0.- [Release notes](https://github.com/numpy/numpy/releases)- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)- [Commits](numpy/numpy@v1.8.2...v1.21.0)---updated-dependencies:- dependency-name: numpy  dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelJun 17, 2022
@dependabot@github
Copy link
Author

dependabotbot commented on behalf ofgithubJun 22, 2022

Superseded by#8.

@dependabotdependabotbot closed thisJun 22, 2022
@dependabotdependabotbot deleted the dependabot/pip/numpy-1.21.0 branchJune 22, 2022 03:06
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
dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp