338
I Use This!
Very High Activity

Commits : Listings

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