Openmtpk

Latest version: v0.9.7

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.5.2

What's Changed

0.4.0

What's Changed
* Created Python pip package for Python API. Install with `pip install openmtpk`
* Functionality is limited to Primes, RC4, Ciphers, and part of the Arithmetic module
* Fixes to template classes/methods cpp->python conversion

0.3.2

CMake installation make Googletest as a dependency.
* openMTPK tests must pass in order to build and install the static library
* TEST -> BUILD -> INSTALL

0.3.1

Minor Release with updates to CMake installation process.
* Headers are now installed in nested fashion with a parent-level header representing each module. For example:
* Files in a module directory such as the `ml/` directory (linreg.hpp, logreg.hpp, mlp_network.hpp, etc.) will make up that modules header file([ml.hpp](https://github.com/akielaries/openMTPK/blob/main/include/ml.hpp)).
* Will include googletest workflow into CMake installation
* `Build library -> Test library -> Install library`

0.3

Formal documentation created with Doxygen deployed to github pages, see [here](https://akielaries.github.io/openMTPK).
* Documentation updates within headers
* Linear Regression model testing
* Additional work and plans for Machine/Deep Learning module
* Multi-Layer Perceptron, Linear Algebra Matrix, Scalar, and Vector manipulations + testing
* Formal API installation processes
* Automate API installations with Actions

As always refer to the project [README](https://github.com/akielaries/openMTPK#installation).

0.2

Formal installation of source C++ API with CMake. See installation steps in the project [README](https://github.com/akielaries/openMTPK#installation).
* Linux is supported.
* OSX testing is in progress.
* Working Python API, user installation mandatory.
* Unstable Fortran, OCaml, and R bindings.

**Future**
* Fixes + testing + formal installation of language bindings.
* Neural Networks, Classifiers

https://openmtpk-docs.readthedocs.io/en/latest/index.html

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.