mirror of https://github.com/tracel-ai/burn.git
chore: prepare release v0.6.0 (#246)
This commit is contained in:
parent
2f91a5e4e2
commit
4e28e2a776
|
@ -18,6 +18,12 @@ jobs:
|
|||
crate: burn-dataset
|
||||
secrets: inherit
|
||||
|
||||
publish-burn-common:
|
||||
uses: burn-rs/burn/.github/workflows/publish-template.yml@main
|
||||
with:
|
||||
crate: burn-common
|
||||
secrets: inherit
|
||||
|
||||
publish-burn-tensor-testgen:
|
||||
uses: burn-rs/burn/.github/workflows/publish-template.yml@main
|
||||
with:
|
||||
|
@ -37,6 +43,7 @@ jobs:
|
|||
needs:
|
||||
- publish-burn-tensor
|
||||
- publish-burn-tensor-testgen
|
||||
- publish-burn-common
|
||||
with:
|
||||
crate: burn-autodiff
|
||||
secrets: inherit
|
||||
|
@ -55,6 +62,7 @@ jobs:
|
|||
needs:
|
||||
- publish-burn-tensor
|
||||
- publish-burn-autodiff
|
||||
- publish-burn-common
|
||||
with:
|
||||
crate: burn-ndarray
|
||||
secrets: inherit
|
||||
|
@ -68,6 +76,7 @@ jobs:
|
|||
- publish-burn-dataset
|
||||
- publish-burn-derive
|
||||
- publish-burn-ndarray
|
||||
- publish-burn-common
|
||||
with:
|
||||
crate: burn-core
|
||||
secrets: inherit
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "burn-autodiff"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn-autodiff"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[features]
|
||||
default = ["export_tests"]
|
||||
|
|
|
@ -5,7 +5,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "burn-common"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn-common"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "burn-core"
|
|||
readme = "README.md"
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn-core"
|
||||
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
|
|
@ -11,7 +11,7 @@ license = "MIT"
|
|||
name = "burn-dataset"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn-dataset"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[features]
|
||||
default = ["fake"]
|
||||
|
|
|
@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "burn-derive"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn-derive"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "burn-ndarray"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn-ndarray"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "burn-no-std-tests"
|
|||
readme = "README.md"
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn-no-std-tests"
|
||||
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[dependencies]
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "burn-tch"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn-tch"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[features]
|
||||
doc = ["tch/doc-only"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "burn-tensor-testgen"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
|
||||
description = "Burn tensor test gen crate."
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn-tensor-testgen"
|
||||
|
|
|
@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
|
|||
name = "burn-tensor"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn-tensor"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "burn-train"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
|
||||
description = "Training crate for burn"
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn-train"
|
||||
|
|
|
@ -9,7 +9,7 @@ name = "burn"
|
|||
readme = "README.md"
|
||||
repository = "https://github.com/burn-rs/burn/tree/main/burn"
|
||||
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[features]
|
||||
default = ["std", "train"]
|
||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
|||
license = "MIT/Apache-2.0"
|
||||
name = "mnist-inference-web"
|
||||
publish = false
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mnist"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "named-tensor"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
edition = "2021"
|
||||
|
|
|
@ -4,7 +4,7 @@ edition = "2021"
|
|||
license = "MIT/Apache-2.0"
|
||||
name = "text-classification"
|
||||
publish = false
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "text-generation"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
edition = "2021"
|
||||
|
|
Loading…
Reference in New Issue