uc-cdis / peregrine

GraphQL search API service
Apache License 2.0
11 stars 9 forks source link

chore(deps): bump fuzzywuzzy from 0.6.1 to 0.17.0 #145

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps fuzzywuzzy from 0.6.1 to 0.17.0.

Release notes *Sourced from [fuzzywuzzy's releases](https://github.com/seatgeek/fuzzywuzzy/releases).* > ## 0.16.0 (2017-12-18) > - Add punctuation characters back in so process does something. > [davidcellis] > > - Simpler alphabet and even fewer examples. [davidcellis] > > - Fewer examples and larger deadlines for Hypothesis. [davidcellis] > > - Slightly more examples. [davidcellis] > > - Attempt to fix the failing 2.7 and 3.6 python tests. [davidcellis] > > - Readme: add link to C++ port. [Lizard] > > - Fix tests on Python 3.3. [Jon Banafato] > > Modify tox.ini and .travis.yml to install enum34 when running with > Python 3.3 to allow hypothesis tests to pass. > > > - Normalize Python versions. [Jon Banafato] > > - Enable Travis-CI tests for Python 3.6 > - Enable tests for all supported Python versions in tox.ini > - Add Trove classifiers for Python 3.4 - 3.6 to setup.py > > --- > > Note: Python 2.6 and 3.3 are no longer supported by the Python core > team. Support for these can likely be dropped, but that's out of scope > for this change set. > > > - Fix typos. [Sven-Hendrik Haase] > > ## 0.15.1 (2017-07-19) > > - Fix setup.py (addresses [#155](https://github-redirect.dependabot.com/seatgeek/fuzzywuzzy/issues/155)) [Paul O'Leary McCann] > > - Merge remote-tracking branch 'upstream/master' into > extract_optimizations. [nolan] > > - Seed random before generating benchmark strings. [nolan] > > - Cleaner implementation of same idea without new param, but adding > existing full_process param to Q,W,UQ,UW. [nolan] > > - Fix benchmark only generate list once. [nolan] > > - Only run util.full_process once on query when using extract functions, > ... (truncated)
Changelog *Sourced from [fuzzywuzzy's changelog](https://github.com/seatgeek/fuzzywuzzy/blob/master/CHANGES.rst).* > 0.17.0 (2018-08-20) > =================== > > - Make benchmarks script Py3 compatible. \[Stefan Behnel\] > - Add Go lang port. \[iddober\] > - Add reference to C\# port. \[ericcoleman\] > - Chore: remove license header from files. \[Jose Diaz-Gonzalez\] > > The files should all inherit the projects license. > > - Fix README title style. \[Thomas Grainger\] > - Add readme check. \[Thomas Grainger\] > > install docutils and Pygments > > - Cache pip. \[Thomas Grainger\] > - Upgrade pip/setuptools for hypothesis. \[Thomas Grainger\] > - Feat: drop py26 and py33 support from tox. \[Jose Diaz-Gonzalez\] > - Feat: drop support for 2.6 in test\_fuzzywuzzy.py. \[Jose Diaz-Gonzalez\] > - Feat: drop reference to 2.4 from readme. \[Jose Diaz-Gonzalez\] > - Feat: drop py2.6 and py3.3 classifiers. \[Jose Diaz-Gonzalez\] > - Feat: drop 2.6 and 3.3 support. \[Jose Diaz-Gonzalez\] > > These are no longer supported. Please upgrade your python version if you are using either version. > > - Fuzz: \_token\_sort: check for equivalence. \[Ralf Ramsauer\] > > If we don't have to full\_process the strings, we can safely assume to return 100 in case both candidates equal. > > Signed-off-by: Ralf Ramsauer <> > > - Test: add more test cases. \[Ralf Ramsauer\] > > Signed-off-by: Ralf Ramsauer <> > > - Utils: add and use check\_for\_equivalence decorator. \[Ralf Ramsauer\] > > And decorate basic scoring functions. > > The check\_for\_equivalence decorator MUST be used after the check\_for\_none decorator, as otherwise ratio(None, None) will get a score of 100. > > This fixes the first part of the recently introduced changes in the test set. > > Signed-off-by: Ralf Ramsauer <> > > - Tests: add some corner cases. \[Ralf Ramsauer\] > > '' and '' are equal, so are '{' and '{'. Test if fuzzywuzzy gives them a score of 100. > > For the moment, this patch breaks tests, fixes in fuzzywuzzy follow. > ... (truncated)
Commits - [`778162c`](https://github.com/seatgeek/fuzzywuzzy/commit/778162c5a73256745eb6ae22f925bc2dbcf7c894) Release version 0.17.0 - [`f647fdb`](https://github.com/seatgeek/fuzzywuzzy/commit/f647fdb5d398a4143c85563c9156e8921952fa8d) Merge pull request [#198](https://github-redirect.dependabot.com/seatgeek/fuzzywuzzy/issues/198) from seatgeek/josegonzalez-patch-1 - [`337d289`](https://github.com/seatgeek/fuzzywuzzy/commit/337d289580a7388a8eb2a4f98fe42cfcd2cb68f2) Merge branch 'master' into josegonzalez-patch-1 - [`bf95be0`](https://github.com/seatgeek/fuzzywuzzy/commit/bf95be01534c97d2a1e8666893d7264797835486) feat: drop py26 and py33 support from tox - [`278cd1e`](https://github.com/seatgeek/fuzzywuzzy/commit/278cd1e4a7e1a81ef897e4f63000af833d5530e9) feat: drop support for 2.6 in test_fuzzywuzzy.py - [`47ec02b`](https://github.com/seatgeek/fuzzywuzzy/commit/47ec02b4ab0731864325e6230321907d4794a80d) feat: drop reference to 2.4 from readme - [`7674bc6`](https://github.com/seatgeek/fuzzywuzzy/commit/7674bc654031afdc899ad6acf60acbf809fd5012) Merge pull request [#213](https://github-redirect.dependabot.com/seatgeek/fuzzywuzzy/issues/213) from scoder/bench-py3 - [`b7b1d18`](https://github.com/seatgeek/fuzzywuzzy/commit/b7b1d18ee41773a6e841426624e669a199e2a0cd) Make benchmarks script Py3 compatible. - [`df5b67a`](https://github.com/seatgeek/fuzzywuzzy/commit/df5b67a32d7ddaf2e86fe1247b6ff7e3b57e0805) Merge pull request [#206](https://github-redirect.dependabot.com/seatgeek/fuzzywuzzy/issues/206) from iddoberger/master - [`69f4db0`](https://github.com/seatgeek/fuzzywuzzy/commit/69f4db07e5b49d5981a6a179b60e5842b963448a) Add Go lang port - Additional commits viewable in [compare view](https://github.com/seatgeek/fuzzywuzzy/compare/0.6.1...0.17.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

The following labels could not be found: dependencies.

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.