From 736e302102e20b9b96bd697c609cfc0f4bef9c84 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Fri, 25 Mar 2022 16:38:03 +0100 Subject: [PATCH] :package: v1.8.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8253b..dfebd4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Versioned according to [Semantic Versioning](http://semver.org/). ## Unreleased +## [1.8.0] - 2022-03-25 + +Changed: + +* Use the newly created pix2pixhd module from PyPI, #91, NVIDIA/pix2pixHD#297 + ## [1.7.0] - 2022-02-22 Fixed: @@ -107,6 +113,7 @@ Fixed: * Graceful degradation to CPU processing if CUDA not available, #56 +[1.8.0]: ../../compare/v1.8.0...v1.7.0 [1.7.0]: ../../compare/v1.7.0...v1.6.0 [1.6.0]: ../../compare/v1.6.0...v1.5.0 [1.5.0]: ../../compare/v1.5.0...v1.4.1