- 25 Sep, 2020 3 commits
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- 08 Sep, 2020 1 commit
-
-
Katia Saurfelt authored
-
- 14 Sep, 2020 1 commit
-
-
Simon Chabot authored
I see a red door and I want it painted black.
-
- 05 Aug, 2020 7 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
- 22 Jun, 2020 5 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
- 08 Jun, 2020 1 commit
-
-
Simon Chabot authored
-
- 07 May, 2020 1 commit
- 05 May, 2020 1 commit
-
-
Simon Chabot authored
those will be removed from scipy in version 2.0 > DeprecationWarning: scipy.empty is deprecated and will be removed in SciPy > 2.0.0, use numpy.empty instead
-
- 27 Apr, 2020 3 commits
-
-
Simon Chabot authored
This new function enables to compute a confidence from a distance. When iterating over the aligned pairs, one can use this function to obtained a confidence from the distance between the pair's elements.
-
Simon Chabot authored
For all aligners, the method `get_aligned_pairs` returns an iterator over tuples of aligned pairs : (refitem, targetitem, distance). The PipelineAligner was iterating over (refitem, targetitem) ; the distance was removed. This patch fixes this, and make the content of the variable `pair` more explicit. closes #1
-
Simon Chabot authored
This new parameter, `repeatable`, enables one to obtain the same results, with the same parameters (documents, signature length, etc). The MinHashing technique is based on randomly chosen hash functions. In order to get the same results at each calls (when `repeatable` is set to True), we set the random seed to a predetermined value (and customizable if need be). With the same random seed, one should get the same hash functions, and therefore the same documents signatures, and… the same results.
-
- 07 May, 2020 1 commit
-
-
Simon Chabot authored
-
- 20 Apr, 2020 5 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
BREAKING CHANGE: this completely drops python2 support
-
Simon Chabot authored
-
- 07 May, 2020 2 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
this is the last version with some python2 support
-
- 20 Apr, 2020 5 commits
-
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
-
Simon Chabot authored
heptapod has been upgraded to a newer version. Let's now simplify the gitlab-ci.
-
- 06 May, 2020 1 commit
-
-
Simon Chabot authored
there is issues with the version 0.42 (the last release). Issues seems to be related to the ignore folders, and the prune statements in the MANIFEST.in related: https://github.com/mgedmin/check-manifest/issues/115
-
- 20 Apr, 2020 1 commit
-
-
Simon Chabot authored
there is a issue with loading remote DTD. This issue is not resolved (and do we want to keep this class `ValidXHTMLPrettyPrint` ? I’m not sure). As this may me removed soon, I suggest to allow failure on this tests while we decide whether we remove it in 1.0.0 or not.
-
- 03 Dec, 2019 2 commits
-
-
Philippe Pepiot authored
-
Philippe Pepiot authored
-