Skip to content

Commit 6ab988d

Browse files
authored
Merge pull request #68 from IAlibay/v2.8.0
v2.8.0
2 parents b08c969 + 0814a36 commit 6ab988d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+682
-924
lines changed

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 37 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 20 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 12 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_numpy1.22python3.9.____cpython.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.ci_support/linux_64_numpy1.22python3.10.____cpython.yaml renamed to .ci_support/linux_64_python3.10.____cpython.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '12'
4+
- '13'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
59
cdt_name:
6-
- cos6
10+
- conda
711
channel_sources:
812
- conda-forge
913
channel_targets:
1014
- conda-forge main
1115
cxx_compiler:
1216
- gxx
1317
cxx_compiler_version:
14-
- '12'
18+
- '13'
1519
docker_image:
16-
- quay.io/condaforge/linux-anvil-cos7-x86_64
20+
- quay.io/condaforge/linux-anvil-x86_64:alma9
1721
numpy:
18-
- '1.22'
22+
- '2.0'
1923
pin_run_as_build:
2024
python:
2125
min_pin: x.x

.ci_support/linux_64_numpy1.23python3.11.____cpython.yaml renamed to .ci_support/linux_64_python3.11.____cpython.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '12'
4+
- '13'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
59
cdt_name:
6-
- cos6
10+
- conda
711
channel_sources:
812
- conda-forge
913
channel_targets:
1014
- conda-forge main
1115
cxx_compiler:
1216
- gxx
1317
cxx_compiler_version:
14-
- '12'
18+
- '13'
1519
docker_image:
16-
- quay.io/condaforge/linux-anvil-cos7-x86_64
20+
- quay.io/condaforge/linux-anvil-x86_64:alma9
1721
numpy:
18-
- '1.23'
22+
- '2.0'
1923
pin_run_as_build:
2024
python:
2125
min_pin: x.x

.ci_support/linux_64_numpy1.26python3.12.____cpython.yaml renamed to .ci_support/linux_64_python3.12.____cpython.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '12'
4+
- '13'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
59
cdt_name:
6-
- cos6
10+
- conda
711
channel_sources:
812
- conda-forge
913
channel_targets:
1014
- conda-forge main
1115
cxx_compiler:
1216
- gxx
1317
cxx_compiler_version:
14-
- '12'
18+
- '13'
1519
docker_image:
16-
- quay.io/condaforge/linux-anvil-cos7-x86_64
20+
- quay.io/condaforge/linux-anvil-x86_64:alma9
1721
numpy:
18-
- '1.26'
22+
- '2.0'
1923
pin_run_as_build:
2024
python:
2125
min_pin: x.x

0 commit comments

Comments
 (0)