DSACMS / dedupliFHIR

Prototype for basic deduplication and aggregation of eCQM data
Creative Commons Zero v1.0 Universal
8 stars 3 forks source link

Bump splink from 4.0.1 to 4.0.3 #172

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps splink from 4.0.1 to 4.0.3.

Release notes

Sourced from splink's releases.

v4.0.3

What's Changed

Full Changelog: https://github.com/moj-analytical-services/splink/compare/v4.0.2...v4.0.3

v4.0.2

What's Changed

Full Changelog: https://github.com/moj-analytical-services/splink/compare/v4.0.1...v4.0.2

Changelog

Sourced from splink's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[4.0.2] - 2024-09-19

Added

  • Match weight and m and u probabilities charts now have improved tooltips (#2392)
  • Added new AbsoluteDifferenceLevel comparison level for numerical columns (#2398)
  • Added new CosineSimilarityLevel and CosineSimilarityAtThresholds for comparing array columns using cosine similarity (#2405)
  • Added new ArraySubsetLevel for comparing array columns (#2416)

Fixed

  • Fixed issue where ColumnsReversedLevel required equality on both columns (#2395)
Commits
  • 9d33cae Merge pull request #2435 from moj-analytical-services/v_4_0_3_release
  • 6bd83d6 v4.0.3 release
  • 316f5cc Merge pull request #2434 from moj-analytical-services/better_autocomplete_for...
  • 97df27b ignore both ruff and mypy
  • d41b0f8 mypy error
  • 87d9e57 docstrings
  • f88013f add better autocomplete for dataframes
  • 5a9068b Merge pull request #2412 from moj-analytical-services/cluster_without_linker
  • 3f4dd4b clean up unused fn
  • 705335b add additional link
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 1 month ago

Superseded by #180.