We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b839939 commit dfdfba3Copy full SHA for dfdfba3
2 files changed
CHANGELOG
@@ -1,4 +1,4 @@
1
-## Unreleased
+## Release v0.9.0 (22 June 2023)
2
- The `cuda` feature has been removed, as the toolchain it depends on is long abandoned.
3
- The `packed_simd` feature has been removes as it has been incompatible with the `nightly` compiler for several months.
4
Consider using the `portable_simd` feature instead.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "simba"
-version = "0.8.1"
+version = "0.9.0"
authors = ["sebcrozet <developer@crozet.re>"]
5
description = "SIMD algebra for Rust"
6
keywords = ["algebra", "simd", "math"]
0 commit comments