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

Commit

Permalink
Change version to 0.5.5 and update README.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 346190726
  • Loading branch information
MariaNattestad committed Dec 10, 2020
1 parent 855d162 commit ebfb398
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Note that install.sh extensively depends on apt-get, so it is unlikely
to run without extensive modifications on non-Debian-based systems.

Nucleus depends on TensorFlow. By default, install.sh will
install a CPU-only version of a stable TensorFlow release (currently 2.1).
install a CPU-only version of a stable TensorFlow release (currently 2.2).
If that isn't what you want, there are several other options that
can be enabled with a simple edit to ``install.sh``.

Expand All @@ -87,9 +87,12 @@ bazel test -c opt $BAZEL_FLAGS nucleus/...

## Version

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

New in 0.5.5:
* Upgrade protobuf settings to support TensorFlow 2.2.0 specifically.

New in 0.5.4:
* Upgrade to protobuf 3.8.0 to support TensorFlow 2.1.0.
* Add explicit .close() method to TFRecordWriter.
Expand Down
4 changes: 2 additions & 2 deletions nucleus/pip_package/build_pip_package.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2018 Google LLC.
# Copyright 2020 Google LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down 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.5.4"
NUCLEUS_VERSION="0.5.5"
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.5.4
Version: 0.5.5
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 ebfb398

Please sign in to comment.