Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 8 additions & 21 deletions config/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"hail"
]
},
"version" : "1.1.14",
"version" : "1.1.15",
"automated_flags" : {
"generate_docs" : true,
"include_in_ui" : true,
Expand Down Expand Up @@ -83,9 +83,7 @@
"tools" : [
"python"
],
"packages" : {

},
"packages" : {},
"version" : "1.1.4",
"automated_flags" : {
"generate_docs" : true,
Expand All @@ -101,9 +99,7 @@
"tools" : [
"r"
],
"packages" : {

},
"packages" : {},
"version" : "2.2.7",
"automated_flags" : {
"include_in_ui" : false,
Expand All @@ -121,9 +117,7 @@
"python",
"r"
],
"packages" : {

},
"packages" : {},
"version" : "2.3.9",
"automated_flags" : {
"include_in_ui" : true,
Expand All @@ -140,9 +134,7 @@
"python",
"r"
],
"packages" : {

},
"packages" : {},
"version" : "2.2.16",
"automated_flags" : {
"include_in_ui" : false,
Expand All @@ -158,9 +150,7 @@
"tools" : [
"r"
],
"packages" : {

},
"packages" : {},
"version" : "0.1.1",
"automated_flags" : {
"include_in_ui" : false,
Expand All @@ -173,11 +163,8 @@
{
"name" : "wondershaper",
"base_label" : "wondershaper",
"tools" : [
],
"packages" : {

},
"tools" : [],
"packages" : {},
"version" : "0.0.1",
"automated_flags" : {
"include_in_ui" : false,
Expand Down
6 changes: 6 additions & 0 deletions terra-jupyter-hail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.15 - 2025-06-26
- Update `hail` to `0.2.135`
- See https://hail.is/docs/0.2/change_log.html#version-0-2-135) for details

Image URL: `us.gcr.io/broad-dsp-gcr-public/terra-jupyter-hail:1.1.15`

## 1.1.14 - 2025-05-01
- Update `hail` to `0.2.134` to be compatible with dataproc 2.2.x versions
- See https://github.com/hail-is/hail/releases/tag/0.2.134 for details
Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-hail/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER root
ENV PIP_USER=false
ENV PYTHONPATH=$PYTHONPATH:/usr/lib/spark/python
ENV PYSPARK_PYTHON=python3
ENV HAIL_VERSION=0.2.134
ENV HAIL_VERSION=0.2.135

RUN find $JUPYTER_HOME/scripts -name '*.sh' -type f | xargs chmod +x \
&& $JUPYTER_HOME/scripts/kernel/kernelspec.sh $JUPYTER_HOME/scripts/kernel /opt/conda/share/jupyter/kernels \
Expand Down
Loading