Skip to content

Commit

Permalink
[release] Update changelog for 0.2.67. (#10458)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoterba authored May 6, 2021
1 parent 40e8b6b commit a673309
Show file tree
Hide file tree
Showing 2 changed files with 15 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 := 66
HAIL_PATCH_VERSION := 67
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
ELASTIC_MAJOR_VERSION ?= 7
Expand Down
14 changes: 14 additions & 0 deletions hail/python/hail/docs/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,22 @@ Please note that **forward compatibility should not be expected, especially
relating to file formats**: this means that it may not be possible to use
an earlier version of Hail to read files written in a later version.

---

## Version 0.2.67

### Critical performance fix

Released 2021-05-06

- (hail#10451) Fixed a memory leak / performance bug triggered by `hl.literal(...).contains(...)

---

## Version 0.2.66

Released 2021-05-03

### New features

- (hail#10398) Added new method `BlockMatrix.to_ndarray`.
Expand Down

0 comments on commit a673309

Please sign in to comment.