Coder Social home page Coder Social logo

simudream / dynamicisttoolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moorepants/dynamicisttoolkit

0.0 3.0 0.0 592 KB

A collection of functions and tools for both theoretical and experimental analysis in the field of dynamics.

License: The Unlicense

Batchfile 0.27% Shell 1.91% Python 97.82%

dynamicisttoolkit's Introduction

Latest Version

image

image

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 or 3.3+ 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.

We recommend installing with conda so that dependency installation is not an issue:

$ conda install -c moorepants dynamicisttoolkit

You can install using pip. Pip will theoretically1 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 [email protected]: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.5.0

  • Support for Python 3 [PR #30 and #32].

0.4.0

  • Made the numerical derivative function more robust and featureful. [PR #27]
  • butterworth now uses a corrected cutoff frequency to adjust for the double filtering. [PR #28]

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


  1. You will need all build dependencies and also note that matplotlib doesn't play nice with pip.โ†ฉ

dynamicisttoolkit's People

Contributors

moorepants avatar chrisdembia avatar oliverlee avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.