Skip to content

v0.6.0

Compare
Choose a tag to compare
@akielaries akielaries released this 12 Jan 05:48
· 891 commits to main since this release

New Changes in v0.6.0

  1. Continued changes to Linear Algebra Module + samples
  2. 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
  3. Updates to the mtpk namespace. Wrapped more classes in the namespace, does not affect Python API
  4. 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
  5. Adding make uninstall option for the project's build process with CMake. See the install/uninstall directions here.