Commit Graph

12 Commits

Author SHA1 Message Date
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Lars Buitinck 37c1d092f8 COSMIT shut up the build by calling np.import_array in Cython modules
$(make in 2>&1 | wc -l) down from 706 to 517.

Took the liberty of modernizing some of the Cython code while I was at it.
2013-01-10 18:00:21 +01:00
Gael Varoquaux dd04394039 BUG: fix murmurhash compilation with recent Cython 2012-11-22 22:36:03 +01:00
Lars Buitinck 67a72ebe8a BUG promote type-safety in murmurhash
* be explicit about size of integers
* functions renamed to reflect this
* also, raise TypeError instead of ValueError

TODO Check if the C code obeys the C strict aliasing rule; if it doesn't,
it might break with very strong optimizers.
2012-01-18 12:19:01 +01:00
Olivier Grisel 5c8d4e4b96 OPTIM: avoid unlikely np.int32 test upfront 2012-01-18 06:38:38 +01:00
Olivier Grisel c6f17c08ee Shorter cpdef function names + missing docstrings 2012-01-18 06:16:07 +01:00
Olivier Grisel f9d1efe64f ENH: add the ability to hash int arrays 2012-01-17 10:39:13 +01:00
Olivier Grisel c80083c90d Export some public cython API 2012-01-17 02:34:00 +01:00
Olivier Grisel 152d225789 implementation & test for the murmurhash wrapper module 2012-01-17 02:30:59 +01:00
GaelVaroquaux ec20311e06 ENH: get the murmurhash to build properly 2012-01-16 08:11:50 +01:00
Olivier Grisel 6f6697896b first stab at trying to wrap MurmurHash3 2012-01-16 01:40:47 +01:00