-
-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Approximate license detection #86
Comments
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
* simpler merging * support for creating spans from integers lists * several other refinements
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
* use multiple strategies for matching (bitvectors, frequency counters, ngram index and sequence alignments and inverted positional index * tokens are converted to numerical ids instead of keeping strings around reducing the memory footprint significantly * index is cached on disk after creation, making for a shorter startup time after initial indexing * new scancode option --license-score <int> to set the lowest score to keep an approximate license match
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
There is a weird heisenbug on Windows tests from Appveyor... cannot reproduce it anywhere else:
|
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
The issue for Windows @ appveyor is likely due to default encoding: https://www.google.com/search?q=sys.getdefaultencoding%20problem%20on%20windows |
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
pombredanne
added a commit
that referenced
this issue
Mar 11, 2016
pombredanne
added a commit
that referenced
this issue
Jun 15, 2016
pombredanne
added a commit
that referenced
this issue
Jun 15, 2016
* now using about 1/3 of tokens as junk * added new frequent_tokens * also performed minor optimizations
pombredanne
added a commit
that referenced
this issue
Jun 15, 2016
pombredanne
added a commit
that referenced
this issue
Jun 15, 2016
pombredanne
added a commit
that referenced
this issue
Jun 21, 2016
pombredanne
added a commit
that referenced
this issue
Jun 21, 2016
pombredanne
added a commit
that referenced
this issue
Jun 21, 2016
* also use matcher instead of _type * refine filtering and merging
pombredanne
added a commit
that referenced
this issue
Jun 21, 2016
* also refine the way rule identifiers are assigned when testing rules
pombredanne
added a commit
that referenced
this issue
Jun 21, 2016
* also improve duplicate rules detection * use cPickle for dumps. Nor more recursion shenannigans * compute canidates over all rule: regular_rids and small_rids
pombredanne
added a commit
that referenced
this issue
Jun 21, 2016
* we are still missing pre-built wheels for Win & Mac
pombredanne
added a commit
that referenced
this issue
Jun 22, 2016
pombredanne
added a commit
that referenced
this issue
Jun 22, 2016
pombredanne
added a commit
that referenced
this issue
Jun 22, 2016
pombredanne
added a commit
that referenced
this issue
Jun 22, 2016
* until we have stable working cross-os ones this commit remobes the intbitset and pyahocrasick wheels
pombredanne
added a commit
that referenced
this issue
Jun 22, 2016
pombredanne
added a commit
that referenced
this issue
Jun 22, 2016
pombredanne
added a commit
that referenced
this issue
Jun 22, 2016
pombredanne
added a commit
that referenced
this issue
Jun 22, 2016
pombredanne
added a commit
that referenced
this issue
Jun 22, 2016
* listing actual rules files that seem to be mising
pombredanne
added a commit
that referenced
this issue
Jun 22, 2016
* restoring travis config to normal
pombredanne
added a commit
that referenced
this issue
Jun 22, 2016
This was referenced Jul 29, 2016
pombredanne
added a commit
that referenced
this issue
Aug 5, 2016
* upstream maintainers have fixed all the pendings we submitted
This is all merged in develop now. And I am closing |
This was referenced Aug 24, 2016
pombredanne
added a commit
that referenced
this issue
Oct 6, 2016
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
pombredanne
added a commit
that referenced
this issue
Oct 6, 2016
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In addition to exact detection we should add support for approximate detection, as planned in the roadmap.
The text was updated successfully, but these errors were encountered: