0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
f2py: fix a bug evaluating parameters with kind function: kind(1.0), kind(1.0d) must be 4, 8, respectively. More... about 16 years ago
Handle complex special values and negative zero. More... about 16 years ago
Handle nan and inf in assert_equal. More... about 16 years ago
Fix header for assert_array_almost_equal. More... about 16 years ago
BUG: handle nan/inf in assert_approx_equal. More... about 16 years ago
BUG: assert_array_compare did not raise an exception when the nan indexes of both arguments did not match. More... about 16 years ago
Handle nan and inf in assert_almost_equal. More... about 16 years ago
Add a section in npymath doc about how to link against npymath. More... about 16 years ago
Add some notes to the 1.4 release document. More... about 16 years ago
BUG: path sep escaping necessary on windows for numscons build. More... about 16 years ago
BUG: fix our copysign implementation. More... about 16 years ago
Add missing SET_HIGH_WORD and SET_LOW_WORD to do bitwise op on IEEE754 double - needed for our copysign replacement. More... about 16 years ago
Portability: replace typeof-based SWAP macro by type-specific macro, as typeof is a GCC-ism. More... about 16 years ago
Finish fixing merge hassles. More... about 16 years ago
Make nan types sort to the end. Add test for the new nan sort order. More... about 16 years ago
Eliminate uses of lessequal in sort routines. Replace more macros with inline functions. More... about 16 years ago
Fix imports in get_pkg_info/get_info. More... about 16 years ago
Split up get_info so that we get a function which returns the LibraryInfo directly - we can feed that to scons easily. More... about 16 years ago
BUG: Fix missing return stmt in get_npy_pkg_dir. More... about 16 years ago
Fix npy_pkg_config unit test failures. More... about 16 years ago
'Merge' docstring and reference guide for Distribution methods documentation. More... about 16 years ago
Use automethod for the functions we added to numpy.distutils. More... about 16 years ago
Fix npy_pkg_config script. More... about 16 years ago
Add documentation + example for npy-pkg-config files. More... about 16 years ago
Add a dirs argument to get_info to look for npy-pkg-config files in additional directories. More... about 16 years ago
Fix add_installed_library so that install_dir is actually relatively to the current package. More... about 16 years ago
Remove unused mlib_pkg_content function. More... about 16 years ago
Add doc for add_installed_library and add_npy_pkg_config. More... about 16 years ago
Fix returned dict by get_info so that it works with add_extension. More... about 16 years ago
Fix get_config. More... about 16 years ago