Skip to content

Commit

Permalink
[release] Release 0.2.128 (#14304)
Browse files Browse the repository at this point in the history
The actual release PR didn't update the patch version so didn't do a
release.
  • Loading branch information
daniel-goldstein authored Feb 15, 2024
1 parent 5475705 commit 3fcbb27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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 = "127"
val hailPatchVersion = "128"
}

/** Update the millw script. */
Expand Down
3 changes: 2 additions & 1 deletion hail/python/hail/docs/change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ critically depend on experimental functionality.**

## Version 0.2.128

Released 2024-02-14
Released 2024-02-15

In GCP, the Hail Annotation DB and Datasets API have moved from multi-regional US and EU buckets to
regional US-CENTRAL1 and EUROPE-WEST1 buckets. These buckets are requester pays which means unless
Expand Down Expand Up @@ -84,6 +84,7 @@ require us to choose only one region per continent and we have chosen US-CENTRAL

### Bug Fixes

- (hail#14300) Require orjson<3.9.12 to avoid a segfault introduced in orjson 3.9.12
- (hail#14071) Use indexed VEP cache files for GRCh38 on both dataproc and QoB.
- (hail#14232) Allow use of large numbers of fields on a table without triggering
`ClassTooLargeException: Class too large:`.
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.3.2
HAIL_MAJOR_MINOR_VERSION := 0.2
HAIL_PATCH_VERSION := 127
HAIL_PATCH_VERSION := 128
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 3fcbb27

Please sign in to comment.