File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed 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.1 .0"
7+ version = " 4.2 .0"
88description = " Fast supervised pyspark record linkage software"
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -55,7 +55,7 @@ hlink = "hlink.scripts.main:cli"
5555Homepage = " https://github.com/ipums/hlink"
5656Documentation = " https://hlink.docs.ipums.org"
5757Repository = " https://github.com/ipums/hlink"
58- Changelog = " https://github.com/ ipums/hlink/releases "
58+ Changelog = " https://hlink.docs. ipums.org/changelog.html "
5959
6060[tool .setuptools .packages .find ]
6161where = [" ." ]
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- ## Not Yet Released
6+ ## v4.2.0 (2025-04-29)
77
88### Added
99
@@ -26,13 +26,21 @@ Hlink adheres to semantic versioning as much as possible.
2626* Stabilized the XGBoost feature, since the integration provided by the xgboost
2727 Python package is no longer unstable. [ PR #219 ] [ pr219 ]
2828
29+ * Improved the error messages generated when a column mapping transform is
30+ missing a required key. [ PR #207 ] [ pr207 ]
31+
2932### Deprecated
3033
3134* The ` hlink.linking.core.transforms.apply_transform ` function, which applies
3235 column mapping transforms, is now deprecated. Please use
3336 ` hlink.linking.core.column_mapping.apply_transform ` instead.
3437 ` column_mapping.apply_transform ` supports the same interface. [ PR #207 ] [ pr207 ]
3538
39+ ### Fixed
40+
41+ * Fixed a bug where command-line hlink would sometimes crash if the command
42+ history file was missing. [ PR #215 ] [ pr215 ]
43+
3644## v4.1.0 (2025-04-15)
3745
3846### Added
@@ -427,6 +435,7 @@ and false negative data in model exploration. [PR #1][pr1]
427435[ pr207 ] : https://github.com/ipums/hlink/pull/207
428436[ pr212 ] : https://github.com/ipums/hlink/pull/212
429437[ pr213 ] : https://github.com/ipums/hlink/pull/213
438+ [ pr215 ] : https://github.com/ipums/hlink/pull/215
430439[ pr219 ] : https://github.com/ipums/hlink/pull/219
431440
432441[ household-matching-docs ] : config.html#household-matching
You can’t perform that action at this time.
0 commit comments