Skip to content

Commit 1579834

Browse files
Added fixes in 3.2.4 to NEWS.md
1 parent a77e872 commit 1579834

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

NEWS.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# handwriter (development version)
1+
# handwriter 3.2.4
22

3-
# handwriter 3.2.2
3+
## Minor improvements and fixes
4+
5+
* Fixed `get_writer_profiles()` and `plot_writer_profiles()` so that they are exported functions.
6+
7+
# handwriter 3.2.3
48

59
## New features
610

711
* Created `get_cluster_fill_rates()` to calculate the proportion of graphs assigned to each cluster in a cluster template.
812

9-
* Created `get_writer_profiles()` to estimate writer profiles for all handwritten documents in the input directory. Writer profiles are the cluster fill counts or the cluster fill rates. This function runs `process_batch_dir()` to split the handwritting int component shapes called graphs. Then, it runs `get_clusters_batch()` to assign each graph to a cluster in a cluster template. Lastly, it runs `get_cluster_fill_counts()` or `get_cluster_fill_rates()` depending on whether the user chooses counts or rates.
13+
* Created `get_writer_profiles()` to estimate writer profiles for all handwritten documents in the input directory. Writer profiles are the cluster fill counts or the cluster fill rates. This function runs `process_batch_dir()` to split the handwriting into component shapes called graphs. Then, it runs `get_clusters_batch()` to assign each graph to a cluster in a cluster template. Lastly, it runs `get_cluster_fill_counts()` or `get_cluster_fill_rates()` depending on whether the user chooses counts or rates.
1014

1115
## Minor improvements and fixes
1216

0 commit comments

Comments
 (0)