From 2a3a963aef974a1568196968c66d40759f06cce9 Mon Sep 17 00:00:00 2001 From: sugarme Date: Tue, 31 Oct 2023 00:12:06 +1100 Subject: [PATCH] minor release --- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4282461..1c8360f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Nofix] - ctype `long` caused compiling error in MacOS as noted on [#44]. Not working on linux box. +# [0.9.1] +- [#111, #112, #113] Fixed concurrency memory leak +- [#118] Fixed incorrect cbool conversion + # [0.9.0] - Upgrade libtorch v2.1.0 @@ -226,3 +230,7 @@ Same as [0.3.10] [#58]: https://github.com/sugarme/gotch/issues/58 [#100]: https://github.com/sugarme/gotch/issues/100 [#102]: https://github.com/sugarme/gotch/issues/102 +[#111]: https://github.com/sugarme/gotch/issues/111 +[#112]: https://github.com/sugarme/gotch/issues/112 +[#113]: https://github.com/sugarme/gotch/issues/113 +[#118]: https://github.com/sugarme/gotch/issues/118 diff --git a/README.md b/README.md index 2d6a179..f679d3a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ `gotch` is in active development mode and may have API breaking changes. Feel free to pull request, report issues or discuss any concerns. All contributions are welcome. -`gotch` current version is **v0.9.0** +`gotch` current version is **v0.9.1** ## Dependencies @@ -54,7 +54,7 @@ ```bash wget https://github.com/sugarme/gotch/releases/download/v0.9.0/setup-gotch.sh chmod +x setup-gotch.sh - export CUDA_VER=cpu && export GOTCH_VER=v0.9.0 && bash setup-gotch.sh + export CUDA_VER=cpu && export GOTCH_VER=v0.9.1 && bash setup-gotch.sh ``` ### GPU @@ -88,7 +88,7 @@ ```bash wget https://github.com/sugarme/gotch/releases/download/v0.9.0/setup-gotch.sh chmod +x setup-gotch.sh - export CUDA_VER=11.8 && export GOTCH_VER=v0.9.0 && bash setup-gotch.sh + export CUDA_VER=11.8 && export GOTCH_VER=v0.9.1 && bash setup-gotch.sh ``` ## Examples