Skip to content

Commit 08bef48

Browse files
[release] 0.2.137 (#15172)
This change has low security impact as: - there are no functional changes herein - all changes since the last release have an approved security impact assessment. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 381d2d3 commit 08bef48

File tree

4 files changed

+39
-2
lines changed

4 files changed

+39
-2
lines changed

hail/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $(error "git rev-parse --short=12 HEAD" failed to produce output)
1515
endif
1616

1717
HAIL_MAJOR_MINOR_VERSION := 0.2
18-
HAIL_PATCH_VERSION := 136
18+
HAIL_PATCH_VERSION := 137
1919
HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION).$(HAIL_PATCH_VERSION)
2020
HAIL_VERSION := $(HAIL_PIP_VERSION)-$(SHORT_REVISION)
2121

hail/build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import upickle.default.ReadWriter
1616

1717
object Settings {
1818
val hailMajorMinorVersion = "0.2"
19-
val hailPatchVersion = "136"
19+
val hailPatchVersion = "137"
2020
val scalaMinorVersions = Map("2.12" -> "2.12.20", "2.12.13" -> "2.12.13", "2.13" -> "2.13.13")
2121
}
2222

hail/python/hail/docs/change_log.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,29 @@ supports.
5252
policy. Their functionality or even existence may change without notice. Please contact us if you
5353
critically depend on experimental functionality.**
5454

55+
## Version 0.2.137
56+
57+
Released 2025-11-19
58+
59+
### New Features
60+
61+
- (hail#14984) Add `hl.experimental.init` to run the batch query driver locally via py4j.
62+
- (hail#15160) Support using credentials obtained via `hailctl auth login` with batch backend.
63+
- (hail#15095) Support for BlockMatrix sum in the 'batch' backend.
64+
- (hail#15108) Add `dgamma`, `qgamma` and `pgamma` providing density, quantile and cumulative distribution functionality for the gamma distribution.
65+
- (hail#14748) Configures local and remove tmpdir via properties on `Backend` within a hail session.
66+
67+
### Bug Fixes
68+
69+
- (hail#15126) Fix a bug in the VDS combiner that removed entries in reference rows if GT was missing.
70+
- (hail#15101) Fix a bug that caused failures if a batch worker previously ran older query-on-batch versions.
71+
- (hail#15119) Fix a bug that made query-on-batch pipelines hang when the batch was cancelled.
72+
- (hail#15064) Fix a bug in `hl.init` when `regions` was specified with the 'batch' backend.
73+
74+
## Deprecations
75+
76+
- (hail#15182) Deprecate `hl.hadoop_*` functions in favor of `hailtop.fs` functions.
77+
5578
## Version 0.2.136
5679

5780
Released 2025-08-26

hail/python/hailtop/batch/docs/change_log.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ versions. In particular, Hail officially supports:
1515
Change Log
1616
==========
1717

18+
**Version 0.2.137**
19+
20+
- (`#15195 <https://github.com/hail-is/hail/pull/15195>`__)
21+
Updates hailgenetics images base to ubuntu:noble-20251013
22+
- (`#15152 <https://github.com/hail-is/hail/pull/15152>`__)
23+
For security purposes, hailgenetics docker images no longer contain gcc and g++.
24+
Please run `hail-apt-get-install gcc g++` within containers if you depend on these compilers.
25+
- (`#15128 <https://github.com/hail-is/hail/pull/15128>`__)
26+
New interface for `hailctl batch submit`.
27+
- (`#15102 <https://github.com/hail-is/hail/pull/15102>`__)
28+
Adds `slim` flag to `hailtop.batch.docker.build_python_image` to build from non-slim images.
29+
- (`#15077 <https://github.com/hail-is/hail/pull/15077>`__)
30+
Upgrade dataproc to image version 2.2.64
31+
1832
**Version 0.2.136**
1933

2034
- (`#14980 <https://github.com/hail-is/hail/pull/14980>`__)

0 commit comments

Comments
 (0)