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 1 hour
ago. based on code collected
about 1 hour
ago.
Aug 10, 2024 — Aug 10, 2025
Showing page 190 of 197
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed random buglets.
travo
More...
over 23 years ago
Removed ieee_754.py (again...)
travo
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.
travo
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.
travo
More...
over 23 years ago
Deleted transform_base (again?).
travo
More...
over 23 years ago
removed import of transform_base. somehow, it snuck in here.
ej
More...
over 23 years ago
Fixed pathsep problem
pearu
More...
over 23 years ago
Changed isposinf and isneginf.
travo
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.
travo
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).
travo
More...
over 23 years ago
Applying David M. Cooke's patch with some modifications
pearu
More...
over 23 years ago
More special functions. Cleaned up use of limits. Added __all__ to limits.
travo
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
←
1
2
…
186
187
188
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