forked from numpy/numpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e60b39
commit 9c5f512
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
Jim Hugunin, Paul Dubois, Konrad Hinsen, David Ascher, and many others for Numeric | ||
Travis Oliphant for the majority of code adaptation | ||
Jim Hugunin, Paul Dubois, Konrad Hinsen, David Ascher, and many others for Numeric on which the code is based. | ||
Perry Greenfield, J Todd Miller, Rick White, Paul Barrett for Numarray which gave much inspiration. | ||
Pearu Peterson for f2py and distutils | ||
Eric Jones for weave | ||
Robert Kern for mtrand, bug fixes and help with distutils. | ||
Fernando Perez for code snippets and ideas | ||
John Hunter for code snippets (from matplotlib) | ||
|
||
Chris Hanley for help with records.py, testing, and bug fixes. | ||
Travis Vaught and Joe Cooper for administration of scipy.org web site and SVN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ def setup_package(): | |
maintainer_email = "[email protected]", | ||
description = "Core SciPy", | ||
url = "http://numeric.scipy.org", | ||
license = 'BSD', | ||
) | ||
config.add_subpackage('scipy') | ||
config.name = 'scipy_core' | ||
|