Skip to content

Commit

Permalink
[release] Update changelog for 0.2.105 (#12393)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoterba authored Oct 31, 2022
1 parent 8379a6a commit 9a719c7
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.3
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 104
HAIL_PATCH_VERSION := 105
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.105

Released 2022-10-31 🎃

### New Features

- (hail#12293) Added support for `hail.MatrixTable`s to `hail.ggplot`.

### Bug Fixes

- (hail#12384) Fixed a critical bug that disabled tree aggregation and scan executions in 0.2.104, leading to out-of-memory errors.
- (hail#12265) Fix long-standing bug wherein `hl.agg.collect_as_set` and `hl.agg.counter` error when applied to types which, in Python, are unhashable. For example, `hl.agg.counter(t.list_of_genes)` will not error when `t.list_of_genes` is a list. Instead, the counter dictionary will use `FrozenList` keys from the `frozenlist` package.

---

## Version 0.2.104

Release 2022-10-19
Expand Down

0 comments on commit 9a719c7

Please sign in to comment.