Commit Graph

13 Commits

Author SHA1 Message Date
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +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 4b6d1f01e5 Better docstring 2012-01-17 10:41:12 +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