buffalo_core.typing

Shared numeric type aliases for Buffalo projects.

Module Attributes

FloatScalar

Scalar floating-point value accepted by shared APIs.

FloatArray

NumPy array with float64 dtype.

FloatInput

Scalar, sequence, or NumPy floating array input.

IntScalar

Scalar integer value accepted by shared APIs.

IntArray

NumPy array with int32 dtype.

IntInput

Scalar, sequence, or NumPy integer array input.