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
NumPy
Settings
|
Report Duplicate
338
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 24 hours
ago.
Apr 29, 2024 — Apr 29, 2025
Showing page 1,286 of 1,286
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
more changes of names from compiler to weave
Eric Jones
More...
over 23 years ago
compile_code is no longer a part of weave
Eric Jones
More...
over 23 years ago
renaming compiler to weave
Eric Jones
More...
over 23 years ago
encapsulated all Numeric specific code within a try/except so that most functionality can be used without Numeric installed
Eric Jones
More...
over 23 years ago
Making this a package made installation easier because distutils doesn't allow both py_modules and packages -- not sure it would have worked even if it did
Eric Jones
More...
over 23 years ago
Modified how configuration works
Eric Jones
More...
over 23 years ago
setup configuration module for scipy_distutils
Eric Jones
More...
over 23 years ago
fftw_info.py holds searches for fftw libraries on a persons machine. It is made separate from the fftw library because it may be needed by other libraries later on. Also, it could become useful to other projects trying to find fftw on a mchine. Its very simple right now.
Eric Jones
More...
over 23 years ago
get_path changes made by Pearu so that it works in core.run_setup
Eric Jones
More...
over 23 years ago
cpuinfo.py is needed to calculate optimzation flags on linux. It has much of the same functionality as scipy.proc, but I've included it for now. We'll merge the two later.
Eric Jones
More...
over 23 years ago
Implemented multiple changes provided by Pearu that increased the number of compilers supported, added some optimization flags, and generally cleaned things up. I made changes needed to get things rolling for scipy on win32 again. I've included an email exchange discussing changes below:
Eric Jones
More...
over 23 years ago
changed to using fortran class instead of instance for setting fortran compiler. This was needed after Pearu's changes.
Eric Jones
More...
over 23 years ago
removed print statements
Eric Jones
More...
over 23 years ago
added default setting so users don't need to supply a dependency list for a package in package_config
Eric Jones
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 Jones
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 Jones
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 Jones
More...
over 23 years ago
added build_py module
Eric Jones
More...
over 23 years ago
split scipy_test off into its own module.
Eric Jones
More...
over 23 years ago
factored out the scipy specific distutils code into a scipy_distutils package.
Eric Jones
More...
over 23 years ago
←
1
2
…
1278
1279
1280
1281
1282
1283
1284
1285
1286
→
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