From 3e45a24fd36e5ff895d1fbf24fdc4aa69a252446 Mon Sep 17 00:00:00 2001 From: Heungsub Hans Lee Date: Tue, 8 Oct 2019 21:14:02 +0900 Subject: [PATCH] Release v0.0.4 --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9cb6437..acb62db 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,10 +1,10 @@ Changelog ========= -v0.0.4 (WIP) +v0.0.4 ~~~~~~ -Not released yet. +Released on October 8, 2019. - Reduced GPU memory fragmentation by caching CUDA streams for copy. - Fixed potential GPU memory violation on tuple of multiple tensors.