Skip to content

Commit

Permalink
add 13894
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan King committed Oct 25, 2023
1 parent 4e50b24 commit 2165b8b
Showing 1 changed file with 2 additions and 1 deletion.
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 @@ -68,7 +68,6 @@ Released 2023-10-25

- (hail#13888) `hl.default_reference` can now be passed an argument to change the default reference genome.


### Bug Fixes

- (hail#13702) Fix (hail#13699) and (hail#13693). Since 0.2.96, pipelines that combined random functions (e.g. `hl.rand_unif`) with `index(..., all_matches=True)` could fail with a `ClassCastException`.
Expand Down Expand Up @@ -99,6 +98,8 @@ Released 2023-10-25

- (hail#13814) Fix (hail#13757). Pipelines that are memory-bound by copious use of `hl.literal`, such as `hl.vds.filter_intervals`, require substantially less memory.

- (hail#13894) Fix #13837 in which Hail could break a Spark installation if the Hail JAR appears on the classpath before the Scala JARs.


## Version 0.2.124

Expand Down

0 comments on commit 2165b8b

Please sign in to comment.