Skip to content

Commit c3d5b24

Browse files
numpy v2.1.2 (#333)
automerged PR by conda-forge/automerge-action
2 parents 9f2a921 + 0954814 commit c3d5b24

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.scripts/build_steps.sh

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_win_build.bat

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build-locally.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "2.1.1" %}
1+
{% set version = "2.1.2" %}
22
{% set dev = "" %}
33
# numpy will by default use the ABI feature level for the first numpy version
44
# that added support for the oldest currently-supported CPython version; see
@@ -15,15 +15,15 @@ source:
1515
# the submodules (not in tarball due to dear-github/dear-github#214); for the
1616
# list of modules see https://github.com/numpy/numpy/blob/main/.gitmodules
1717
- url: https://github.com/numpy/numpy/archive/refs/tags/v{{ version }}{{ dev }}.tar.gz
18-
sha256: 89c79c707faae3c432c44fa41f24a9ff7e542dccfa65c288ff8b7a49de8c11df
18+
sha256: 6a6345a3bf23f5002f035fd3e74336ef43fc7b82133050c81f728beedac311f3
1919
# https://github.com/numpy/numpy/tree/v{{ version }}/numpy/_core/src
2020
- folder: numpy/_core/src/highway
2121
git_url: https://github.com/google/highway.git
2222
git_rev: 5975f5ef76c3e4364844d869454046f0f8420ef8
2323
# https://github.com/numpy/numpy/tree/v{{ version }}/numpy/_core/src/common
2424
- folder: numpy/_core/src/common/pythoncapi-compat
2525
git_url: https://github.com/python/pythoncapi-compat.git
26-
git_rev: ea1f7f6eac63ff401937515638252402ff33dccb
26+
git_rev: 2d18aecd7b2f549d38a13e27b682ea4966f37bd8
2727
# https://github.com/numpy/numpy/tree/v{{ version }}/numpy/_core/src/npysort
2828
- folder: numpy/_core/src/npysort/x86-simd-sort
2929
git_url: https://github.com/intel/x86-simd-sort.git

0 commit comments

Comments
 (0)