Skip to content

Commit

Permalink
release 0.2.74 (#10706)
Browse files Browse the repository at this point in the history
* release 0.2.74

* Update change_log.md

* fix
  • Loading branch information
danking authored Jul 27, 2021
1 parent 3c4e856 commit 0c3a74d
Show file tree
Hide file tree
Showing 3 changed files with 17 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 := 73
HAIL_PATCH_VERSION := 74
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
ELASTIC_MAJOR_VERSION ?= 7
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 @@ -24,6 +24,18 @@ an earlier version of Hail to read files written in a later version.

---

## Version 0.2.74

Released 2021-07-26

### Bug fixes

- (hail#10697) Fixed bug in `read_table` when the table has missing keys and `_n_partitions` is specified.
- (hail#10695) Fixed bug in hl.experimental.loop causing incorrect results when loop state contained pointers.

---


## Version 0.2.73

Released 2021-07-22
Expand Down
4 changes: 4 additions & 0 deletions hail/python/hailtop/batch/docs/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Change Log
==========

**Version 0.2.74**

- Large job commands are now written to GCS to avoid Linux argument length and number limitations.

**Version 0.2.72**

- Made failed Python Jobs have non-zero exit codes.
Expand Down

0 comments on commit 0c3a74d

Please sign in to comment.