data61 / clkhash

CLK hash: hash pii for entity matching
Apache License 2.0
47 stars 9 forks source link

Bump recordlinkage from 0.14 to 0.15 #575

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps recordlinkage from 0.14 to 0.15.

Changelog

Sourced from recordlinkage's changelog.

Version 0.15

  • Remove deprecated recordlinkage classes ([#173](https://github.com/J535D165/recordlinkage/issues/173)_)
  • Bump min Python version to 3.6, ideally 3.8+ ([#171](https://github.com/J535D165/recordlinkage/issues/171)_)
  • Bump min pandas version to >=1
  • Resolve deprecation warnings for numpy and pandas
  • Happy lint, sort imports, format code with yapf
  • Remove unnecessary np.sort in SNI algorithm ([#141](https://github.com/J535D165/recordlinkage/issues/141)_)
  • Fix bug for cosine and qgram string comparisons with threshold ([#135](https://github.com/J535D165/recordlinkage/issues/135)_)
  • Fix several typos in docs ([#151](https://github.com/J535D165/recordlinkage/issues/151))([#152](https://github.com/J535D165/recordlinkage/issues/152))([#153](https://github.com/J535D165/recordlinkage/issues/153))([#154](https://github.com/J535D165/recordlinkage/issues/154))([#163](https://github.com/J535D165/recordlinkage/issues/163))([#164](https://github.com/J535D165/recordlinkage/issues/164))
  • Fix random indexer ([#158](https://github.com/J535D165/recordlinkage/issues/158)_)
  • Fix various deprecation warnings and broken docs build ([#170](https://github.com/J535D165/recordlinkage/issues/170)_)
  • Fix broken docs build due to pandas depr warnings ([#169](https://github.com/J535D165/recordlinkage/issues/169)_)
  • Fix broken build and removed warning messages ([#168](https://github.com/J535D165/recordlinkage/issues/168)_)
  • Update narrative
  • Replace Travis by Github Actions ([#132](https://github.com/J535D165/recordlinkage/issues/132)_)
  • Fix broken test NotFittedError
  • Fix bug in low memory random sampling and add more tests ([#130](https://github.com/J535D165/recordlinkage/issues/130)_)
  • Add extras_require to setup.py for deps management
  • Add banner to README and update title
  • Add Binder and Colab buttons at tutorials ([#174](https://github.com/J535D165/recordlinkage/issues/174)_)

Special thanks to Tomasz Waleń @​twalen and other contributors for their work on this release.

.. _#173: J535D165/recordlinkage#173 .. _#171: J535D165/recordlinkage#171 .. _#141: J535D165/recordlinkage#141 .. _#135: J535D165/recordlinkage#135 .. _#151: J535D165/recordlinkage#151 .. _#152: J535D165/recordlinkage#152 .. _#153: J535D165/recordlinkage#153 .. _#154: J535D165/recordlinkage#154 .. _#163: J535D165/recordlinkage#163 .. _#164: J535D165/recordlinkage#164 .. _#158: J535D165/recordlinkage#158 .. _#170: J535D165/recordlinkage#170 .. _#169: J535D165/recordlinkage#169 .. _#168: J535D165/recordlinkage#168 .. _#132: J535D165/recordlinkage#132 .. _#130: J535D165/recordlinkage#130 .. _#174: J535D165/recordlinkage#174

Commits
  • bd5cd08 Release of v0.15
  • dbfc3ba Make use of nbsphinx for documentation and guides (#174)
  • ff4a59d Remove deprecated recordlinkage classes (#173)
  • f7848ff Add banner to README and update title
  • b02d7a9 Add recordlinkage banner image to docs folder
  • 7884d39 Bump min Python version to 3.6, ideally 3.8+ (#171)
  • 3b3f5d0 Happy lint and sort imports
  • 9443ba5 Format code with yapf
  • 8a988db Fix bug for cosine and qgram string comparisons with threshold (#135)
  • 45220cd Remove unnecessary np.sort in SNI algorithm (#141)
  • Additional commits viewable in compare view


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.


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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #575 (2157098) into master (f63939e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #575   +/-   ##
=======================================
  Coverage   94.37%   94.37%           
=======================================
  Files          13       13           
  Lines         960      960           
=======================================
  Hits          906      906           
  Misses         54       54