Skip to content

Commit e255fec

Browse files
committed
Bump the version to 4.2.1 and update the change log
1 parent 159f8da commit e255fec

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hlink"
7-
version = "4.2.0"
7+
version = "4.2.1"
88
description = "Fast supervised pyspark record linkage software"
99
readme = "README.md"
1010
requires-python = ">=3.10"

sphinx-docs/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
The format of this changelog is based on [Keep A Changelog][keep-a-changelog].
44
Hlink 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

0 commit comments

Comments
 (0)