Skip to content

Commit

Permalink
[release] update changelog for 0.2.100 (#12220)
Browse files Browse the repository at this point in the history
  • Loading branch information
iris-garden authored Sep 23, 2022
1 parent af6ba20 commit 2ea2615
Show file tree
Hide file tree
Showing 2 changed files with 20 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.3
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 99
HAIL_PATCH_VERSION := 100
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
ELASTIC_MAJOR_VERSION ?= 7
Expand Down
19 changes: 19 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,25 @@ an earlier version of Hail to read files written in a later version.

---

## Version 0.2.100

Released 2022-09-23

### New Features

- (hail#12207) Add support for the `shape` aesthetic to `hail.ggplot.geom_point`.

### Deprecations

- (hail#12213) The `batch_size` parameter of `vds.new_combiner` is deprecated in favor of `gvcf_batch_size`.

### Bug fixes

- (hail#12216) Fix bug that caused `make install-on-cluster` to fail with a message about `sys_platform`.
- (hail#12164) Fix bug that caused Query on Batch pipelines to fail on datasets with indexes greater than 2GiB.

---

## Version 0.2.99

Released 2022-09-13
Expand Down

0 comments on commit 2ea2615

Please sign in to comment.