Skip to content

Commit

Permalink
Merge pull request #16 from KGrewal1/v0.8
Browse files Browse the repository at this point in the history
update candle v0.8
  • Loading branch information
KGrewal1 authored Nov 18, 2024
2 parents dbbcd66 + e4cea75 commit b13d454
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "candle-optimisers"
version = "0.7.2"
version = "0.8.0"
edition = "2021"
readme = "README.md"
license = "MIT"
Expand All @@ -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"] }

Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b13d454

Please sign in to comment.