Releases: AMYPAD/CuVec
Releases · AMYPAD/CuVec
CuVec v2.11.1 stable
- fix build (#22)
- minor docs & metadata updates
CuVec v2.11.0 stable
- add
dev_set()
- add
CUDA_PyErr()
Pythonic CUDA error handling - misc framework updates (#21)
- require
skbuild
- add py3.10 support & tests
- bump status to stable
- require
- fix docs tabbing
CuVec v2.10.0 stable
- add convenience functions:
ones
,zeros_like
,ones_like
& tests (#20) - remove unneeded
.cuvec
references
CuVec v2.9.0 stable
CuVec v2.8.0 stable
- add
asPyCuVec<T>
&asPyCuVec_T
converters (#17) - fix
example_mod
dangling pointer - warn about
swigcuvec.asarray
dangling pointer cases - faster startup (replace
pkg_resources
=>importlib.resources
) - update documentation
- add & update tests
- minor metadata updates
CuVec v2.7.7 stable
- fix building on systems with GPUs supporting multiple
CUDA_ARCHITECTURES
(#16) - add SWIG example docs
CuVec v2.7.6 stable
- fix
example_mod
memleak (#15) - create docs website (https://amypad.github.io/CuVec), add examples & migrate readme
- misc build & test framework updates
CuVec v2.7.5 stable
- tests: add type hints & checking (#14)
- docs: add website https://amypad.github.io/CuVec
- build: misc build & test framework updates
CuVec v2.7.4 stable
- fix minor memleak (#13)
- docs: fix typos
- build: misc framework updates
CuVec v2.7.3 beta
- minor documentation updates (#12)