Giter Site home page Giter Site logo

pr4v33n / scipy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scipy/scipy

0.0 1.0 0.0 40.55 MB

Scipy main repository

Home Page: http://scipy.org/

License: Other

Python 25.80% CSS 0.01% Shell 0.01% C 15.84% Fortran 22.72% MATLAB 0.02% C++ 35.57% M 0.01% Objective-C 0.04%

scipy's Introduction

Developing 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!

SciPy aims at being a robust and efficient "super-package" of a number of modules, each of a non-trivial size and complexity. In order for "SciPy integration" to work flawlessly, all SciPy modules must follow certain rules that are described in this document. Hopefully this document will be helpful for SciPy contributors and developers as a basic reference about the structure of the SciPy package.

Currently SciPy consists of the following files and directories:

INSTALL.txt
SciPy prerequisites, installation, testing, and troubleshooting.
THANKS.txt
SciPy developers and contributors. Please keep it up to date!!
README.rst
SciPy structure (this document).
setup.py
Script for building and installing SciPy.
MANIFEST.in
Additions to distutils-generated SciPy tar-balls. Its usage is deprecated.
scipy/
Contains SciPy __init__.py and the directories of SciPy modules.

In the following, a SciPy module is defined as a Python package, say xxx, that is located in the scipy/ directory. All SciPy modules should follow the following conventions:

  • Ideally, each SciPy module should be as self-contained as possible. That is, it should have minimal dependencies on other packages or modules. Even dependencies on other SciPy modules should be kept to a minimum. A dependency on NumPy is of course assumed.
  • Directory xxx/ must contain
    • a file setup.py that defines configuration(parent_package='',top_path=None) function. See below for more details.
  • Directory xxx/ may contain
    • a directory tests/ that contains files test_<name>.py corresponding to modules xxx/<name>{.py,.so,/}. See below for more details.
    • a file MANIFEST.in that may contain only include setup.py line. DO NOT specify sources in MANIFEST.in, you must specify all sources in setup.py file. Otherwise released SciPy tarballs will miss these sources.
    • a directory docs/ for documentation.

For details, read:

https://github.com/numpy/numpy/blob/master/doc/DISTUTILS.rst.txt
The documentation site is here
http://docs.scipy.org
The user's site is here
http://www.scipy.org/
Please see the developer's list here
http://projects.scipy.org/mailman/listinfo/scipy-dev
To search for bugs, please use the Scipy Bug Tracker at
https://github.com/scipy/scipy/issues
To report a bug, please use the Scipy Bug Tracker at
https://github.com/scipy/scipy/issues

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

scipy's People

Contributors

aarchiba avatar alexbrc avatar charris avatar cournape avatar cowlicks avatar dlax avatar endolith avatar eric-jones avatar ev-br avatar ewmoore avatar jakevdp avatar jarrodmillman avatar js850 avatar jseabold avatar jsilter avatar larsmans avatar matthew-brett avatar ndvanforeest avatar patvarilly avatar pearu avatar pv avatar rc avatar rgommers avatar rkern avatar scopatz avatar stefanv avatar tecki avatar teoliphant avatar timleslie avatar warrenweckesser avatar

Watchers

 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.