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
1 day
ago. based on code collected
1 day
ago.
Jul 31, 2024 — Jul 31, 2025
Showing page 3 of 197
Search / Filter on:
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.
pearu
More...
about 16 years ago
Handle complex special values and negative zero.
cdavid
More...
about 16 years ago
Handle nan and inf in assert_equal.
cdavid
More...
about 16 years ago
Fix header for assert_array_almost_equal.
cdavid
More...
about 16 years ago
BUG: handle nan/inf in assert_approx_equal.
cdavid
More...
about 16 years ago
BUG: assert_array_compare did not raise an exception when the nan indexes of both arguments did not match.
cdavid
More...
about 16 years ago
Handle nan and inf in assert_almost_equal.
cdavid
More...
about 16 years ago
Add a section in npymath doc about how to link against npymath.
cdavid
More...
about 16 years ago
Add some notes to the 1.4 release document.
charris
More...
about 16 years ago
BUG: path sep escaping necessary on windows for numscons build.
cdavid
More...
about 16 years ago
BUG: fix our copysign implementation.
cdavid
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.
cdavid
More...
about 16 years ago
Portability: replace typeof-based SWAP macro by type-specific macro, as typeof is a GCC-ism.
cdavid
More...
about 16 years ago
Finish fixing merge hassles.
charris
More...
about 16 years ago
Make nan types sort to the end. Add test for the new nan sort order.
charris
More...
about 16 years ago
Eliminate uses of lessequal in sort routines. Replace more macros with inline functions.
charris
More...
about 16 years ago
Fix imports in get_pkg_info/get_info.
cdavid
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.
cdavid
More...
about 16 years ago
BUG: Fix missing return stmt in get_npy_pkg_dir.
cdavid
More...
about 16 years ago
Fix npy_pkg_config unit test failures.
cdavid
More...
about 16 years ago
'Merge' docstring and reference guide for Distribution methods documentation.
cdavid
More...
about 16 years ago
Use automethod for the functions we added to numpy.distutils.
cdavid
More...
about 16 years ago
Fix npy_pkg_config script.
cdavid
More...
about 16 years ago
Add documentation + example for npy-pkg-config files.
cdavid
More...
about 16 years ago
Add a dirs argument to get_info to look for npy-pkg-config files in additional directories.
cdavid
More...
about 16 years ago
Fix add_installed_library so that install_dir is actually relatively to the current package.
cdavid
More...
about 16 years ago
Remove unused mlib_pkg_content function.
cdavid
More...
about 16 years ago
Add doc for add_installed_library and add_npy_pkg_config.
cdavid
More...
about 16 years ago
Fix returned dict by get_info so that it works with add_extension.
cdavid
More...
about 16 years ago
Fix get_config.
cdavid
More...
about 16 years ago
←
1
2
3
4
5
6
7
8
9
…
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