You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/22 05:10:38 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

dependabot[bot] opened a new pull request, #21976:
URL: https://github.com/apache/beam/pull/21976

   Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.22.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/numpy/numpy/releases">numpy's releases</a>.</em></p>
   <blockquote>
   <h2>v1.22.0</h2>
   <h1>NumPy 1.22.0 Release Notes</h1>
   <p>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:</p>
   <ul>
   <li>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.</li>
   <li>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.</li>
   <li>NumPy now has a DLPack backend. DLPack provides a common interchange
   format for array (tensor) data.</li>
   <li>New methods for <code>quantile</code>, <code>percentile</code>, and related functions. The
   new methods provide a complete set of the methods commonly found in
   the literature.</li>
   <li>A new configurable allocator for use by downstream projects.</li>
   </ul>
   <p>These are in addition to the ongoing work to provide SIMD support for
   commonly used functions, improvements to F2PY, and better documentation.</p>
   <p>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.</p>
   <h2>Expired deprecations</h2>
   <h3>Deprecated numeric style dtype strings have been removed</h3>
   <p>Using the strings <code>&quot;Bytes0&quot;</code>, <code>&quot;Datetime64&quot;</code>, <code>&quot;Str0&quot;</code>, <code>&quot;Uint32&quot;</code>,
   and <code>&quot;Uint64&quot;</code> as a dtype will now raise a <code>TypeError</code>.</p>
   <p>(<a href="https://github-redirect.dependabot.com/numpy/numpy/pull/19539">gh-19539</a>)</p>
   <h3>Expired deprecations for <code>loads</code>, <code>ndfromtxt</code>, and <code>mafromtxt</code> in npyio</h3>
   <p><code>numpy.loads</code> was deprecated in v1.15, with the recommendation that
   users use <code>pickle.loads</code> instead. <code>ndfromtxt</code> and <code>mafromtxt</code> were both
   deprecated in v1.17 - users should use <code>numpy.genfromtxt</code> instead with
   the appropriate value for the <code>usemask</code> parameter.</p>
   <p>(<a href="https://github-redirect.dependabot.com/numpy/numpy/pull/19615">gh-19615</a>)</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/numpy/numpy/commit/4adc87dff15a247e417d50f10cc4def8e1c17a03"><code>4adc87d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/20685">#20685</a> from charris/prepare-for-1.22.0-release</li>
   <li><a href="https://github.com/numpy/numpy/commit/fd66547557f57c430d41be2fc0764f74a62e8ccf"><code>fd66547</code></a> REL: Prepare for the NumPy 1.22.0 release.</li>
   <li><a href="https://github.com/numpy/numpy/commit/125304b035effcd82e366e601b102e7347eaa9ba"><code>125304b</code></a> wip</li>
   <li><a href="https://github.com/numpy/numpy/commit/c283859128b1a4b57014581570a23ed7950a24ea"><code>c283859</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/20682">#20682</a> from charris/backport-20416</li>
   <li><a href="https://github.com/numpy/numpy/commit/5399c03d4a069fe81a1616be0184c9749d7271ee"><code>5399c03</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/20681">#20681</a> from charris/backport-20954</li>
   <li><a href="https://github.com/numpy/numpy/commit/f9c45f8ebf31340b1a5a0371bfca25afcfc4794e"><code>f9c45f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/20680">#20680</a> from charris/backport-20663</li>
   <li><a href="https://github.com/numpy/numpy/commit/794b36f7e1bf2a8c42774ab0db86a74bd32f674b"><code>794b36f</code></a> Update armccompiler.py</li>
   <li><a href="https://github.com/numpy/numpy/commit/d93b14e3d7abaa1d837825e51671f817788e120f"><code>d93b14e</code></a> Update test_public_api.py</li>
   <li><a href="https://github.com/numpy/numpy/commit/7662c0789cc6a70d5ad4d950ee2e95f3afef7df6"><code>7662c07</code></a> Update <strong>init</strong>.py</li>
   <li><a href="https://github.com/numpy/numpy/commit/311ab52488a7d096ac3bc4c2de0fdae17ecd13ef"><code>311ab52</code></a> Update armccompiler.py</li>
   <li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.21.6...v1.22.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=numpy&package-manager=pip&previous-version=1.21.6&new-version=1.22.0)](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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/beam/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1162705938

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @ryanthompson591 for label python.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] pabloem commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
pabloem commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1169230440

   Run Portable_Python PreCommit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] pabloem closed pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
pabloem closed pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37
URL: https://github.com/apache/beam/pull/21976


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] pabloem commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
pabloem commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1169230325

   Run PythonDocker PreCommit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] asf-ci commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1162648967

   Can one of the admins verify this patch?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] pabloem commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
pabloem commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1167760089

   Run Portable_Python PreCommit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1170611529

   [release notes](https://numpy.org/devdocs/release/1.22.0-notes.html#python-3-7-is-no-longer-supported) say Python 3.7 support was dropped.
   
   Also dependabot shouldn't be messing with these requirements files, they're supposed to be generated with Beam infra: https://github.com/apache/beam/blob/cc48828cc836a4860546ff3606271c4ff41376fc/sdks/python/container/py37/base_image_requirements.txt#L16-L22
   
   I think that @tvalentyn and @damccorm may already be aware of this, but I'll ping to be sure. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] asf-ci commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1162648971

   Can one of the admins verify this patch?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] pabloem commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
pabloem commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1170598478

   @TheNeuralBit hmm I have not looked into whether the Portable_Python and PythonDocker failures could be due to the numpy upgrades. I can look, but I'd like to ask you first: Do you think it's possible that the numpy upgrade could cause this breakage?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit closed pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
TheNeuralBit closed pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37
URL: https://github.com/apache/beam/pull/21976


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] asf-ci commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1162648964

   Can one of the admins verify this patch?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] codecov[bot] commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1162659294

   # [Codecov](https://codecov.io/gh/apache/beam/pull/21976?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#21976](https://codecov.io/gh/apache/beam/pull/21976?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (8b6abe2) into [master](https://codecov.io/gh/apache/beam/commit/2574f9106c75e413310dcb7756952889da3fe7cd?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (2574f91) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #21976   +/-   ##
   =======================================
     Coverage   73.99%   73.99%           
   =======================================
     Files         703      703           
     Lines       92934    92934           
   =======================================
     Hits        68767    68767           
     Misses      22901    22901           
     Partials     1266     1266           
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | python | `83.58% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/beam/pull/21976?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/beam/pull/21976?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [2574f91...8b6abe2](https://codecov.io/gh/apache/beam/pull/21976?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] pabloem commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
pabloem commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1167759945

   Run PythonDocker PreCommit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] dependabot[bot] commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1166389225

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] asf-ci commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1162648969

   Can one of the admins verify this patch?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] asf-ci commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
asf-ci commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1162648962

   Can one of the admins verify this patch?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #21976: Bump numpy from 1.21.6 to 1.22.0 in /sdks/python/container/py37

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #21976:
URL: https://github.com/apache/beam/pull/21976#issuecomment-1163227793

   R: @pabloem for final approval


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org