Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
burtenshaw committed Aug 13, 2024
1 parent a6fc011 commit 8f0d9ef
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion argilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,28 @@ These are the section headers that we use:
* "Security" in case of vulnerabilities.
-->

## [Unreleased]()
## [2.0.1](https://github.com/argilla-io/argilla/compare/v2.0.0...releases/2.0.1)

### Fixed

- Fixed error when creating optional fields. ([#5362](https://github.com/argilla-io/argilla/pull/5362))
- Fixed error creating integer and float metadata with `visible_for_annotators`. ([#5364](https://github.com/argilla-io/argilla/pull/5364))
- Fixed error when logging records with `suggestions` or `responses` for non-existent questions. ([#5396](https://github.com/argilla-io/argilla/pull/5396))
- Fixed error from conflicts in testing suite when running tests in parallel. ([#5349](https://github.com/argilla-io/argilla/commit/1119b164d0623170d44561c6b75d439d2dc96bd0))
- Fixed error in response model when creating a response with a `None` value. ([#5343](https://github.com/argilla-io/argilla/commit/9e3705061a2dd88a7852288d9f6fd1aaeaa9b062))


### Changed

- Changed `from_hub` method to raise an error when a dataset with the same name exists. ([#5258](https://github.com/argilla-io/argilla/pull/5358))
- Changed `log` method when ingesting records with no known keys to raise a descriptive error. ([#5356](https://github.com/argilla-io/argilla/pull/5356))

### Added

- Added Google Analytics to the documentation site. ([#5366](https://github.com/argilla-io/argilla/commit/fbb35893d727ac303403a780f71a04426cfc74ae))
- Added frontend skeletons to progress metrics to optimise load time and improve user experience. ([#5367](https://github.com/argilla-io/argilla/commit/155f21658eb412cfbadaa65c0cb949342c800fd9))
- Added documentation in methods in API references for the Python SDK. ([#5400](https://github.com/argilla-io/argilla/commit/a6fc0117bc4923aec0be80df27eb79ddf3f007c7))

## [2.0.0](https://github.com/argilla-io/argilla/compare/v2.0.0rc1...v2.0.0)

### Added
Expand Down

0 comments on commit 8f0d9ef

Please sign in to comment.