Skip to content
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

Update numpy requirement from <1.20,>=1.16.6 to >=1.16.6,<1.23 in /src/bindings/python #4

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

Updates the requirements on numpy to permit the latest version.

Release notes

Sourced from numpy's releases.

v1.22.1

NumPy 1.22.1 Release Notes

The NumPy 1.22.1 is maintenance release that fixes bugs discovered after the 1.22.0 release. Notable fixes are:

  • Fix f2PY docstring problems (SciPy)
  • Fix reduction type problems (AstroPy)
  • Fix various typing bugs.

The Python versions supported for this release are 3.8-3.10.

Contributors

A total of 14 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Arryan Singh
  • Bas van Beek
  • Charles Harris
  • Denis Laxalde
  • Isuru Fernando
  • Kevin Sheppard
  • Matthew Barber
  • Matti Picus
  • Melissa Weber Mendonça
  • Mukulika Pahari
  • Omid Rajaei +
  • Pearu Peterson
  • Ralf Gommers
  • Sebastian Berg

Pull requests merged

A total of 20 pull requests were merged for this release.

  • #20702: MAINT, DOC: Post 1.22.0 release fixes.
  • #20703: DOC, BUG: Use pngs instead of svgs.
  • #20704: DOC: Fixed the link on user-guide landing page
  • #20714: BUG: Restore vc141 support
  • #20724: BUG: Fix array dimensions solver for multidimensional arguments...
  • #20725: TYP: change type annotation for __array_namespace__ to ModuleType
  • #20726: TYP, MAINT: Allow ndindex to accept integer tuples
  • #20757: BUG: Relax dtype identity check in reductions
  • #20763: TYP: Allow time manipulation functions to accept date and timedelta...
  • #20768: TYP: Relax the type of ndarray.__array_finalize__
  • #20795: MAINT: Raise RuntimeError if setuptools version is too recent.
  • #20796: BUG, DOC: Fixes SciPy docs build warnings
  • #20797: DOC: fix OpenBLAS version in release note
  • #20798: PERF: Optimize array check for bounded 0,1 values

... (truncated)

Commits
  • 7ce4118 Merge pull request #20820 from charris/prepare-for-1.22.1-release
  • 5e61926 REL: Prepare for the NumPy 1.22.1 release.
  • 914b11f Merge pull request #20819 from charris/backport-20791
  • d671964 Regression test for inverse indices in array_api set functions
  • 09a379c BUG: Return correctly shaped inverse indices in array_api
  • 0674d6b Merge pull request #20815 from charris/backport-20783
  • 55a2f24 Merge pull request #20814 from charris/backport-20629
  • 95e2165 change "The NumPy community" to "NumPy Developers"
  • fb9cd1d Update Copyright to 2022
  • a19410d DOC: Refer to NumPy, not pandas, in main page
  • Additional commits viewable in compare view

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)

Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.16.6...v1.22.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 24, 2022

Dependabot tried to add @jiwaszki and @akuporos as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/evkotov/openvino/pulls/4/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the evkotov/openvino repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 24, 2022

The following labels could not be found: category: dependencies.

evkotov pushed a commit that referenced this pull request Feb 16, 2022
…toolkit#9691)

* [Transformations] Added interchangeable reshape elimination

* Applied comments #2

* returned Reshape in condition

* applied comments #3

* applied comments #4

* added comment in plugin with reason about transformation
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 27, 2022

Superseded by #21.

@dependabot dependabot bot closed this Jun 27, 2022
@dependabot dependabot bot deleted the dependabot/pip/src/bindings/python/numpy-gte-1.16.6-and-lt-1.23 branch June 27, 2022 13:25
evkotov pushed a commit that referenced this pull request Oct 28, 2022
* remove reader tests #1

* remove reader tests #2

* remove reader tests #3

* remove reader tests #4

* Add clone_with_new_inputs to visitor tests

* fixes
evkotov pushed a commit that referenced this pull request Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants