We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4754f commit 63aa444Copy full SHA for 63aa444
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.2.7 (2022-06-27)
6
+### Performance
7
+* Metadata reader implemented with parallel read ([`da4754f`](https://github.com/amanas/dnarecords/commit/da4754f61719269e1f84f27836029b5d7f3154a2))
8
+
9
## v0.2.6 (2022-05-27)
10
### Fix
11
* Fixed dense_shape error on variant_wise writer ([`523a8e6`](https://github.com/amanas/dnarecords/commit/523a8e6cce8779f9363e09533b1d3281481e1599))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "dnarecords"
-version = "0.2.6"
+version = "0.2.7"
description = "Genomics data ML ready"
authors = ["Atray Dixit, Andrés Mañas Mañas, Lucas Seninge"]
license = "MIT"
0 commit comments