diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1e8ca9..d6394549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ This documents the main changes to the `candle` crate. ## Unreleased + +### Added + +### Modified +- Dilations are now supported in conv-transpose2d. + [671](https://github.com/huggingface/candle/pull/671). + +## v0.2.0 - 2023-08-30 + ### Added +- Add the powf op + [664](https://github.com/huggingface/candle/pull/664). - Stable Diffusion XL support [647](https://github.com/huggingface/candle/pull/647). - Add the conv-transpose2d op |