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 16 hours
ago. based on code collected
about 16 hours
ago.
Aug 09, 2024 — Aug 09, 2025
Showing page 194 of 197
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
consolidating much of the C++ code for converting variables into a single file, conversion_code.py. It contains a couple of CXX specific lines, but most everything that is CXX specific is still in the cxx_info file.
eric
More...
over 23 years ago
Added err_msg keyword argument to assert_array_equal
pearu
More...
over 23 years ago
forgot to uncommnet try/except at top
eric
More...
over 23 years ago
fix for dumb_shelve to work with tests -- dumbdbm_patched import moved to global scope so that it works correctly.
eric
More...
over 23 years ago
arrgh. my dumbdbm exhibits strange behavior on RH 7.1 working from some directories and not from others. What the heck! For try to use dbhash whenever it is available. THis worked on both Linux and Windows before
eric
More...
over 23 years ago
copied scipy dumb_shelve and dumbdbm_patched.py into scipy to get rid of the dependency. These are proving more reliable than my simpler attempts at patching dumbdbm.
eric
More...
over 23 years ago
chunked the simple_dbm and the dumbdbm in favor of the standard scipy ones. They were just less error prone.
eric
More...
over 23 years ago
change taken from dumbdbm that seems to clear up some UnpicklingError, pickle truncated errors that were occuring on Linux. dumbdbm is starting to look like scipy.dumbdbm_patched.py now...
eric
More...
over 23 years ago
made local copy of move_file to circumvent bug in distutils version. It is needed instead of rename to move things around correctly on Unix.
eric
More...
over 23 years ago
distutils move_file has bug -- no global name errno. back to using rename...
eric
More...
over 23 years ago
* anydbm was causing fits across platforms. Now I think it mainly had to do with bugs in dumbdbm with 2.x up to 2.2. I've included a cleaned up version of dumbdbm in weave to prevent this from being an issue. Now catalogs always use this local version of dumbdbm.
eric
More...
over 23 years ago
version update
pearu
More...
over 23 years ago
Minor refinements
pearu
More...
over 23 years ago
This is a verbatim copy of dumbdbm from 2.2. Some 2.1 (maybe all) are broken. Having this here means weave will not be troubled by broken copies in some versions of Python.
eric
More...
over 23 years ago
Using shelve (which uses anydbm) proved to be the root of troubles for Prabhu. anydbm doesn't look like it is a cross-platform solution at all... simple_shelve always uses dumbdbm which will hopefully be more cross-platform. I don't think performance will be an issue, but length of files may eventually be.
eric
More...
over 23 years ago
Added an import pickle to fix a bug in catalog.add_function_persistent.
prabhu
More...
over 23 years ago
fixed a bug in __init__.py that prevente dscipy.weave.test() from working.
eric
More...
over 23 years ago
Fixed typos. Now Extension sources need not contain pyf files together with fortran files.
pearu
More...
over 23 years ago
Fixed minor bug in get_cvs_revisions; removed pyf_extensions
pearu
More...
over 23 years ago
added an example of where blitz and Numeric can be different provided by Prabhu.
eric
More...
over 23 years ago
fixed error found by Prabhu getmodule. except now catches KeyErrors as well as TypeErrors
eric
More...
over 23 years ago
Bug in fft2 and Mplot fixed.
travo
More...
over 23 years ago
version update
pearu
More...
over 23 years ago
Cleanup after introducing run_f2py
pearu
More...
over 23 years ago
Added -w90/95 flags to Intel compiler
pearu
More...
over 23 years ago
Added -w90/95 flags to Intel compiler
pearu
More...
over 23 years ago
version serial increase
pearu
More...
over 23 years ago
Fixed bug in run_f2py that detected names *__user__* as ext names
pearu
More...
over 23 years ago
Fixed typo in run_f2py
pearu
More...
over 23 years ago
version update
pearu
More...
over 23 years ago
←
1
2
…
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