IshanManchanda / DeepFryBot

Discord bot for all your deep frying needs. Cookbook included.
MIT License
5 stars 0 forks source link

Bump numba from 0.52.0 to 0.53.1 #155

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps numba from 0.52.0 to 0.53.1.

Release notes

Sourced from numba's releases.

Version 0.53.1

This is a bugfix release for 0.53.0. It contains the following four pull-requests which fix two critical regressions and two build failures reported by the openSuSe team:

  • PR #6851 set non-reported llvm timing values to 0.0
  • PR #6837 Ignore warnings from packaging module when testing import behaviour.
  • PR #6828 Fix regression in CUDA: Set stream in mapped and managed array device_setup
  • PR #6826 Fix regression on gufunc serialization

Version 0.53.0

Highlights of core changes:

  • Support for Python 3.9
  • Function sub-typing
  • Initial support for dynamic gufuncs (i.e. from @​guvectorize)
  • Parallel Accelerator (@​njit(parallel=True) now supports Fortran ordered arrays

Please find details in the change log and the announcement post on Discourse.

Commits
  • 97fe221 Merge pull request #6866 from esc/misc/0.53.1
  • 8e7a0ef Update changelog for 0.53.1
  • b554c30 Merge pull request #6851 from bnavigator/llvm-timings-empty-column
  • 5c1ff12 Merge pull request #6826 from sklam/fix/iss6821
  • f52e1f6 Merge pull request #6837 from stuartarchibald/fix/6831
  • 46c5db4 Merge pull request #6828 from gmarkall/grm-issue-6827
  • f23ef8f Merge pull request #6816 from sklam/misc/rel0.53.0final
  • af68d22 Update changelog for 0.53.0 final
  • 1c882cb Merge pull request #6792 from sklam/misc/changelog0.53.0rc3
  • d9d49c3 Merge pull request #6791 from sklam/misc/release0.53.0rc3
  • Additional commits viewable in compare 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[bot] commented 3 years ago

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 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.