338
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Nov 21, 2023 — Nov 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refined get_version More... almost 23 years ago
refined get_version More... almost 23 years ago
changed insertion of stdc++ to check for msvc instead of platform == linux More... almost 23 years ago
fixed bug in tables that forced display width to certain number of pixels. More... almost 23 years ago
Introduced get_version, started compaq_fortran_compiler More... almost 23 years ago
added comment about single vs. double precision speed results More... almost 23 years ago
added benchmarks More... almost 23 years ago
one final pass through before posting to python-dev More... almost 23 years ago
added MANIFEST.in so that I could specify that all .txt files are included in the distribution More... almost 23 years ago
added legal license information to the file. More... almost 23 years ago
added a short README to tell where the documentation files are located More... almost 23 years ago
changed tempdir to gettempdir(). fixed bug introduced in latest testing frenzy More... almost 23 years ago
fixed get_opt for NAG compiler More... almost 23 years ago
fortran extension support More... almost 23 years ago
changed inline() args so that arg_names defaults to an empty list. THis allows you to run C code that doesn't need any arguments without supplying any. More... almost 23 years ago
fixed catalog test so that it would work if mutliple people were testing at same time or if /tmp/test_catalog could not be written. More... almost 23 years ago
fixed minor bugs More... almost 23 years ago
removed an import * at function level because 2.2 complains about it More... almost 23 years ago
moved test file creation to the temp directory so that it doesn't try to create files during test in a site-package sub-directory. This caused failues on Unix for testing of installed package. More... almost 23 years ago
more renaming of compiler to weave More... almost 23 years ago
I missed changing the compiler name in __init__ More... almost 23 years ago
more changes of names from compiler to weave More... almost 23 years ago
compile_code is no longer a part of weave More... almost 23 years ago
renaming compiler to weave More... almost 23 years ago
encapsulated all Numeric specific code within a try/except so that most functionality can be used without Numeric installed More... almost 23 years ago
Making this a package made installation easier because distutils doesn't allow both py_modules and packages -- not sure it would have worked even if it did More... almost 23 years ago
Modified how configuration works More... almost 23 years ago
setup configuration module for scipy_distutils More... almost 23 years ago
fftw_info.py holds searches for fftw libraries on a persons machine. It is made separate from the fftw library because it may be needed by other libraries later on. Also, it could become useful to other projects trying to find fftw on a mchine. Its very simple right now. More... almost 23 years ago
get_path changes made by Pearu so that it works in core.run_setup More... almost 23 years ago