0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 09, 2024 — Aug 09, 2025
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. More... over 23 years ago
Added err_msg keyword argument to assert_array_equal More... over 23 years ago
forgot to uncommnet try/except at top 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. 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 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. 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. 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... 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. More... over 23 years ago
distutils move_file has bug -- no global name errno. back to using rename... 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. More... over 23 years ago
version update More... over 23 years ago
Minor refinements 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. 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. More... over 23 years ago
Added an import pickle to fix a bug in catalog.add_function_persistent. More... over 23 years ago
fixed a bug in __init__.py that prevente dscipy.weave.test() from working. More... over 23 years ago
Fixed typos. Now Extension sources need not contain pyf files together with fortran files. More... over 23 years ago
Fixed minor bug in get_cvs_revisions; removed pyf_extensions More... over 23 years ago
added an example of where blitz and Numeric can be different provided by Prabhu. More... over 23 years ago
fixed error found by Prabhu getmodule. except now catches KeyErrors as well as TypeErrors More... over 23 years ago
Bug in fft2 and Mplot fixed. More... over 23 years ago
version update More... over 23 years ago
Cleanup after introducing run_f2py More... over 23 years ago
Added -w90/95 flags to Intel compiler More... over 23 years ago
Added -w90/95 flags to Intel compiler More... over 23 years ago
version serial increase More... over 23 years ago
Fixed bug in run_f2py that detected names *__user__* as ext names More... over 23 years ago
Fixed typo in run_f2py More... over 23 years ago
version update More... over 23 years ago