Skip to main content

A python package for constructing and analysing the minimum spanning tree

Project description

MiSTree

Author: Krishna Naidoo
Version: 1.1
Homepage: https://github.com/knaidoo29/mistree
Documentation: https://knaidoo29.github.io/mistreedoc/

Build Status codecov PyPI version status DOI License: MIT

This is the public repository for MiSTree, a python package for constructing and analysing minimum spanning trees.

Dependencies

  • Python 2.7 or 3.4+
  • numpy
  • matplotlib
  • scipy
  • scikit-learn
  • f2py (should be installed with numpy)

Installation

MiSTree can be installed as follows:

pip install mistree [--user]

The --user is optional and only required if you don’t have write permission. If you want to work on the Github version you can clone the repository and install an editable version::

git clone https://github.com/knaidoo29/mistree.git
cd mistree
pip install -e . [--user]

You should now be able to import the module:

import mistree as mist

Further details

In depth documentation and tutorials are provided here.

Contact

If you have any issues with the code or want to suggest ways to improve it please email:

krishna.naidoo.11@ucl.ac.uk

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mistree-1.1.2.tar.gz (25.9 kB view hashes)

Uploaded Source

Built Distribution

mistree-1.1.2-cp27-cp27m-macosx_10_6_x86_64.whl (155.6 kB view hashes)

Uploaded CPython 2.7m macOS 10.6+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page