Skip to main content

Various tools for theoretical and experimental dynamics.

Project description

Latest Version https://travis-ci.org/moorepants/DynamicistToolKit.png?branch=master

Introduction

This is a collection of Python modules which contain tools that are helpful for a dynamicist. Right now it is basically a place I place general tools that don’t necessarily need a distribution of their own.

Modules

bicycle

Generic tools for basic bicycle dynamics analysis.

inertia

Various functions for calculating and manipulating inertial quantities.

process

Various tools for common signal processing tasks.

Installation

You will need Python 2.7 and setuptools to install the packages. Its best to install the dependencies first (NumPy, SciPy, matplotlib, Pandas). The SciPy Stack instructions are helpful for this: http://www.scipy.org/stackspec.html.

You can install using pip (or easy_install). Pip will theoretically [1] get the dependencies for you (or at least check if you have them):

$ pip install DynamicistToolKit

Or download the source with your preferred method and install manually.

Using Git:

$ git clone git@github.com:moorepants/DynamicistToolKit.git
$ cd DynamicistToolKit

Or wget:

$ wget https://github.com/moorepants/DynamicistToolKit/archive/master.zip
$ unzip master.zip
$ cd DynamicistToolKit-master

Then for basic installation:

$ python setup.py install

Or install for development purposes:

$ python setup.py develop

Tests

Run the tests with nose:

$ nosetests

Vagrant

A vagrant file and provisioning script are included to test the code on an Ubuntu 13.10 box. To load the box and run the tests simply type:

$ vagrant up

See bootstrap.sh and VagrantFile to see what’s going on.

Documentation

The documentation is hosted at ReadTheDocs:

http://dynamicisttoolkit.readthedocs.org

You can build the documentation (currently sparse) if you have Sphinx and numpydoc:

$ cd docs
$ make html
$ firefox _build/html/index.html

Release Notes

0.3.5

  • Fixed bug in coefficient_of_determination. [PR #23]

0.3.4

  • Fixed bug in normalized cutoff frequency calculation. [PR #21]

0.3.2

  • Fixed bug in butterworth function and added tests.

0.3.1

  • Fixed butterworth to work with SciPy 0.9.0. [PR #18]

0.3.0

  • Removed pandas dependency.

  • Improved time vector function.

  • Removed gait analysis code (walk.py), now at http://github.com/csu-hmc/Gait-Analysis-Toolkit.

  • TravisCI tests now run, added image to readme.

  • Added documentation at ReadTheDocs.

0.2.0

  • Addition of walking dynamics module.

0.1.0

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

DynamicistToolKit-0.3.5.tar.gz (91.6 kB view details)

Uploaded Source

File details

Details for the file DynamicistToolKit-0.3.5.tar.gz.

File metadata

File hashes

Hashes for DynamicistToolKit-0.3.5.tar.gz
Algorithm Hash digest
SHA256 c6c09f7a14d6cbfaad8d38287e57f39cb826152d5b4b0fd6650a77914b163f39
MD5 84f9bbbbaf31b0c1da19cfe56f96cb60
BLAKE2b-256 978c51ab8a63bde96b5d807b4f0c5849189161a384d14fa0096f132ffa034b62

See more details on using hashes here.

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