@@ -524,49 +524,31 @@ def gradient(
524524) -> _nt .Array1D [_InexactTimeT ] | Any : ...
525525@overload # 1d, known inexact scalar-type
526526def gradient (
527- f : _nt .Array1D [_InexactTimeT ],
528- * varargs : _nt .CoComplex_nd ,
529- axis : _nt .ToShape | None = None ,
530- edge_order : L [1 , 2 ] = 1 ,
527+ f : _nt .Array1D [_InexactTimeT ], * varargs : _nt .CoComplex_nd , axis : _nt .ToShape | None = None , edge_order : L [1 , 2 ] = 1
531528) -> _nt .Array1D [_InexactTimeT ]: ...
532529@overload # 2d, known inexact scalar-type
533530def gradient (
534- f : _nt .Array2D [_InexactTimeT ],
535- * varargs : _nt .CoComplex_nd ,
536- axis : _nt .ToShape | None = None ,
537- edge_order : L [1 , 2 ] = 1 ,
531+ f : _nt .Array2D [_InexactTimeT ], * varargs : _nt .CoComplex_nd , axis : _nt .ToShape | None = None , edge_order : L [1 , 2 ] = 1
538532) -> _Mesh2 [_InexactTimeT , _InexactTimeT ]: ...
539533@overload # 3d, known inexact scalar-type
540534def gradient (
541- f : _nt .Array3D [_InexactTimeT ],
542- * varargs : _nt .CoComplex_nd ,
543- axis : _nt .ToShape | None = None ,
544- edge_order : L [1 , 2 ] = 1 ,
535+ f : _nt .Array3D [_InexactTimeT ], * varargs : _nt .CoComplex_nd , axis : _nt .ToShape | None = None , edge_order : L [1 , 2 ] = 1
545536) -> _Mesh3 [_InexactTimeT , _InexactTimeT , _InexactTimeT ]: ...
546537@overload # ?d, datetime64 scalar-type
547538def gradient (
548539 f : _ArrayNoD [np .datetime64 ], * varargs : _nt .CoComplex_nd , axis : _nt .ToShape | None = None , edge_order : L [1 , 2 ] = 1
549540) -> _nt .Array1D [np .timedelta64 ] | tuple [_nt .Array [np .timedelta64 ], ...]: ...
550541@overload # 1d, datetime64 scalar-type
551542def gradient (
552- f : _nt .Array1D [np .datetime64 ],
553- * varargs : _nt .CoComplex_nd ,
554- axis : _nt .ToShape | None = None ,
555- edge_order : L [1 , 2 ] = 1 ,
543+ f : _nt .Array1D [np .datetime64 ], * varargs : _nt .CoComplex_nd , axis : _nt .ToShape | None = None , edge_order : L [1 , 2 ] = 1
556544) -> _nt .Array1D [np .timedelta64 ]: ...
557545@overload # 2d, datetime64 scalar-type
558546def gradient (
559- f : _nt .Array2D [np .datetime64 ],
560- * varargs : _nt .CoComplex_nd ,
561- axis : _nt .ToShape | None = None ,
562- edge_order : L [1 , 2 ] = 1 ,
547+ f : _nt .Array2D [np .datetime64 ], * varargs : _nt .CoComplex_nd , axis : _nt .ToShape | None = None , edge_order : L [1 , 2 ] = 1
563548) -> _Mesh2 [np .timedelta64 , np .timedelta64 ]: ...
564549@overload # 3d, datetime64 scalar-type
565550def gradient (
566- f : _nt .Array3D [np .datetime64 ],
567- * varargs : _nt .CoComplex_nd ,
568- axis : _nt .ToShape | None = None ,
569- edge_order : L [1 , 2 ] = 1 ,
551+ f : _nt .Array3D [np .datetime64 ], * varargs : _nt .CoComplex_nd , axis : _nt .ToShape | None = None , edge_order : L [1 , 2 ] = 1
570552) -> _Mesh3 [np .timedelta64 , np .timedelta64 , np .timedelta64 ]: ...
571553@overload # 1d float-like
572554def gradient (
@@ -1337,11 +1319,7 @@ def median(
13371319) -> _nt .Array [np .float64 ]: ...
13381320@overload # float array-like, axis=<given>
13391321def median (
1340- a : _nt .SequenceND [float ],
1341- axis : _nt .ToShape ,
1342- out : None = None ,
1343- overwrite_input : bool = False ,
1344- keepdims : bool = False ,
1322+ a : _nt .SequenceND [float ], axis : _nt .ToShape , out : None = None , overwrite_input : bool = False , keepdims : bool = False
13451323) -> _nt .Array [np .float64 ]: ...
13461324@overload # complex array-like, keepdims=True
13471325def median (
0 commit comments