From 526bcfcad0f88bd21bf9d4eb0ec3923c86d577b7 Mon Sep 17 00:00:00 2001 From: ncoop57 Date: Thu, 21 Nov 2024 12:59:57 -0600 Subject: [PATCH] release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8778c5..f1c1652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## 0.0.4 + +### Features Added + +- Added `generate_to_hf` which automatically saves generations to Hugging Face dataset repository ([#7](https://github.com/AnswerDotAI/fastdata/pull/9)) + +### Bugs Squashed + +- When using max_workers > 1, the order of the returned synthetic data is not the same as the order of inputs given ([#7](https://github.com/AnswerDotAI/fastdata/issues/7)) + + ## 0.0.3 - Update readme