https://github.com/enthought/scimath
https://github.com/enthought/scimath
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enthought/scimath
- Owner: enthought
- License: other
- Created: 2011-01-28T04:46:30.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T07:09:02.000Z (over 1 year ago)
- Last Synced: 2025-03-28T10:02:50.153Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.54 MB
- Stars: 67
- Watchers: 54
- Forks: 15
- Open Issues: 36
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=================================================
scimath: Scientific and Mathematical calculations
=================================================
http://scimath.readthedocs.org/en/latest/
The SciMath project includes packages to support scientific and mathematical
calculations, beyond the capabilities offered by SciPy.
- scimath.interpolate
- scimath.mathematics
- scimath.units
- scimath.physical_quantities
Prerequisites
-------------
* `Traits `_
* `NumPy `_
* `SciPy `_
Development Environment Setup
-----------------------------
To set up an EDM environment for this project::
$ edm install -e name_of_your_scimath_env click
$ edm shell -e name_of_your_scimath_env
$ python etstool.py install
$ python etstool.py test