Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2022

Bumps numpy from 1.16.1 to 1.22.0.

Release notes

Sourced from numpy's 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)

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)

... (truncated)

Commits

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 the Security Alerts page.

jonc101 and others added 30 commits April 24, 2020 17:46
Added more `__init__py`s to include more tests (some of them might be obsolete, of course).
Converted `medinfo/web` to Python3 (Apache 2.4 + appropriate mod_wsgi version (depends on exact python version, apache version, etc.).
Fixed bugs in `CPOETrackerAnalysis`:
- correct version extraction from json file names ('.' might be in the path too, which'll break version extraction),
- for v5 cases - related order might've been attributed to manual ones since they weren't excluded using mode='related',
- for v5 cases - related orders weren't attributed to recommended ones correctly as `mode` comparison wasn't case-insensitive,
- for v5 cases - signed manual orders weren't filtering correctly `listIndices`.
Removed `scripts\GoogleCloud\Sheets\__init__.py` as this was including non-test in `TestCDSS.py`.
Readded `SupervisedLearner_*.py` classes as they were referenced from `SupervisedLearner.py`.
…h row.

For v4, v5 json added ignoring discontinuations of orders by matching them with results collection.
…ns in signed orders collection.

Previous changes are merged with python3 migration branch as the changes were done on migrated codebase.
…ns-counting-fix

Issue #330: Fixed incorrectly counting other orders as discontinuatio…
…ed binaries and some placeholders for further updates to explain how to make things work with Python 3 + Apache 2.4 instead of current instructions intended for Python 2.7 + Apache 2.2
…date to reflect Python 3.6+ with additional notes and example to illustrate command-line argument parsing and setUp, tearDown of a temporary file.
…e necessary, or even conflict with alternative (API-based) connection options
…t server, with more notes on using Machine Images to scale up (didn't seem to work with hard disk snapshot? Just copied a blank disk?)
sajjadfouladvand and others added 27 commits February 22, 2022 13:17
…t encounters. Still need to convert into rates and support, confidence, lift/interest, etc.
…iously screening per specialty-diagnosis count, not per proc order - specialty - diagnosis count)
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.1 to 1.22.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.16.1...v1.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the DependencyRisk Depends on someone else, so can't assure attention label Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DependencyRisk Depends on someone else, so can't assure attention

Projects

None yet

Development

Successfully merging this pull request may close these issues.