Skip to content

Commit

Permalink
Updated NEWS with changes since previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniereinders committed Nov 4, 2024
1 parent 3285525 commit 13cf1e3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"))
Expand Down
22 changes: 21 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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) <doi:10.1002/sam.11566>. 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

Expand Down

0 comments on commit 13cf1e3

Please sign in to comment.