Skip to content

Commit

Permalink
[pip] Release 0.2.126 (#13942)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan King <[email protected]>
  • Loading branch information
daniel-goldstein and danking authored Oct 30, 2023
1 parent 5bc9a25 commit ee77707
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 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,15 @@ supports.
policy. Their functionality or even existence may change without notice. Please contact us if you
critically depend on experimental functionality.**

## Version 0.2.126

Released 2023-10-30

### Bug Fixes

- (hail#13939) Fix a bug introduced in 0.2.125 which could cause dict literals created in python to be decoded incorrectly, causing runtime errors or, potentially, incorrect results.
- (hail#13751) Correct the broadcasting of ndarrays containing at least one dimension of length zero. This previously produced incorrect results.

## Version 0.2.125

Released 2023-10-26
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.15
SPARK_VERSION ?= 3.3.0
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 125
HAIL_PATCH_VERSION := 126
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 ee77707

Please sign in to comment.