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

Commit

Permalink
Bump version number to 0.3.0, and add description to README.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 242926878
  • Loading branch information
Genomics team in Google Brain authored and Copybara-Service committed Apr 10, 2019
1 parent c1d398a commit 712dbbc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,17 @@ bazel test -c opt $COPT_FLAGS nucleus/...

## Version

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

New in 0.3.0:

* Reading of VCF, SAM, and most other genomics files is now twice as fast.
* Read range and end calculations are now done in C++ for speed.
* VcfReader can now read "headerless" VCF files.
* variant\_utils.major\_allele\_frequency now 5x faster.
* Memory leaks fixed in TFRecordReader/Writer and gfile\_cc.

New in 0.2.3:

* Nucleus no longer depends on any specific version of TensorFlow's python
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.2.3"
NUCLEUS_VERSION="0.3.0"
PACKAGE_NAME="google_nucleus-${NUCLEUS_VERSION}"
PYTHON_VERSION="2.7"
PLATFORM="linux-x86_64"
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.2.3
Version: 0.3.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 712dbbc

Please # to comment.