MiSTree

https://badge.fury.io/py/mistree.svg https://readthedocs.org/projects/mistree/badge/?version=latest https://img.shields.io/badge/License-MIT-blue.svg https://mybinder.org/badge_logo.svg https://img.shields.io/badge/ascl-1910.016-blue.svg?colorB=262255 https://joss.theoj.org/papers/461d79e9e5faf21029c0a7b1c928be28/status.svg https://zenodo.org/badge/170473458.svg

Author

Krishna Naidoo

Version

2.0.0-alpha-0

Repository

https://github.com/knaidoo29/mistree

Documentation

https://mistre.rtfd.io/

Warning

Not ready for use. This is a development branch for a future version 2 release.

Contents

Introduction

Tutorials and API

Dependencies

Installation

Support

Version History

  • Version 1.2:
    • Added automated testing routines which can be executed using nose or pytest.

  • Version 1.1:
    • Added binning (HistMST) and plotting (PlotHistMST) classes for handling the MST statistics.

  • Version 1.0:
    • Constructing the MST of an input data set:
      • 2D, 3D, tomographic or spherical polar coordinates.

      • Apply scale cuts.

    • Analysis routines for the MST:
      • Measures the degree, edge length, branch length and branch shape of the constructed MST.

    • Constructs random walk distribution with :
      • Lévy flight.

      • Adjusted Lévy flight.

      • User defined random walk distribution.

      • In 2D/3D and with/without periodic boundary conditions.