cnspy-numpy-utils

Some utility functions for numpy data types


License
GPL-3.0
Install
pip install cnspy-numpy-utils==0.2.0

Documentation

cnspy_numpy_utils Package

A package holding useful scripts based on the numpy package, that cannot be associated to any other (dangling code, that is used in different places).

Most important functions:

  1. tri_vec_to_mat(tri_vec, n=None)
  2. mat_to_tri_vec(P)
  3. accumulated_distance(p_vec)
  4. total_distance(p_vec)
  5. numpy_statistics(vNumpy
  6. print_statistics(metrics

Installation

Install the current code base from GitHub and pip install a link to that cloned copy

git clone https://github.com/aau-cns/cnspy_numpy_utils.git
cd cnspy_numpy_utils
pip install -e .

or the official package via

pip install cnspy-numpy-utils

Dependencies

It is part of the cnspy eco-system of the cns-github group.

License

Software License Agreement (GNU GPLv3 License), refer to the LICENSE file.

Sharing is caring! - Roland Jung