0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More progress in finishing cephes to include specfun. More... over 23 years ago
Move limits.py, fastumath More... over 23 years ago
Added missing files. More... over 23 years ago
Moved limits.py to scipy_base More... over 23 years ago
Changed references to fastumath to scipy_base.fastumath More... over 23 years ago
Refactored to create scipy_base. More... over 23 years ago
Applied fixes for sun compiler from Berthold H�llmann. More... over 23 years ago
Fixed the order of atlas libs for debian woody More... over 23 years ago
changes for MacOS X compatibility More... over 23 years ago
Impl. debian specific (but general) atlas finding hooks More... over 23 years ago
added a missing space between preprocessor options that popped up in the Absoft compiler More... over 23 years ago
Introduced ScipyTestCase with timing hooks More... over 23 years ago
Fixed building extension modules from fortran sources More... over 23 years ago
Subclassed fortran_compiler_base to CCompiler, fortran compiler gets now also -I -D -U options More... over 23 years ago
system_info was setting include_dirs to a string instead of to a list. This broke win32 builds of linalg2. Converted to a list. More... over 23 years ago
fixed typo in variable name for setting library_dirs More... over 23 years ago
added a routine to allow using the standard set of Fortran compilers with mingw32 instead of only allowing g77 More... over 23 years ago
Loops and 2D Numpy arrays (getitem and setitem). Still issues with refcounting and really no safety net, but enough to demonstrate some speed. More... over 23 years ago
Minor enhancments More... over 23 years ago
Added prefix for fftw search path More... over 23 years ago
Introduced PostponedException More... over 23 years ago
Introduced PostponedException More... over 23 years ago
Rudimentary loops (range and xrange). Really good speedups so far More... over 23 years ago
Introduced NotFoundError exceptions with informative doc strings More... over 23 years ago
fixed a problem with non-breaking spaces not terminated with ';' that screwed up Mozilla More... over 23 years ago
fixed missing , typo that broke module import/reload/test in some situations (it looked like it should break all situations)... More... over 23 years ago
Some hacks to get NumPy working (arrgh!! import_array() call required!). Still not quite ready for prime time (though getitem works on Numeric arrays). Still have to think through how to deal with explict reference counting. It is likely better to test for contiguous arrays and convert to a int* (though we lose binops!). More... over 23 years ago
Py 2.0 support More... over 23 years ago
Python 2.0 support More... over 23 years ago
Applied system_info hooks to scipy. Win32 support is still open. More... over 23 years ago