File tree Expand file tree Collapse file tree 4 files changed +39
-2
lines changed
Expand file tree Collapse file tree 4 files changed +39
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ $(error "git rev-parse --short=12 HEAD" failed to produce output)
1515endif
1616
1717HAIL_MAJOR_MINOR_VERSION := 0.2
18- HAIL_PATCH_VERSION := 136
18+ HAIL_PATCH_VERSION := 137
1919HAIL_PIP_VERSION := $(HAIL_MAJOR_MINOR_VERSION ) .$(HAIL_PATCH_VERSION )
2020HAIL_VERSION := $(HAIL_PIP_VERSION ) -$(SHORT_REVISION )
2121
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import upickle.default.ReadWriter
1616
1717object 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
Original file line number Diff line number Diff line change @@ -52,6 +52,29 @@ supports.
5252policy. Their functionality or even existence may change without notice. Please contact us if you
5353critically 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
5780Released 2025-08-26
Original file line number Diff line number Diff line change @@ -15,6 +15,20 @@ versions. In particular, Hail officially supports:
1515Change 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 >`__)
You can’t perform that action at this time.
0 commit comments