0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
Jun 21, 2025 — Jun 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Resolve dtype equivalence issue in MSVC More... over 11 years ago
Merge pull request #39 from termoshtt/cmake_python3 More... over 11 years ago
Revise example/wrap.cpp for python3 More... over 11 years ago
Append python version detector More... over 11 years ago
Fixed unsigned long test error. More... over 11 years ago
Switch SCons to use SConsChecks submodule for Windows support More... over 11 years ago
Merge pull request #36 from ChrislS/master More... over 11 years ago
* SCons change to build a static lib for Windows. More... over 11 years ago
Merge pull request #35 from karlssonper/master More... almost 12 years ago
Examples and tests are now optional to build. The default behavior is the same as before where both are built.
per
More... almost 12 years ago
Merge pull request #34 from karlssonper/master More... almost 12 years ago
added the NPY_FLOAT16 dtype
Per
More... almost 12 years ago
Merge pull request #31 from nbecker/master More... about 12 years ago
Use equivalent, but doesn't seem to help More... about 12 years ago
port to py3 More... about 12 years ago
Merge pull request #29 from coroa/master More... over 12 years ago
cmake: switch from using deprecated linklibraries to target_linklibraries More... over 12 years ago
Avoid Python 3 compile warnings in NumPy initialization More... almost 13 years ago
Qualify calls to template member functions in invoke_matching. More... over 13 years ago
Update README to mention CMake build system. More... over 13 years ago
Fix embedding issues with statically-compiled Python, at least on Linux. Use LINKFLAGS instead of LDFLAGS (see also #23; patch from Luc Bourhis) More... over 13 years ago
Add cmake build system, fix examples for Windows compatibility. More... over 13 years ago
Merge pull request #17 from awishnick/master More... over 13 years ago
Add astype to ndarray. More... over 13 years ago
replace non-constant array sizes with scoped_array More... over 13 years ago
Add license file and license header to source files. More... over 13 years ago
Merge pull request #12 from barnabyrobson/patch-1 More... over 13 years ago
Update SConscript More... over 13 years ago
add more permissive equivalence test for dtypes, start using it in tests More... almost 14 years ago
ufunc tests now ensure that return value is the same object as the 'output' (if it is provided) argument being the same object as the ufunc return value More... almost 14 years ago