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
1 day
ago. based on code collected
1 day
ago.
Apr 29, 2024 — Apr 29, 2025
Showing page 1,284 of 1,286
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed typos. Now Extension sources need not contain pyf files together with fortran files.
Pearu Peterson
More...
over 23 years ago
Fixed minor bug in get_cvs_revisions; removed pyf_extensions
Pearu Peterson
More...
over 23 years ago
added an example of where blitz and Numeric can be different provided by Prabhu.
Eric Jones
More...
over 23 years ago
fixed error found by Prabhu getmodule. except now catches KeyErrors as well as TypeErrors
Eric Jones
More...
over 23 years ago
Bug in fft2 and Mplot fixed.
teoliphant
as Travis Oliphant
More...
over 23 years ago
version update
Pearu Peterson
More...
over 23 years ago
Cleanup after introducing run_f2py
Pearu Peterson
More...
over 23 years ago
Added -w90/95 flags to Intel compiler
Pearu Peterson
More...
over 23 years ago
Added -w90/95 flags to Intel compiler
Pearu Peterson
More...
over 23 years ago
version serial increase
Pearu Peterson
More...
over 23 years ago
Fixed bug in run_f2py that detected names *__user__* as ext names
Pearu Peterson
More...
over 23 years ago
Fixed typo in run_f2py
Pearu Peterson
More...
over 23 years ago
version update
Pearu Peterson
More...
over 23 years ago
Introduced run_f2py command; fixed a minor bug in cpuinfo about detecting i(5|6)86
Pearu Peterson
More...
over 23 years ago
Fixed: base of pyf file may be different from what ext module it provides
Pearu Peterson
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 Jones
More...
over 23 years ago
added variable library_path to scipy_distutils.atlas_info to specify where atlas libraries live.
Eric Jones
More...
over 23 years ago
extension needed for adding f2py_options keyword to Extension
Eric Jones
More...
over 23 years ago
Added f2py support back into scipy_distutils. This required a few more changes to the setup files.
Eric Jones
More...
over 23 years ago
added atlas "discovery" module to scipy_distutils
Eric Jones
More...
over 23 years ago
renamed get_version to update_version, introduced version_template argument
Pearu Peterson
More...
over 23 years ago
renamed get_version to update_version, introduced version_template argument
Pearu Peterson
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 Jones
More...
over 23 years ago
added line_endings.py. Working toward support of conversion of line ending characters for tar.gz files
Eric Jones
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 Jones
More...
over 23 years ago
fixed a few more issues with removing 'from scipy import *'
Eric Jones
More...
over 23 years ago
got rid of from catalog import * in test code that forced restarts for testing to reflect code changes
Eric Jones
More...
over 23 years ago
oops -- missed 'and' in during last check in.
Eric Jones
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 Jones
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 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