Skip to content

Commit

Permalink
Release 0.2.73 (#10692)
Browse files Browse the repository at this point in the history
* Bumped patch version

* Updated changelog
  • Loading branch information
johnc1231 authored Jul 22, 2021
1 parent ac0fbe6 commit 2ab8458
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions hail/python/hail/docs/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ab8458

Please sign in to comment.