Skip to content

Commit

Permalink
Added bug fix details for fit_model() to NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniereinders committed Sep 4, 2024
1 parent 32d80c5 commit f542833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

* Fixed bug in `get_clusters_batch()` where the function would stall but not return an error message if a document had a graph with a large number of edges (paths). Now the function deletes graphs with more than 30 edges.

* Fixed bug in `fit_model()` where the function saves the same data in two separate files: "model_clusters.rds" and "all_clusters.rds". I added an argument to `get_clusters_batch()` called 'save_master_file' and made the default FALSE. If TRUE, "all_clusters.rds" will be saved.

# handwriter 3.1.1

## Patches
Expand Down

0 comments on commit f542833

Please sign in to comment.