v0.6.0
New Changes in v0.6.0
- Continued changes to Linear Algebra Module + samples
- Continued updates to Python API, injecting new C++ source functionalities into the
setup.py
file used in packaging process for PyPI- Install with
pip install openmtpk==0.6.1
- Install with
- Updates to the
mtpk
namespace. Wrapped more classes in the namespace, does not affect Python API - Changes/updates to datatypes to allow for maximum precision while also avoiding potential overflow as well as for conciseness
Note Some int and char types will be updated later on to ensure nothing breaks
int
----------->int64_t
long long
-->int64_t
unsigned
---->uint64_t
double
------->long double
float
--------->long double
- Adding
make uninstall
option for the project's build process with CMake. See the install/uninstall directions here.