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

Bump numpy from 1.25.2 to 1.26.0 in /docker/chromium #20106

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps numpy from 1.25.2 to 1.26.0.

Release notes

Sourced from numpy's releases.

v1.26.0

NumPy 1.26.0 Release Notes

The NumPy 1.26.0 release is a continuation of the 1.25.x release cycle with the addition of Python 3.12.0 support. Python 3.12 dropped distutils, consequently supporting it required finding a replacement for the setup.py/distutils based build system NumPy was using. We have chosen to use the Meson build system instead, and this is the first NumPy release supporting it. This is also the first release that supports Cython 3.0 in addition to retaining 0.29.X compatibility. Supporting those two upgrades was a large project, over 100 files have been touched in this release. The changelog doesn't capture the full extent of the work, special thanks to Ralf Gommers, Sayed Adel, Stéfan van der Walt, and Matti Picus who did much of the work in the main development branch.

The highlights of this release are:

  • Python 3.12.0 support.
  • Cython 3.0.0 compatibility.
  • Use of the Meson build system
  • Updated SIMD support
  • f2py fixes, meson and bind(x) support
  • Support for the updated Accelerate BLAS/LAPACK library

The Python versions supported in this release are 3.9-3.12.

New Features

Array API v2022.12 support in numpy.array_api

numpy.array_api now full supports the v2022.12 version of the array API standard. Note that this does not yet include the optional fft extension in the standard.

(gh-23789)

Support for the updated Accelerate BLAS/LAPACK library

Support for the updated Accelerate BLAS/LAPACK library, including ILP64 (64-bit integer) support, in macOS 13.3 has been added. This brings arm64 support, and significant performance improvements of up to 10x for commonly used linear algebra operations. When Accelerate is selected at build time, the 13.3+ version will automatically be used if available.

(gh-24053)

meson backend for f2py

f2py in compile mode (i.e. f2py -c) now accepts the

... (truncated)

Commits
  • d35cd07 Merge pull request #24722 from charris/prepare-1.26.0-release
  • 2f7c195 REL: Prepare for the NumPy 1.26.0 release
  • c550abf Merge pull request #24718 from rgommers/doc-update
  • 4893b24 DEV: improve spin docs command
  • 44fe37c DOC: fix two cross-references to SciPy docs in "building from source"
  • f2121dc DOC: Fix doc build warning for random.
  • ca97802 Merge pull request #24707 from charris/backport-24705
  • 92aab8c TYP: Use collections.abc.Buffer in the npt.ArrayLike definition
  • 56e580d TYP: Use collections.abc.Buffer in the Array API
  • 5ef53c6 TYP: Add annotations for the py3.12 buffer protocol
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 18, 2023
@github-actions github-actions bot enabled auto-merge (squash) September 18, 2023 14:14
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/chromium:117.0.5938.74295
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/chromium/tags
Get started by pulling the image:

docker pull devdemisto/chromium:117.0.5938.74295

Docker Metadata

  • Image Size: 523.69 MB
  • Image ID: sha256:17a1bef4fbd3902aa0f2d66bbb85daaa6600d3cf1eb810a42496cba4b4a5aa37
  • Created: 2023-09-18T14:17:33.545022862Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/chromium:117.0.5938.74295
    • CHROME_EXE=/opt/google/chrome/google-chrome
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:0e0f892ef3e8e320870951b13cbd0141666f93cc
    • org.opencontainers.image.version:117.0.5938.74295

@dependabot dependabot bot force-pushed the dependabot/pip/docker/chromium/numpy-1.26.0 branch from 0e0f892 to 5e15440 Compare September 18, 2023 14:35
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/chromium:117.0.5938.74328
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/chromium/tags
Get started by pulling the image:

docker pull devdemisto/chromium:117.0.5938.74328

Docker Metadata

  • Image Size: 523.69 MB
  • Image ID: sha256:5eaf4c553e8a01b6395df92f8c837fcc12db59db0b7387de1399c8e44b19a859
  • Created: 2023-09-18T14:39:06.589282272Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/chromium:117.0.5938.74328
    • CHROME_EXE=/opt/google/chrome/google-chrome
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:5e15440081a69988c34a639b31414ae4f21675cf
    • org.opencontainers.image.version:117.0.5938.74328

@dependabot dependabot bot force-pushed the dependabot/pip/docker/chromium/numpy-1.26.0 branch from 5e15440 to 9f4e784 Compare September 18, 2023 14:57
@dependabot dependabot bot force-pushed the dependabot/pip/docker/chromium/numpy-1.26.0 branch from 9f4e784 to abcf700 Compare September 18, 2023 15:02
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/chromium:117.0.5938.74396
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/chromium/tags
Get started by pulling the image:

docker pull devdemisto/chromium:117.0.5938.74396

Docker Metadata

  • Image Size: 523.69 MB
  • Image ID: sha256:d8fbeb475d84fd3d1e158b42e178d7ca12e31035bcf5d801bc985fdcd223a523
  • Created: 2023-09-18T15:05:21.387580861Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/chromium:117.0.5938.74396
    • CHROME_EXE=/opt/google/chrome/google-chrome
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:abcf7006b4be1d252dfe28b92090d836ca1af8ef
    • org.opencontainers.image.version:117.0.5938.74396

@dependabot dependabot bot force-pushed the dependabot/pip/docker/chromium/numpy-1.26.0 branch from abcf700 to a6da2b1 Compare September 18, 2023 15:18
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/chromium:117.0.5938.74407
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/chromium/tags
Get started by pulling the image:

docker pull devdemisto/chromium:117.0.5938.74407

Docker Metadata

  • Image Size: 523.69 MB
  • Image ID: sha256:e251ead968dee482dc4e78959cb7e5e474ab2efb41e2ca142573db9e1bc3a4b4
  • Created: 2023-09-18T15:22:06.583892789Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/chromium:117.0.5938.74407
    • CHROME_EXE=/opt/google/chrome/google-chrome
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:a6da2b144a988b432ef1c8fc051bd66bf1f367b9
    • org.opencontainers.image.version:117.0.5938.74407

@dependabot dependabot bot force-pushed the dependabot/pip/docker/chromium/numpy-1.26.0 branch from a6da2b1 to 29f940f Compare September 22, 2023 15:04
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/chromium:117.0.5938.75572
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/chromium/tags
Get started by pulling the image:

docker pull devdemisto/chromium:117.0.5938.75572

Docker Metadata

  • Image Size: 523.92 MB
  • Image ID: sha256:0a084982fd8ed8bfb23b957ddb869586ec84433a197fe436152476b311b90290
  • Created: 2023-09-22T15:07:56.79256185Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/chromium:117.0.5938.75572
    • CHROME_EXE=/opt/google/chrome/google-chrome
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:29f940f30ecc3fdb3d6f25165b2cb8767261d3a7
    • org.opencontainers.image.version:117.0.5938.75572

@dependabot dependabot bot force-pushed the dependabot/pip/docker/chromium/numpy-1.26.0 branch from 29f940f to daa590d Compare October 3, 2023 20:42
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/chromium:117.0.5938.76603
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/chromium/tags
Get started by pulling the image:

docker pull devdemisto/chromium:117.0.5938.76603

Docker Metadata

  • Image Size: 534.45 MB
  • Image ID: sha256:728c3e3513f8cafc64894ff9151f0ed38b7c1c83deef8117da63a3d7e87f1185
  • Created: 2023-10-03T20:45:48.209038806Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/chromium:117.0.5938.76603
    • CHROME_EXE=/opt/google/chrome/google-chrome
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:daa590dd7a5595cf10fe52d90d6f8d377ab6ab9d
    • org.opencontainers.image.version:117.0.5938.76603

@dependabot dependabot bot force-pushed the dependabot/pip/docker/chromium/numpy-1.26.0 branch from daa590d to 035ddbd Compare October 8, 2023 11:52
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/chromium:117.0.5938.76806
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/chromium/tags
Get started by pulling the image:

docker pull devdemisto/chromium:117.0.5938.76806

Docker Metadata

  • Image Size: 538.81 MB
  • Image ID: sha256:84d58065b7914469a3a463f6303b96726d141c03910816c7b974ff36d79ad6b8
  • Created: 2023-10-08T11:56:34.876787921Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/chromium:117.0.5938.76806
    • CHROME_EXE=/opt/google/chrome/google-chrome
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:035ddbdb5b7d03351099468dbdace477663428ac
    • org.opencontainers.image.version:117.0.5938.76806

Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 1.26.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.25.2...v1.26.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/docker/chromium/numpy-1.26.0 branch from 035ddbd to 38d0e98 Compare October 10, 2023 15:50
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/chromium:117.0.5938.76978
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/chromium/tags
Get started by pulling the image:

docker pull devdemisto/chromium:117.0.5938.76978

Docker Metadata

  • Image Size: 539.38 MB
  • Image ID: sha256:0995e23782818987a35c64009a0a426666251c5fea1eec221fe62ecd636b58ad
  • Created: 2023-10-10T15:54:11.739346697Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe
    • DOCKER_IMAGE=devdemisto/chromium:117.0.5938.76978
    • CHROME_EXE=/opt/google/chrome/google-chrome
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:38d0e98ac35d77a2458d07ef7e660faaba3ff32e
    • org.opencontainers.image.version:117.0.5938.76978

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

Looks like numpy is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 16, 2023
auto-merge was automatically disabled October 16, 2023 09:58

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/docker/chromium/numpy-1.26.0 branch October 16, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant