Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Update Nucleus version to 0.5.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 285979445
  • Loading branch information
Genomics team in Google Brain authored and copybara-github committed Dec 17, 2019
1 parent 6196b76 commit e97d319
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,20 @@ bazel test -c opt $COPT_FLAGS nucleus/...

## Version

This is Nucleus 0.4.1. Nucleus follows [semantic
This is Nucleus 0.5.0. Nucleus follows [semantic
versioning](https://semver.org/).

New in 0.5.0:

* Fixed bug preventing Nucleus to work with TensorFlow 2.0.
* Added util.vis routines for visualizing DeepVariant pileup examples.
* FASTA reader now supports keep\_true\_case option for keeping the
original casing.
* VCF writer now supports writing headerless VCF files.
* SAM reader now supports optional fields of type 'B'.
* variant\_utils now supports gVCF files.
* Numerous minor bug fixes.

New in 0.4.1:

* Pip package is slightly more robust.
Expand Down
2 changes: 1 addition & 1 deletion nucleus/pip_package/build_pip_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set -x

# When changing NUCLEUS_VERSION, be sure to also change it in
# egg_files/PKG-INFO.
NUCLEUS_VERSION="0.4.1"
NUCLEUS_VERSION="0.5.0"
PACKAGE_NAME="google_nucleus-${NUCLEUS_VERSION}"
PYTHON_VERSION="3.5"

Expand Down
2 changes: 1 addition & 1 deletion nucleus/pip_package/egg_files/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: google-nucleus
Version: 0.4.1
Version: 0.5.0
Summary: A library for reading and writing genomics data.
Home-page: https://github.com/google/nucleus
Author: The Genomics team in Google Brain
Expand Down

0 comments on commit e97d319

Please # to comment.