diff --git a/DESCRIPTION b/DESCRIPTION index ed986dd..9a6473d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: handwriterApp Title: A 'shiny' Application for Handwriting Analysis -Version: 1.0.1.9000 +Version: 2.0.0 Authors@R: c(person("Iowa State University of Science and Technology on behalf of its Center for Statistics and Applications in Forensic Evidence", role = c("aut", "cph", "fnd")), person("Stephanie", "Reinders", role = c("aut", "cre"), email = "srein@iastate.edu")) diff --git a/NEWS.md b/NEWS.md index efa5cf5..074b2f7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,24 @@ -# handwriterApp (development version) +# handwriterApp 2.0.0 + +## New features + +* Added functionality from 'handwriterRF' to the 'shiny' app. The new functionality allows users to perform forensic handwriting comparison of two scanned handwritten documents. This uses the statistical method described by Madeline Johnson and Danica Ommen (2021) . Similarity measures and a random forest produce a score-based likelihood ratio that quantifies the strength of the evidence in favor of the documents being written by the same writer or different writers. + +## Minor improvements and fixes + +* Added the option to view a full-screen version of images displayed with `singleImageBodyUI()` and `singleImageServer()`. + +* Changed the navigation bar to have tabs Home, Scenarios, Scenario 1, Scenario 2, and More. More is a drop-down menu that gives the options About, Contact, and License. + +* Created a new function `plot_writer_profiles()` that plots writer profiles on the same set of axes and labels the lines by the document name. This function is similar to `handwriter::plot_cluster_fill_rates()`, but that function labels the lines by writer ID. + +* Changed the color of links to light blue in the sidebar and purple in the body. + +* Fixed a bug in the closed-set demo where the document previews were displaying correctly. + +* Renamed `currentImageUI()` and `currentImageServer()` as `selectImageUI()` and `selectImageServer()` respectively. This change better accommodates the new `singleImageBodyUI()` and `singleImageServer()` module. + +* Replaced the phrase "simulate casework" with "use your own samples" in the closed-set method for better clarity. # handwriterApp 1.0.1