Skip to content

Commit

Permalink
[release] Release 0.2.132 (#14588)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-goldstein committed Jul 9, 2024
1 parent 366e708 commit 678e1f5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hail/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import mill.util.Jvm

object Settings {
val hailMajorMinorVersion = "0.2"
val hailPatchVersion = "131"
val hailPatchVersion = "132"
}

/** Update the millw script. */
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 @@ -52,6 +52,22 @@ supports.
policy. Their functionality or even existence may change without notice. Please contact us if you
critically depend on experimental functionality.**

## Version 0.2.132

Released 2024-07-08

### New Features

- (hail#14572) Added `StringExpression.find` for finding substrings in a Hail str.

### Bug Fixes

- (hail#14574) Fixed `TypeError` bug when initializing Hail Query with `backend='batch'`.
- (hail#14571) Fixed a deficiency that caused certain pipelines that construct Hail `NDArray`s
from streams to run out of memory.
- (hail#14579) Fix serialization bug that broke some Query-on-Batch pipelines with many complex expressions.
- (hail#14567) Fix Jackson configuration that broke some Query-on-Batch pipelines with many complex expressions.

## Version 0.2.131

Released 2024-05-30
Expand Down
5 changes: 5 additions & 0 deletions hail/python/hailtop/batch/docs/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ versions. In particular, Hail officially supports:
Change Log
==========

**Version 0.2.132**

- (`#14576 <https://github.com/hail-is/hail/pull/14576>`__) Fixed bug where
submitting many Python jobs would fail with `RecursionError`.

**Version 0.2.131**

- (`#14544 <https://github.com/hail-is/hail/pull/14544>`__) `batch.read_input`
Expand Down
2 changes: 1 addition & 1 deletion hail/version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif
SCALA_VERSION ?= 2.12.18
SPARK_VERSION ?= 3.5.0
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 131
HAIL_PATCH_VERSION := 132
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
ELASTIC_MAJOR_VERSION ?= 7

0 comments on commit 678e1f5

Please sign in to comment.