This repository was archived by the owner on Feb 12, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,15 @@ bazel test -c opt $COPT_FLAGS nucleus/...
8080
8181## Version
8282
83- This is Nucleus 0.5.1 . Nucleus follows [ semantic
83+ This is Nucleus 0.5.2 . Nucleus follows [ semantic
8484versioning] ( https://semver.org/ ) .
8585
86+ New in 0.5.2:
87+
88+ * Upgrades htslib dependency from 1.9 to 1.10.2.
89+ * More informative error message for failed SAM header parsing.
90+ * ` util/vis.py ` now supports saving images to Google Cloud Storage.
91+
8692New in 0.5.1:
8793
8894* Added new utilities for working with DeepVariant pileup images and variant protos.
Original file line number Diff line number Diff line change @@ -256,7 +256,10 @@ Make a PNG and show it from a numpy array of dtype=np.uint8.
256256
257257Args:
258258 arr: numpy array. Input array to save.
259- path: str. file path at which to save the image.
259+ path: str. File path at which to save the image. A .png prefix is added if
260+ the path does not already have one. Leave empty to save at /tmp/tmp.png,
261+ which is useful when only temporarily showing the image in a Colab
262+ notebook.
260263 image_mode: "RGB" or "L". Leave as default=None to choose based on image
261264 dimensions.
262265 show: bool. Whether to display the image using IPython (for notebooks).
Original file line number Diff line number Diff line change 2828
2929# When changing NUCLEUS_VERSION, be sure to also change it in
3030# egg_files/PKG-INFO.
31- NUCLEUS_VERSION=" 0.5.1 "
31+ NUCLEUS_VERSION=" 0.5.2 "
3232PACKAGE_NAME=" google_nucleus-${NUCLEUS_VERSION} "
3333PYTHON_VERSION=" 3.5"
3434
Original file line number Diff line number Diff line change 11Metadata-Version: 1.1
22Name: google-nucleus
3- Version: 0.5.1
3+ Version: 0.5.2
44Summary: A library for reading and writing genomics data.
55Home-page: https://github.com/google/nucleus
66Author: The Genomics team in Google Brain
You can’t perform that action at this time.
0 commit comments