From bdea429a1deaaa4c8899740218232e5c30e4a25b Mon Sep 17 00:00:00 2001 From: Ben Burtenshaw Date: Wed, 18 Sep 2024 13:53:09 +0200 Subject: [PATCH] chore: restore 2.1.0 changes in change log and remove unreleased --- argilla/CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/argilla/CHANGELOG.md b/argilla/CHANGELOG.md index 320df92e19..70e3596cf4 100644 --- a/argilla/CHANGELOG.md +++ b/argilla/CHANGELOG.md @@ -14,8 +14,6 @@ These are the section headers that we use: * "Security" in case of vulnerabilities. --> -## [Unreleased]() - ## [2.2.0](https://github.com/argilla-io/argilla/compare/v2.1.0...v2.2.0) - Added new `ChatField` supporting chat messages. ([#5376](https://github.com/argilla-io/argilla/pull/5376)) @@ -25,12 +23,13 @@ These are the section headers that we use: - Added multiple error handling methods to the `rg.Dataset.records.log` method to warn, ignore, or raise errors. ([#5466](https://github.com/argilla-io/argilla/pull/5463)) - Changed dataset import and export of `rg.LabelQuestion` to use `datasets.ClassLabel` not `datasets.Value`. ([#5474](https://github.com/argilla-io/argilla/pull/5474)) - +## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0) ### Added - Added new `ImageField` supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279)) - Added dark mode ([#5412](https://github.com/argilla-io/argilla/pull/5412)) +- Added settings parameter to `rg.Dataset.from_hub` to define the dataset settings before ingesting a dataset from the hub. ([#5418](https://github.com/argilla-io/argilla/pull/5418)) ## [2.0.1](https://github.com/argilla-io/argilla/compare/v2.0.0...releases/2.0.1)