Skip to content

Commit

Permalink
Release 0.2.96 (#11955)
Browse files Browse the repository at this point in the history
* release 0.2.96

* a few more notable bug fixes

* typo

Co-authored-by: Dan King <[email protected]>
  • Loading branch information
chrisvittal and danking authored Jun 24, 2022
1 parent 47cd8e7 commit 39909e0
Show file tree
Hide file tree
Showing 2 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.2
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 95
HAIL_PATCH_VERSION := 96
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
ELASTIC_MAJOR_VERSION ?= 7
Expand Down
16 changes: 16 additions & 0 deletions hail/python/hail/docs/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,22 @@ 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.96

Released 2022-06-21

### New Features

- (hail#11833) `hl.rand_unif` now has default arguments of 0.0 and 1.0

### Bug fixes

- (hail#11905) Fix erroneous FileNotFoundError in glob patterns
- (hail#11921) and (hail#11910) Fix file clobbering during text export with speculative execution.
- (hail#11920) Fix array out of bounds error when tree aggregating a multiple of 50 partitions.
- (hail#11937) Fixed correctness bug in scan order for `Table.annotate` and `MatrixTable.annotate_rows` in certain circumstances.
- (hail#11887) Escape VCF description strings when exporting.
- (hail#11886) Fix an error in an example in the docs for `hl.split_multi`.

## Version 0.2.95

Expand Down

0 comments on commit 39909e0

Please sign in to comment.