Skip to content

Commit 71f09a8

Browse files
Update CHANGELOG
1 parent a8db742 commit 71f09a8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
17
# openpipelines 0.12.4
28

39
## BUG FIXES
@@ -10,16 +16,12 @@
1016

1117
* `dataflow/concat`: Fix an issue where joining columns with different datatypes caused `TypeError` (PR #619).
1218

13-
* `dataflow/concat`: Fix `TypeError` when using mode 'move' and a column with conflicting metadata does not exist across all samples (PR #631).
14-
1519
# openpipelines 0.12.2
1620

1721
## BUG FIXES
1822

1923
* `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).
2024

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).
22-
2325
# openpipelines 0.12.1
2426

2527
## BUG FIXES

0 commit comments

Comments
 (0)