Skip to content

Commit

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

* Updated change log
  • Loading branch information
johnc1231 authored Feb 15, 2022
1 parent 8c25cae commit 9b98676
Show file tree
Hide file tree
Showing 2 changed files with 16 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 := 84
HAIL_PATCH_VERSION := 85
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
ELASTIC_MAJOR_VERSION ?= 7
Expand Down
15 changes: 15 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,21 @@ an earlier version of Hail to read files written in a later version.

---

## Version 0.2.85

Release 2022-02-14

### Bug fixes

- (hail#11355) Fixed assertion errors being hit relating to RVDPartitioner.
- (hail#11344) Fix error where hail ggplot would mislabel points after more than 10 distinct colors were used.

### New features

- (#11332) Added `geom_ribbon` and `geom_area` to hail ggplot.

---

## Version 0.2.84

Release 2022-02-10
Expand Down

0 comments on commit 9b98676

Please sign in to comment.