Skip to content

Commit 423e231

Browse files
authored
Merge pull request #220 from ipums/make-v4.2.0
Bump the version to 4.2.0
2 parents 5ef1f4e + e1deb2a commit 423e231

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.1.0"
7+
version = "4.2.0"
88
description = "Fast supervised pyspark record linkage software"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -55,7 +55,7 @@ hlink = "hlink.scripts.main:cli"
5555
Homepage = "https://github.com/ipums/hlink"
5656
Documentation = "https://hlink.docs.ipums.org"
5757
Repository = "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]
6161
where = ["."]

sphinx-docs/changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-
## 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

0 commit comments

Comments
 (0)