v3.1.3
Patch release with miscellaneous fixes:
- Fix CUDA compile errors (inconsistent application of
__host__
and__device__
) - Guard
__has_attribute
for compilers that don't support it - Fix memory access bug in
PyImath::FixedVArray<T>::getitem
- Allow control of install destination for python modules, via
PYIMATH_OVERRIDE_PYTHON_INSTALL_DIR
- CMake targets to build documentation
See CHANGES.md for more details.