openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
N
numpy-refactor
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 31, 2024 — Jul 31, 2025
Showing page 197 of 197
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
added default setting so users don't need to supply a dependency list for a package in package_config
eric
More...
over 23 years ago
added package_config method to misc_util that should further simplify the creation of modules that depend on other modules.
eric
More...
over 23 years ago
fixed path issues resulting from using setup_xxx.configuration() methods to grab information about package for use in setup.py. the configuration() methods use absolute path names to identify files. This is bad for sdist which uses the relative path of a file to determine which directory it goes into in the source distribution. To solve the problem, I have sdist search all absolute file paths for the "greatest common directory" among them. This directory is removed from them to determine where the file will go in the distribution directories. Files without absolute paths are always put in the top directory of the distribution.
eric
More...
over 23 years ago
added misc_util file that has a few routines used extensively in setup_xxx.py files and test files within scipy
eric
More...
over 23 years ago
added build_py module
eric
More...
over 23 years ago
split scipy_test off into its own module.
eric
More...
over 23 years ago
factored out the scipy specific distutils code into a scipy_distutils package.
eric
More...
over 23 years ago
New repository initialized by cvs2svn.
(no author)@94b884b6-d6fd-0310-90d3-974f1d3f35e1
More...
over 23 years ago
←
1
2
…
189
190
191
192
193
194
195
196
197
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree