From e78ba036a3874d08ee1500a18a4e1ad1ec7fe042 Mon Sep 17 00:00:00 2001 From: Tzu-Wei Huang Date: Sun, 20 Jun 2021 16:55:59 +0800 Subject: [PATCH] prepare for release --- HISTORY.rst | 4 ++++ README.md | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 215bd78..f16a3b3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,9 @@ History ======= +2.3 (2021-06-20) +----------------- +* Support logging to comet.ml simutaneously. + 2.2 (2021-04-03) ----------------- * Support for type hints. diff --git a/README.md b/README.md index a619cbf..2e6c3bc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Write TensorBoard events with simple function call. -The current release (v2.1) is tested on anaconda3, with PyTorch 1.5.1 / torchvision 0.6.1 / tensorboard 2.2.2. +The current release (v2.3) is tested on anaconda3, with PyTorch 1.8.1 / torchvision 0.9.1 / tensorboard 2.5.0. * Support `scalar`, `image`, `figure`, `histogram`, `audio`, `text`, `graph`, `onnx_graph`, `embedding`, `pr_curve`, `mesh`, `hyper-parameters` and `video` summaries. diff --git a/setup.py b/setup.py index 70759fd..afcffd2 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def run(self): history = history_file.read() preparing_PyPI_package = 'sdist' in sys.argv or 'bdist_wheel' in sys.argv -version_git = version = '2.2' +version_git = version = '2.3' if not preparing_PyPI_package: if os.path.exists('.git'):