awips2/pythonPackages/scipy
AWIPS User fee97d57cc updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint.
Former-commit-id: fa5e33604b6a832bb5b5d4d082a26d8d68e690ad [formerly 2982d68160]
Former-commit-id: 829afc3e85
2015-08-02 10:31:57 -06:00
..
benchmarks updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
doc updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
scipy updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
tools updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
.coveragerc updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
.gitattributes updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
.gitignore updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
.gitmodules updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
.travis.yml updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
bento.info updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
BENTO_BUILD.txt updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
bscript updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
HACKING.rst.txt updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
INSTALL.rst.txt updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
LICENSE.txt updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
MANIFEST.in updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
pavement.py updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
README.rst updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
release.sh updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
runtests.py updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
setup.py updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
setupegg.py updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
site.cfg.example updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
THANKS.txt updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00
tox.ini updated numpy, scipy, matplotlib. added cython, metpy, python-dateutil, six, pint. 2015-08-02 10:31:57 -06:00

.. image:: https://travis-ci.org/scipy/scipy.png?branch=master
   :target: https://travis-ci.org/scipy/scipy/

.. image:: https://coveralls.io/repos/scipy/scipy/badge.png?branch=master
   :target: https://coveralls.io/r/scipy/scipy?branch=master 

=====
SciPy
=====

.. contents::

What is SciPy?
--------------

SciPy (pronounced "Sigh Pie") is open-source software for mathematics,
science, and engineering.  It includes modules for statistics, optimization,
integration, linear algebra, Fourier transforms, signal and image processing,
ODE solvers, and more.  It is also the name of a very popular conference on
scientific programming with Python.

The SciPy library depends on NumPy, which provides convenient and fast
N-dimensional array manipulation. The SciPy library is built to work with
NumPy arrays, and provides many user-friendly and efficient numerical routines
such as routines for numerical integration and optimization. Together, they
run on all popular operating systems, are quick to install, and are free of
charge. NumPy and SciPy are easy to use, but powerful enough to be depended
upon by some of the world's leading scientists and engineers. If you need to
manipulate numbers on a computer and display or publish the results, give
SciPy a try!


Installation
------------

For installation instructions, see ``INSTALL.txt``.


Documentation
-------------

Scipy documentation is available on the web:

    http://docs.scipy.org

How to generate the HTML documentation, see ``doc/README.txt``.


Web sites
---------

The user's site is:

    http://www.scipy.org/


Mailing Lists
-------------

Please see the developer's list here:

    http://projects.scipy.org/mailman/listinfo/scipy-dev


Latest source code
------------------

The latest development version of Scipy's sources are always available at:

    https://github.com/scipy/scipy

They can be downloaded as a zip file or using the Git client.


Bug reports
-----------

To search for bugs or report them, please use the Scipy Bug Tracker at:

    https://github.com/scipy/scipy/issues


Developer information
---------------------

If you would like to take part in SciPy development, take a look
at ``HACKING.rst.txt``.


License information
-------------------

See the file ``LICENSE.txt`` for information on the history of this
software, terms & conditions for usage, and a DISCLAIMER OF ALL
WARRANTIES.