Skip to content

Commit c610176

Browse files
committedMar 9, 2023
Correct release notes now we are not type checking identifier columns
1 parent f37833f commit c610176

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed
 

‎docs/release-notes/11.0.1.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,24 @@ Release date: 2023-03-08
44

55
## Synopsis
66

7-
Remove type validation for columns which are only used for data grouping.
7+
Remove type validation for columns which are only used for data identification.
88

99
## Changes
1010

11-
Previously, columns only used for data grouping in methods were only allowed
12-
to contain data of StringType. This doesn't really make sense since these
13-
columns are only used in group by clauses and thus the type doesn't matter.
14-
This release removes these restrictions.
11+
Previously, columns used for data identification (both individual
12+
contributors and data grouping) in methods were only allowed to contain
13+
strings. This doesn't really make sense since these identification columns
14+
are only used in contexts where the type doesn't matter. This release
15+
removes these restrictions.
1516

1617
## Notes
1718

1819
The effected methods and associated columns (named by method parameter) are
1920
as follows:
2021

21-
* Imputation - `grouping_col`
22-
* HT Ratio Estimation - `strata_col` and `calibration_group_col`
23-
* Winsorisation - `grouping_col`
22+
* Imputation - `reference_col` and `grouping_col`
23+
* HT Ratio Estimation - `unique_identifier_col`, `strata_col` and
24+
`calibration_group_col`
25+
* Winsorisation - `reference_col` and `grouping_col`
2426

2527
This release does not have any impact on method outputs.

0 commit comments

Comments
 (0)