Commits


Dean Moldovan authored and GitHub committed 16afbcef463
Improve py::array_t scalar type information (#724) * Add value_type member alias to py::array_t (resolve #632) * Use numpy scalar name in py::array_t function signatures (e.g. float32/64 instead of just float)