From 54f4c127935dfedd60d6df148a9e8d5ef9bd9128 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 11 Jul 2024 08:57:49 +0100 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 15 ++++++++++++++- aider/website/HISTORY.md | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 756c6b4b1..8506bdee6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,9 +1,22 @@ # Release history +### Aider v0.43.4 + +- Added scipy back to main requirements.txt. + +### Aider v0.43.3 + +- Added build-essentials back to main Dockerfile. + +### Aider v0.43.2 + +- Moved HuggingFace embeddings deps into [hf-embed] extra. +- Added [dev] extra. + ### Aider v0.43.1 -- Replace the torch requirement with the CPU only version, because the GPU versions are huge +- Replace the torch requirement with the CPU only version, because the GPU versions are huge. ### Aider v0.43.0 diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 2900bd82f..4a7cca485 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -12,9 +12,22 @@ cog.out(text) # Release history +### Aider v0.43.4 + +- Added scipy back to main requirements.txt. + +### Aider v0.43.3 + +- Added build-essentials back to main Dockerfile. + +### Aider v0.43.2 + +- Moved HuggingFace embeddings deps into [hf-embed] extra. +- Added [dev] extra. + ### Aider v0.43.1 -- Replace the torch requirement with the CPU only version, because the GPU versions are huge +- Replace the torch requirement with the CPU only version, because the GPU versions are huge. ### Aider v0.43.0