You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
# openpipelines 0.12.5
2
+
3
+
## BUG FIXES
4
+
5
+
*`qc/calculate_qc_metrics`: Resolved an issue where statistics based on the input columns selected with `--var_qc_metrics` were incorrect when these input columns were encoded in `pd.BooleanDtype()` (PR #685).
6
+
1
7
# openpipelines 0.12.4
2
8
3
9
## BUG FIXES
@@ -10,16 +16,12 @@
10
16
11
17
*`dataflow/concat`: Fix an issue where joining columns with different datatypes caused `TypeError` (PR #619).
12
18
13
-
*`dataflow/concat`: Fix `TypeError` when using mode 'move' and a column with conflicting metadata does not exist across all samples (PR #631).
14
-
15
19
# openpipelines 0.12.2
16
20
17
21
## BUG FIXES
18
22
19
23
*`dataflow/concat`: Fix an issue where using `--mode move` on samples with non-overlapping features would cause `var_names` to become unaligned to the data (PR #653).
20
24
21
-
*`qc/calculate_qc_metrics`: Resolved an issue where statistics based on the input columns selected with `--var_qc_metrics` were incorrect when these input columns were encoded in `pd.BooleanDtype()` (PR #685).
0 commit comments