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
about 11 hours
ago. based on code collected
about 11 hours
ago.
Aug 05, 2024 — Aug 05, 2025
Showing page 195 of 197
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Introduced run_f2py command; fixed a minor bug in cpuinfo about detecting i(5|6)86
pearu
More...
over 23 years ago
Fixed: base of pyf file may be different from what ext module it provides
pearu
More...
over 23 years ago
changed library_path to be a list instead of single directory specification. removed a print statement from atlas_info
eric
More...
over 23 years ago
added variable library_path to scipy_distutils.atlas_info to specify where atlas libraries live.
eric
More...
over 23 years ago
extension needed for adding f2py_options keyword to Extension
eric
More...
over 23 years ago
Added f2py support back into scipy_distutils. This required a few more changes to the setup files.
eric
More...
over 23 years ago
added atlas "discovery" module to scipy_distutils
eric
More...
over 23 years ago
renamed get_version to update_version, introduced version_template argument
pearu
More...
over 23 years ago
renamed get_version to update_version, introduced version_template argument
pearu
More...
over 23 years ago
finished additions needed to have tar.gz automatically have correct line ending types even when built on windows (and the same for zip on Linux I think -- not tested)
eric
More...
over 23 years ago
added line_endings.py. Working toward support of conversion of line ending characters for tar.gz files
eric
More...
over 23 years ago
fixed problem with detecting existing catalogs found on Sun, but likely to occur in other places. I was simply filtering for a file names existence in a give folder, but because shelve (with anydbm) can use a variety of file suffixes, it wasn't finding existing files. Also, fixed the cleanup in weave_test_utils.py to delete the appropriate file+suffix on Sun. Likely will need to add some more to the list later.
eric
More...
over 23 years ago
fixed a few more issues with removing 'from scipy import *'
eric
More...
over 23 years ago
got rid of from catalog import * in test code that forced restarts for testing to reflect code changes
eric
More...
over 23 years ago
oops -- missed 'and' in during last check in.
eric
More...
over 23 years ago
added -mimpure-text to link args on Sun OS to fix issues with libstdc++.a. see: http://mail.python.org/pipermail/python-dev/2001-March/013510.html
eric
More...
over 23 years ago
Sun version of anydbm (and maybe others) croaked whenever db's were opened with more the one mode flag such as 'cr', or 'cw'. Now only one mode is allowed at a time, and 'c' is used whenever a db needs to be created.
eric
More...
over 23 years ago
forgot : at end of if statement
eric
More...
over 23 years ago
Prabhu found an issue in his test run where we try to delete a path_key that isn't available. THis can occur is a built-in function is added to catalog. built-ins do not have a path to their module (they are builtin after all). We now check to make sure that the catalog has the key before deleting it.
eric
More...
over 23 years ago
Added ramp example brought up by Brent Burley on comp.lang.python.
eric
More...
over 23 years ago
fixed a bug in declarations for ext modules. Types were not being cast correctly.
eric
More...
over 23 years ago
converted DOS line endings to UNIX line endings
eric
More...
over 23 years ago
screwed up last check in. Returning to previous version
eric
More...
over 23 years ago
converted DOS line endings to UNIX
eric
More...
over 23 years ago
converted all files (hopefully) from DOS style line endings to UNIX style line endings. Some of the Unix users were having problems with files with DOS style endings. Windows doesn't seem to be as picky about this issue.
eric
More...
over 23 years ago
changed import of fastumath as "optional" with a try/except clause. This allows people without SciPy, but with Numeric to use blitz.
eric
More...
over 23 years ago
refined get_version
pearu
More...
over 23 years ago
refined get_version
pearu
More...
over 23 years ago
changed insertion of stdc++ to check for msvc instead of platform == linux
eric
More...
over 23 years ago
fixed bug in tables that forced display width to certain number of pixels.
eric
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