Skip to content

CuVec v5.0.0 stable

Choose a tag to compare

@amypad-bot amypad-bot released this 26 Feb 14:35
· 34 commits to main since this release
b9a12bd
  • add shape property
  • pybind11 minor updates
    • replace refs (&) => pointers (*)
    • implicit tuple => std::vector<size_t> conversion
  • swig API updates
    • rename swvec => cuvec_swig
    • drop SwigCuVec_data
    • drop SwigCuVec alias in favour of NDCuVec
  • cpython: (re)add backward-compatible header (#42 <- #40)
  • docs: overhaul tabs & API
  • build
    • default RelWithDebInfo
    • use pybind11_add_module <= python_add_library
  • tests: speed up by using smaller sizes
  • misc code tidy