- Nov 05, 2017
-
-
Frank Sauerburger authored
The added unit testes fail currently. There is an issue with the exception handling if invalid arguments are passed to the methods (see #2). This closes #4.
-
- Nov 03, 2017
-
-
Frank Sauerburger authored
Ci See merge request !1
-
Frank Sauerburger authored
Building the extension requires numpy to be installed, therefore it is not sufficient to specify as a dependency. Numpy has to be install before hand.
-
Frank Sauerburger authored
Fix accidentally wrong file extension.
-
Frank Sauerburger authored
Add a basic README with installation and usage information. Use doxec to test the information in the document.
-
Frank Sauerburger authored
First implementation to intersect two sorted numpy arrays. This completes the feature list of the experimental implementations. Further improvements can be achieved by using a binary search or a galloping search.
-
Frank Sauerburger authored
First implementation to merge two sorted numpy arrays. The purpose of this version is to learn Python's C-API and Numpy's array API. This version is not stable and works only for 64 bit floats. Merging a 35M and a 15M array takes about 10s on my laptop.
-