0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed random buglets. More... over 23 years ago
Removed ieee_754.py (again...) More... over 23 years ago
Removed dependence on ufuncobject PyUFunc_DD type functions which can require structure-returning functions to be passed between differently-compiled code. More... over 23 years ago
Fixed spheroidal wave functions. Added lu_solve, lu_factor, cho_solve, cho_factor. Changed help to info if help is already defined. More... over 23 years ago
Deleted transform_base (again?). More... over 23 years ago
removed import of transform_base. somehow, it snuck in here.
ej
More... over 23 years ago
Fixed pathsep problem More... over 23 years ago
Changed isposinf and isneginf. More... over 23 years ago
Moved isnan and friends from cephes to special. Made comparison functions return UBYTES. Added Complex comparison functions which work on real parts. More... over 23 years ago
isnan was returning arrays from scalars. Now it returns scalars for scalar inputs
ej
More... over 23 years ago
test() was ignoring level argument
ej
More... over 23 years ago
added import of rand
ej
More... over 23 years ago
added test methods for scipy_base
ej
More... over 23 years ago
removed transform_base files -- all routines added fftpack.fft
ej
More... over 23 years ago
added index_tricks tests
ej
More... over 23 years ago
added helpmod.py and fixed a few import errors
ej
More... over 23 years ago
r1array and r2array converted to atleast_1d and atleast_2d
ej
More... over 23 years ago
added transform files -- they can be moved to fft whenever
ej
More... over 23 years ago
fixed import from utility -> type_check error
ej
More... over 23 years ago
added temp fix for Travis O's machine
ej
More... over 23 years ago
removing a few files that were placed here temporarily
ej
More... over 23 years ago
removed functions specific to linalg
ej
More... over 23 years ago
major reorg of scipy_base -- initial checkin
ej
More... over 23 years ago
Finished special functions. (Added orthogonal polynomials). More... over 23 years ago
Applying David M. Cooke's patch with some modifications More... over 23 years ago
More special functions. Cleaned up use of limits. Added __all__ to limits. More... over 23 years ago
fixed a import scipy call that shouldn't be there. Started converting to use scipy_base.testing
ej
More... over 23 years ago
changed limits.py so that its contents are no longer imported into scipy_base's namespace.
ej
More... over 23 years ago
moved scipy_test into scipy_base and renamed it. It shouldn't be automatically imported into scipy_base namespace since it is generally only used when testing code.
ej
More... over 23 years ago
added limits.py to scipy_base. It looks like Travis O. began this process, but didn't quite get to checking it in. I used the 1.13 version from the attic in scipy (the latest version there). Hope that is the right one.
ej
More... over 23 years ago