✨ new scipy.differentiate
sub-package in 1.15
#258
Labels
scipy.differentiate
since 1.15.0
stubs: api change
SciPy API changes following a release
topic: upstream release
SciPy releases
Milestone
It consists of the following public array-api compatible (see #140) functions:
derivative
jacobian
hessian
They accept 2 non-keyword-only arguments
f
andx
, butf
only accepts*args
inderivative
.The text was updated successfully, but these errors were encountered: