Skip to content

Commit 9c491a3

Browse files
committed
Version 0.10.0
1 parent ab4a229 commit 9c491a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/release-history.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release History
33
===============
44

5+
v0.10.0 (2021-07-16)
6+
--------------------
7+
8+
Change genotype scores to be a unit8 (255=missing) instead of float64, to save ~70% of memory usage
9+
510
v0.9.1 (2021-07-13)
611
-------------------
712

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pandas-genomics"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
description = "Pandas ExtensionDtypes and ExtensionArray for working with genomics data"
55
license = "BSD-3-Clause"
66
authors = ["John McGuigan <[email protected]>"]

0 commit comments

Comments
 (0)