Skip to content

Releases: CHIMB/autolink

autolink - June 23rd, 2025

23 Jun 20:55
Compare
Choose a tag to compare
  • Change the plot captions of probabilistic linkage passes.
  • Add selected algorithm to appear in list of considered algorithms when generating final report with more than one algorithm.
  • Change order of performance measures data frame.
  • Convert ground truth variable to a more readable format when it appears in plots or reports.

autolink - June 18th, 2025

18 Jun 14:10
Compare
Choose a tag to compare
  • Update report title of sensitivity reports to 'Data Linkage Sensitivity Analysis'.
  • Change categorized age label cutoffs (65-80 -> 65-79 & 81+ -> 80+)

autolink - June 17th, 2025

17 Jun 15:49
Compare
Choose a tag to compare
  • Add unlinked pairs obtained during deterministic linkage to the return list so that users may look over the data pairs before linking on the achieved scores.

autolink - June 17th, 2025

17 Jun 14:12
Compare
Choose a tag to compare
  • Update the subtitles going into the final and intermediate linkage reports.

autolink - June 17th, 2025

17 Jun 13:11
Compare
Choose a tag to compare
  • Descriptions of comparison methods and linkage methods removes the 'using the Reclin2 package' and 'from the Reclin2 package' from the default metadata methods.
  • Fix logic for allowing compound ground truth variables for an algorithm.
  • Correct GUI bug that prevents two algorithms with the same name across ALL datasets from being restored when within the 'Archived Algorithms' page.
  • Correct GUI bug when updating dataset if a row is selected on the 'View Algorithms' page which caused the program to crash before.

autolink - May 8th, 2025

08 May 18:49
Compare
Choose a tag to compare
  • GUI now allows users to select/define the data capture month and year for each dataset. Once selected, the user is given the option to include a time trend plot in the generated linkage report.

autolink - May 7th, 2025

07 May 16:33
Compare
Choose a tag to compare

Output Options in GUI

  • Allows users to toggle whether they want the generated threshold plots to use linear or log scaling on the y-axis.
  • Allows users to toggle whether they'd like extra algorithm summary variables to appear per pass (FDR and FOR).
  • Allows users to upload a .csv or .rds file containing definitions that will appear in generated reports.
  • Allows users to upload a .csv or .rds file containing abbreviations that will appear in generated reports.

autolink - May 6th, 2025

06 May 12:24
Compare
Choose a tag to compare
  • Added extra parameter option for allowing user to choose between using linear or log scaling histograms.
  • Added extra parameter options for allowing user to upload a data frame, path to CSV, or path to RDS file containing abbreviations and definitions that appear in generated linkage reports.
  • Added extra parameter options for including extra variables (FDR and FOR) for each algorithm step.
  • Collapsed footnotes into a singular string so that footers in the reports are more compact.
  • Added extra cutoffs and breaks for the categorized year output type.

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.