diff --git a/Cargo.toml b/Cargo.toml index 1138429..f67e8bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "candle-optimisers" -version = "0.7.2" +version = "0.8.0" edition = "2021" readme = "README.md" license = "MIT" @@ -15,15 +15,15 @@ exclude = ["*.ipynb"] [dependencies] -candle-core = "0.7.2" -candle-nn = "0.7.2" +candle-core = "0.8.0" +candle-nn = "0.8.0" log = "0.4.20" [dev-dependencies] anyhow = { version = "1", features = ["backtrace"] } assert_approx_eq = "1.1.0" -candle-datasets = "0.7.2" +candle-datasets = "0.8.0" clap = { version = "4.4.6", features = ["derive"] } criterion = { version = "0.5.1", features = ["html_reports"] } diff --git a/Changelog.md b/Changelog.md index bf33e6f..9836ae8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## v0.8.0 (2024-11-18) + +* Bump candle requirtement to 0.8.0: this is considered a breaking change due to the reliance of this library on candle-core and candle-nn + ## v0.5.0 (2024-02-28) * Bump candle requirtement to 0.5.0: this is considered a breaking change due to the reliance of this library on candle-core and candle-nn