We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bf7c3 commit 4889960Copy full SHA for 4889960
docs/release-history.rst
@@ -2,6 +2,19 @@
2
Release History
3
===============
4
5
+v0.6.0 (2021-06-25)
6
+-------------------
7
+
8
+Enhancements
9
+^^^^^^^^^^^^
10
11
+* The *genomics* DataFrame Accessor no longer requires that all columns in the DataFrame are backed by a GenotypeArray
12
13
+v0.5.2 (2021-06-24)
14
15
16
+* Update numpy version requirement
17
18
v0.5.1 (2021-06-23)
19
-------------------
20
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pandas-genomics"
-version = "0.5.2"
+version = "0.6.0"
description = "Pandas ExtensionDtypes and ExtensionArray for working with genomics data"
license = "BSD-3-Clause"
authors = ["John McGuigan <[email protected]>"]
0 commit comments