From 2ab84582d24db8edb50e3b4ae6dcdb0e08f4a6ad Mon Sep 17 00:00:00 2001 From: John Compitello Date: Thu, 22 Jul 2021 12:04:49 -0400 Subject: [PATCH] Release 0.2.73 (#10692) * Bumped patch version * Updated changelog --- hail/Makefile | 2 +- hail/python/hail/docs/change_log.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/hail/Makefile b/hail/Makefile index f6e2073ddd5..b11b5562f12 100644 --- a/hail/Makefile +++ b/hail/Makefile @@ -14,7 +14,7 @@ BRANCH := $(shell git rev-parse --abbrev-ref HEAD) SCALA_VERSION ?= 2.12.13 SPARK_VERSION ?= 3.1.1 HAIL_MAJOR_MINOR_VERSION := 0.2 -HAIL_PATCH_VERSION := 72 +HAIL_PATCH_VERSION := 73 HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION) HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION) ELASTIC_MAJOR_VERSION ?= 7 diff --git a/hail/python/hail/docs/change_log.md b/hail/python/hail/docs/change_log.md index 646fa8273c1..55f40e30ae9 100644 --- a/hail/python/hail/docs/change_log.md +++ b/hail/python/hail/docs/change_log.md @@ -24,6 +24,17 @@ an earlier version of Hail to read files written in a later version. --- +## Version 0.2.73 + +Released 2021-07-22 + +### Bug fixes + +- (hail#10684) Fixed a rare bug reading arrays from disk where short arrays would have their first elements corrupted and long arrays would cause segfaults. +- (hail#10523) Fixed bug where liftover would fail with "Could not initialize class" errors. + +--- + ## Version 0.2.72 Released 2021-07-19