Skip to content

Releases: CHIMB/autolink

autolink - December 19th, 2024

19 Dec 22:33
Compare
Choose a tag to compare
  • Histograms use log scaling, and will overlap each other with a lower opacity for comparison.
  • Warnings WILL be generated when plots/histograms are created due to how the log scaling works in R.

autolink - December 19th, 2024

19 Dec 22:29
Compare
Choose a tag to compare
  • Intermediate reports can now have small counts suppressed when running from the console or UI.
  • Histograms/plots values are stacked within this version.

autolink - December 19th, 2024

19 Dec 18:51
Compare
Choose a tag to compare
  • An additional histogram is generated during probabilistic linkage if ground truth is available.
  • Missingness is now done manually via the "Linkage Algorithm Output" page. Selecting the "Missingness" field type will determine how many records within that field exist or are missing.
  • Title of the final and intermediate report have changed to "Data Linkage Quality Report" and contain a subtitle indicating the two datasets being linked.
  • An additional function has been added which will provide the user with a data frame of the fields and field labels that will have missingness indicators generated.
  • An additional parameter has been added which allows the user to provide a numeric threshold for which any fields that contain a count below that value will be automatically removed with the removed fields being mentioned in the footnotes of the tables they originally belonged to.

autolink - December 18th, 2024

18 Dec 21:16
Compare
Choose a tag to compare
  • Fixing bug when applying cutoffs or obtaining missingness with output fields that use the same source field more than once.
  • Making the UI easier to use/navigate:
    • Run Linkage algorithms page has been re-ordered to make selecting and seeing differences easier.
    • View linkage iterations page has a toggle to prevent clutter.
    • Manage linkage algorithms page shows the selected ground truth that belongs to the dataset pair.
  • Field names, along with the applied linkage rules and comparison rules have been re-written/re-structured to be easier to read and follow within the UI and generated reports.

autolink - December 16th, 2024

16 Dec 21:32
Compare
Choose a tag to compare
  • Updated the UI for the "Run Algorithms" page to allow for easier algorithm and report type selection.
  • Added a new extra parameter which will allow the user to designate the "Main Report" when generating a Final Report for a list of algorithms. The user should list said algorithm as the final value in a vector of provided algorithms so that the other algorithms can be ran, and so that their data can appear in the appendix of the final report that is generated.

autolink - December 5th, 2024

05 Dec 15:07
Compare
Choose a tag to compare
  • Fixing small UI bug on the "Manage Linkage Algorithms" page.

autolink - December 4th, 2024

04 Dec 21:42
7283c06
Compare
Choose a tag to compare
  • Fixing bug when generating threshold plot of ground truth selection if the ground truth variable was also used in either the blocking or matching criteria (of a probabilistic pass).

autolink- December 4th, 2024

04 Dec 18:48
a04b2da
Compare
Choose a tag to compare
  • Fixing bug when using a ground truth variable as a blocking or matching key in either a deterministic or probabilistic pass.
  • Adding the calculation of performance measures to deterministic passes.

autolink- December 4th, 2024

04 Dec 17:15
e2b6623
Compare
Choose a tag to compare
  • Fixed bug when selecting output fields with a matching or blocking variable that used the left or right alternative field linkage rule.
  • Fixed a bug when using the ground truth variable as a blocking or matching variable in a probabilistic pass.

autolink - December 3rd, 2024

03 Dec 17:03
Compare
Choose a tag to compare
  • Fixing tooltip positioning and opacity in the GUI so that it is accessible for acceptance and comparison rules.