We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2891ca commit c1900e9Copy full SHA for c1900e9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.18.2 (2025-11-03)
2
+
3
+### Fix
4
5
+- correctly parse and load variant fields (skip duplicates)
6
+- use ak.str.length instead of ak.num to get ref and alt lengths. docs: shape docstring
7
8
## 0.18.1 (2025-10-23)
9
10
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "genvarloader"
-version = "0.18.1"
+version = "0.18.2"
description = "Pipeline for efficient genomic data processing."
authors = [
{ name = "David Laub", email = "[email protected]" },
0 commit comments