Skip to content

Commit 5e4d919

Browse files
authored
📌 scipy 1.16.0rc1 (#524)
2 parents 86c8166 + 505ce94 commit 5e4d919

File tree

6 files changed

+461
-57
lines changed

6 files changed

+461
-57
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ jobs:
112112
run: >
113113
uv run --with="numpy==${{ matrix.numpy }}" --no-editable
114114
stubtest
115-
--tb
116-
--ignore-unused-allowlist
117115
--allowlist=.mypyignore
116+
--allowlist=.mypyignore-todo
118117
--mypy-config-file=pyproject.toml
119118
scipy

‎.mypyignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ scipy\.((_|\w)+\.)+(__test__|test|tests(\..+)?)
99
scipy\._lib\.(array_api_compat|array_api_extra|cobyqa).*
1010
scipy\.fft\._pocketfft\..*
1111

12-
# numpy re-export with wrong annotations on numpy<1.24
13-
scipy\.fftpack\.(_?helper\.)?fftfreq
14-
1512
# namespace pollution
1613
scipy\._lib\.decorator\.(DEF|ArgSpec|FunctionMaker|__init__|append|dispatch_on|get_init|getargspec|init|n_args)
17-
scipy\.special\.libsf_error_state
1814
scipy\.stats\._rcont\.rcont
1915

2016
# should this be packaged?

0 commit comments

Comments
 (0)