Skip to content

Commit

Permalink
[release] updates changelog for 0.2.118
Browse files Browse the repository at this point in the history
  • Loading branch information
iris-garden committed May 31, 2023
1 parent 2203c6d commit 0258ba2
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 @@ -14,7 +14,7 @@ BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
SCALA_VERSION ?= 2.12.15
SPARK_VERSION ?= 3.3.0
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 117
HAIL_PATCH_VERSION := 118
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 @@ -33,6 +33,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.118

Released 2023-05-30

### Bug Fixes

- (hail#13113) `hail.ggplot2.geom_point` now displays a legend group for a column even when it has only one value in it.
- (hail#13089) Requester pays buckets now work in hailtop.fs and hl.hadoop_*. This has been broken since at least 0.2.115.
- (hail#12995) Fixed bug causing poor performance and memory leaks for Matrix.annotate_rows aggregations

---

## Version 0.2.117

Released 2023-05-19
Expand Down

0 comments on commit 0258ba2

Please sign in to comment.