From 7dd8e1247208e9a060d174830569c748599e0fe0 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Mon, 18 Sep 2023 12:14:03 +0100 Subject: Bump the crate versions to v0.2.3. (#886) * Bump the crate version. * Also update the python bindings. --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 06041294..df9574d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,27 @@ # Changelog This documents the main changes to the `candle` crate. -## v0.2.2 - Unreleased +## v0.2.3 - Unreleased + +### Added + +### Modified + +## v0.2.2 - 2023-09-18 ### Added - Support for `top_p` sampling [819](https://github.com/huggingface/candle/pull/819). +- T5 model including decoding + [864](https://github.com/huggingface/candle/pull/864). +- 1-d upsampling + [839](https://github.com/huggingface/candle/pull/839). ### Modified +- Bugfix for conv2d + [820](https://github.com/huggingface/candle/pull/820). +- Support tensor based indexing using `.i` + [842](https://github.com/huggingface/candle/pull/842). ## v0.2.1 - 2023-09-11 -- cgit v1.2.3