-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bump numpy from 1.20.3 to 1.22.0 in /Python #27
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/pip/Python/numpy-1.22.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.20.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Unsubscribe
…----
Lillian Thistlethwaite
On Wed, Jan 4, 2023, 3:15 PM dependabot[bot] ***@***.***> wrote:
Bumps numpy <https://github.com/numpy/numpy> from 1.20.3 to 1.22.0.
Release notes
*Sourced from numpy's releases <https://github.com/numpy/numpy/releases>.*
v1.22.0 NumPy 1.22.0 Release Notes
NumPy 1.22.0 is a big release featuring the work of 153 contributors
spread over 609 pull requests. There have been many improvements,
highlights are:
- Annotations of the main namespace are essentially complete. Upstream
is a moving target, so there will likely be further improvements, but the
major work is done. This is probably the most user visible enhancement in
this release.
- A preliminary version of the proposed Array-API is provided. This is
a step in creating a standard collection of functions that can be used
across application such as CuPy and JAX.
- NumPy now has a DLPack backend. DLPack provides a common interchange
format for array (tensor) data.
- New methods for quantile, percentile, and related functions. The new
methods provide a complete set of the methods commonly found in the
literature.
- A new configurable allocator for use by downstream projects.
These are in addition to the ongoing work to provide SIMD support for
commonly used functions, improvements to F2PY, and better documentation.
The Python versions supported in this release are 3.8-3.10, Python 3.7 has
been dropped. Note that 32 bit wheels are only provided for Python 3.8 and
3.9 on Windows, all other wheels are 64 bits on account of Ubuntu, Fedora,
and other Linux distributions dropping 32 bit support. All 64 bit wheels
are also linked with 64 bit integer OpenBLAS, which should fix the
occasional problems encountered by folks using truly huge arrays.
Expired deprecations Deprecated numeric style dtype strings have been
removed
Using the strings "Bytes0", "Datetime64", "Str0", "Uint32", and "Uint64"
as a dtype will now raise a TypeError.
(gh-19539 <https://github-redirect.dependabot.com/numpy/numpy/pull/19539>)
Expired deprecations for loads, ndfromtxt, and mafromtxt in npyio
numpy.loads was deprecated in v1.15, with the recommendation that users
use pickle.loads instead. ndfromtxt and mafromtxt were both deprecated in
v1.17 - users should use numpy.genfromtxt instead with the appropriate
value for the usemask parameter.
(gh-19615 <https://github-redirect.dependabot.com/numpy/numpy/pull/19615>)
... (truncated)
Commits
- 4adc87d
<numpy/numpy@4adc87d>
Merge pull request #20685
<https://github-redirect.dependabot.com/numpy/numpy/issues/20685> from
charris/prepare-for-1.22.0-release
- fd66547
<numpy/numpy@fd66547>
REL: Prepare for the NumPy 1.22.0 release.
- 125304b
<numpy/numpy@125304b>
wip
- c283859
<numpy/numpy@c283859>
Merge pull request #20682
<https://github-redirect.dependabot.com/numpy/numpy/issues/20682> from
charris/backport-20416
- 5399c03
<numpy/numpy@5399c03>
Merge pull request #20681
<https://github-redirect.dependabot.com/numpy/numpy/issues/20681> from
charris/backport-20954
- f9c45f8
<numpy/numpy@f9c45f8>
Merge pull request #20680
<https://github-redirect.dependabot.com/numpy/numpy/issues/20680> from
charris/backport-20663
- 794b36f
<numpy/numpy@794b36f>
Update armccompiler.py
- d93b14e
<numpy/numpy@d93b14e>
Update test_public_api.py
- 7662c07
<numpy/numpy@7662c07>
Update *init*.py
- 311ab52
<numpy/numpy@311ab52>
Update armccompiler.py
- Additional commits viewable in compare view
<numpy/numpy@v1.20.3...v1.22.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 the Security
Alerts page <https://github.com/BRL-BCM/CTD/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#27
Commit Summary
- d63d1ee
<d63d1ee>
Bump numpy from 1.20.3 to 1.22.0 in /Python
File Changes
(1 file <https://github.com/BRL-BCM/CTD/pull/27/files>)
- *M* Python/requirements.txt
<https://github.com/BRL-BCM/CTD/pull/27/files#diff-662a45d2f27ef29fbad61a229677fb1d38760f9a01e3e8029a3546d6eb37f07f>
(2)
Patch Links:
- https://github.com/BRL-BCM/CTD/pull/27.patch
- https://github.com/BRL-BCM/CTD/pull/27.diff
—
Reply to this email directly, view it on GitHub
<#27>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7LJ67CCYW5IHPTVKMJODDWQXK5BANCNFSM6AAAAAATRFW73M>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps numpy from 1.20.3 to 1.22.0.
Release notes
Sourced from numpy's releases.
... (truncated)
Commits
4adc87d
Merge pull request #20685 from charris/prepare-for-1.22.0-releasefd66547
REL: Prepare for the NumPy 1.22.0 release.125304b
wipc283859
Merge pull request #20682 from charris/backport-204165399c03
Merge pull request #20681 from charris/backport-20954f9c45f8
Merge pull request #20680 from charris/backport-20663794b36f
Update armccompiler.pyd93b14e
Update test_public_api.py7662c07
Update init.py311ab52
Update armccompiler.pyDependabot 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 languageYou can disable automated security fix PRs for this repo from the Security Alerts page.