Skip to content

Commit 8cb6f0f

Browse files
jorenhamjulvdb
authored andcommitted
🗑️ special.comb: remove expired @deprecated non-integer exact=True overloads
1 parent 46b1d41 commit 8cb6f0f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎scipy-stubs/special/_basic.pyi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -380,12 +380,6 @@ def clpmn(m: onp.ToInt, n: onp.ToInt, z: _ToComplexOrND, type: L[2, 3] = 3) -> _
380380
@overload
381381
def comb(N: onp.ToInt | onp.Array0D[npc.integer], k: onp.ToInt, *, exact: onp.ToTrue, repetition: op.CanBool = False) -> int: ...
382382
@overload
383-
@deprecated("`exact=True` is deprecated for non-integer `N` and `k` and will raise an error in SciPy 1.16.0")
384-
def comb(N: onp.ToFloat, k: onp.ToJustFloat, *, exact: onp.ToTrue, repetition: op.CanBool = False) -> _f: ...
385-
@overload
386-
@deprecated("`exact=True` is deprecated for non-integer `N` and `k` and will raise an error in SciPy 1.16.0")
387-
def comb(N: onp.ToJustFloat, k: onp.ToFloat, *, exact: onp.ToTrue, repetition: op.CanBool = False) -> _f: ...
388-
@overload
389383
def comb(N: onp.ToFloat, k: onp.ToFloat, *, exact: onp.ToFalse = False, repetition: op.CanBool = False) -> _f: ...
390384
@overload
391385
def comb(N: _ToFloatOrND, k: onp.ToFloatND, *, exact: onp.ToFalse = False, repetition: op.CanBool = False) -> _f_nd: ...

0 commit comments

Comments
 (0)