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 332d1e9 commit 0e5cf6bCopy full SHA for 0e5cf6b
docs/release-history.rst
@@ -2,6 +2,11 @@
2
Release History
3
===============
4
5
+v0.7.0 (2021-07-06)
6
+-------------------
7
+
8
+Return float values for encoding instead of newer (and less compatible) pandas types
9
10
v0.6.1 (2021-06-26)
11
-------------------
12
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pandas-genomics"
-version = "v0.6.1"
+version = "0.7.0"
description = "Pandas ExtensionDtypes and ExtensionArray for working with genomics data"
license = "BSD-3-Clause"
authors = ["John McGuigan <[email protected]>"]
0 commit comments