From a53ba04a0689b5786ac8c88b81db409ab869e144 Mon Sep 17 00:00:00 2001 From: Ghassen Date: Tue, 14 Nov 2023 12:43:10 +0100 Subject: [PATCH 1/2] Update windows executable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4a1d51..d35ecfd 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Supported methods: Download and run the dot executable for your OS: - Windows (Tested on Windows 10 and 11): - - Download `dot.zip` from [here](https://drive.google.com/file/d/10fdnSszaEbpGdCKxxeBFXQrkagxe3-RT/view), unzip it and then run `dot.exe` + - Download `dot.zip` from [here](https://drive.google.com/file/d/1dSwxNFYafV4UmRoof59ohVWEwbTj7LfW/view), unzip it and then run `dot.exe` - Ubuntu: - ToDo - Mac (Tested on Apple M2 Sonoma 14.0): From f2f1313157035811f5a8e24b8d5657efb78a7151 Mon Sep 17 00:00:00 2001 From: Ghassen Date: Tue, 14 Nov 2023 12:46:33 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 451a665..5dc9835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## What's Changed +* Update Windows executable by @Ghassen-Chaabouni in https://github.com/sensity-ai/dot/pull/133 * Update colab notebook by @Ghassen-Chaabouni in https://github.com/sensity-ai/dot/pull/128 * Add a Docker container for dot by @Ghassen-Chaabouni in https://github.com/sensity-ai/dot/pull/95 * Fix of cusolver error on GPU by @Ghassen-Chaabouni in https://github.com/sensity-ai/dot/pull/110