Skip to content

Commit

Permalink
[release] Update changelog for 0.2.51. (hail-is#9167)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoterba authored Jul 28, 2020
1 parent 7d15952 commit 777187a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hail/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ URL := $(shell git config --get remote.origin.url)
SCALA_VERSION = 2.11.12
SPARK_VERSION := 2.4.5
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 50
HAIL_PATCH_VERSION := 51
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)

Expand Down
12 changes: 12 additions & 0 deletions hail/python/hail/docs/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ 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.51

Released 2020-07-28

### Bug fixes

- (hail#9161) Fix bug that prevented concatenating ndarrays that are fields of a table.
- (hail#9152) Fix bounds in NDArray slicing.
- (hail#9161) Fix bugs calculating *row_id* in `hl.import_matrix_table`.

---

## Version 0.2.50

Released 2020-07-23
Expand Down

0 comments on commit 777187a

Please sign in to comment.