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 22 hours
ago. based on code collected
about 22 hours
ago.
Aug 10, 2024 — Aug 10, 2025
Showing page 191 of 197
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
More progress in finishing cephes to include specfun.
travo
More...
over 23 years ago
Move limits.py, fastumath
travo
More...
over 23 years ago
Added missing files.
travo
More...
over 23 years ago
Moved limits.py to scipy_base
travo
More...
over 23 years ago
Changed references to fastumath to scipy_base.fastumath
travo
More...
over 23 years ago
Refactored to create scipy_base.
travo
More...
over 23 years ago
Applied fixes for sun compiler from Berthold H�llmann.
pearu
More...
over 23 years ago
Fixed the order of atlas libs for debian woody
pearu
More...
over 23 years ago
changes for MacOS X compatibility
jswhit
More...
over 23 years ago
Impl. debian specific (but general) atlas finding hooks
pearu
More...
over 23 years ago
added a missing space between preprocessor options that popped up in the Absoft compiler
eric
More...
over 23 years ago
Introduced ScipyTestCase with timing hooks
pearu
More...
over 23 years ago
Fixed building extension modules from fortran sources
pearu
More...
over 23 years ago
Subclassed fortran_compiler_base to CCompiler, fortran compiler gets now also -I -D -U options
pearu
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.
eric
More...
over 23 years ago
fixed typo in variable name for setting library_dirs
eric
More...
over 23 years ago
added a routine to allow using the standard set of Fortran compilers with mingw32 instead of only allowing g77
eric
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.
patmiller
More...
over 23 years ago
Minor enhancments
pearu
More...
over 23 years ago
Added prefix for fftw search path
pearu
More...
over 23 years ago
Introduced PostponedException
pearu
More...
over 23 years ago
Introduced PostponedException
pearu
More...
over 23 years ago
Rudimentary loops (range and xrange). Really good speedups so far
patmiller
More...
over 23 years ago
Introduced NotFoundError exceptions with informative doc strings
pearu
More...
over 23 years ago
fixed a problem with non-breaking spaces not terminated with ';' that screwed up Mozilla
eric
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)...
eric
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!).
patmiller
More...
over 23 years ago
Py 2.0 support
pearu
More...
over 23 years ago
Python 2.0 support
pearu
More...
over 23 years ago
Applied system_info hooks to scipy. Win32 support is still open.
pearu
More...
over 23 years ago
←
1
2
…
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