Skip to content

Commit ba50cfe

Browse files
committed
update v0.3.8
1 parent 85d4b77 commit ba50cfe

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.3.8 -- 2025-07-04
4+
5+
Bug Fix:
6+
- Tested complex linalgs for Faer and OpenBLAS devices.
7+
8+
Enhancements:
9+
- DeviceFaer: generalized eigen, triangular solve ([#44](https://github.com/RESTGroup/rstsr/pull/44))
10+
311
## v0.3.7 -- 2025-06-25
412

513
Bug Fix:

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.3.7"
16+
version = "0.3.8"
1717
edition = "2021"
1818
description = "An n-Dimension Rust Tensor Toolkit"
1919
repository = "https://github.com/RESTGroup/rstsr"
@@ -22,16 +22,16 @@ categories = ["science"]
2222
license = "Apache-2.0"
2323

2424
[workspace.dependencies]
25-
rstsr-core = { path = "./rstsr-core", default-features = false, version = "0.3.7" }
25+
rstsr-core = { path = "./rstsr-core", default-features = false, version = "0.3.8" }
2626
# members without core
27-
rstsr-common = { path = "./rstsr-common", default-features = false, version = "0.3.7" }
28-
rstsr-dtype-traits = { path = "./rstsr-dtype-traits", default-features = false, version = "0.3.7" }
29-
rstsr-native-impl = { path = "./rstsr-native-impl", default-features = false, version = "0.3.7" }
27+
rstsr-common = { path = "./rstsr-common", default-features = false, version = "0.3.8" }
28+
rstsr-dtype-traits = { path = "./rstsr-dtype-traits", default-features = false, version = "0.3.8" }
29+
rstsr-native-impl = { path = "./rstsr-native-impl", default-features = false, version = "0.3.8" }
3030
# members
31-
rstsr-openblas = { path = "./rstsr-openblas", default-features = false, version = "0.3.7" }
32-
rstsr-blas-traits = { path = "./rstsr-blas-traits", default-features = false, version = "0.3.7" }
33-
rstsr-linalg-traits = { path = "./rstsr-linalg-traits", default-features = false, version = "0.3.7" }
34-
rstsr-sci-traits = { path = "./rstsr-sci-traits", default-features = false, version = "0.3.7" }
31+
rstsr-openblas = { path = "./rstsr-openblas", default-features = false, version = "0.3.8" }
32+
rstsr-blas-traits = { path = "./rstsr-blas-traits", default-features = false, version = "0.3.8" }
33+
rstsr-linalg-traits = { path = "./rstsr-linalg-traits", default-features = false, version = "0.3.8" }
34+
rstsr-sci-traits = { path = "./rstsr-sci-traits", default-features = false, version = "0.3.8" }
3535
# develop dependencies that should not publish
3636
rstsr-test-manifest = { path = "./rstsr-test-manifest", default-features = false }
3737
# ffi dependencies

0 commit comments

Comments
 (0)