File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " hlink"
7- version = " 4.2.0 "
7+ version = " 4.2.1 "
88description = " Fast supervised pyspark record linkage software"
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 33The format of this changelog is based on [ Keep A Changelog] [ keep-a-changelog ] .
44Hlink adheres to semantic versioning as much as possible.
55
6+ ## v4.2.1 (2025-08-18)
7+
8+ ### Fixed
9+
10+ * Fixed a bug where hlink would throw an error if you tried to manually provide
11+ a seed to the ` random_forest ` , ` decision_tree ` , or ` gradient_boosted_trees `
12+ machine learning model. Now hlink accepts the ` seed ` parameter and passes it
13+ along to the model. If you do not pass a ` seed ` parameter, hlink behaves in the
14+ same way as before and automatically sets a default seed for you. [ PR #222 ] [ pr222 ]
15+
16+ * Fixed a bug where hlink did not automatically set the seed for the XGBoost and
17+ LightGBM machine learning models. The new behavior is to accept the ` seed ` parameter
18+ if it is passed by the user, or set a default seed if it is not passed. This matches
19+ the new behavior for the other models. [ PR #222 ] [ pr222 ]
20+
621## v4.2.0 (2025-04-29)
722
823### Added
@@ -437,6 +452,7 @@ and false negative data in model exploration. [PR #1][pr1]
437452[ pr213 ] : https://github.com/ipums/hlink/pull/213
438453[ pr215 ] : https://github.com/ipums/hlink/pull/215
439454[ pr219 ] : https://github.com/ipums/hlink/pull/219
455+ [ pr222 ] : https://github.com/ipums/hlink/pull/222
440456
441457[ household-matching-docs ] : config.html#household-matching
442458[ household-training-docs ] : config.html#household-training-and-model-exploration
You can’t perform that action at this time.
0 commit comments