Skip to content

Commit

Permalink
Bump rten-vecmath version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Jan 23, 2024
1 parent bf6bf07 commit 2702614
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2024-01-23

- Updated rten-vecmath dependency to latest version

## [0.3.0] - 2024-01-23

### Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default-members = [

[package]
name = "rten"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Robert Knight"]
description = "Machine learning runtime"
Expand All @@ -33,7 +33,7 @@ libm = "0.2.6"
rayon = "1.7.0"
smallvec = { version = "1.10.0", features = ["union", "const_generics", "const_new"] }
rten-tensor = { path = "./rten-tensor", version = "0.3.0" }
rten-vecmath = { path = "./rten-vecmath", version = "0.1.1" }
rten-vecmath = { path = "./rten-vecmath", version = "0.3.0" }

[dev-dependencies]
serde_json = "1.0.91"
Expand Down
2 changes: 1 addition & 1 deletion rten-vecmath/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rten-vecmath"
version = "0.1.1"
version = "0.3.0"
edition = "2021"
authors = ["Robert Knight"]
description = "SIMD vectorized implementations of various math functions used in ML models"
Expand Down

0 comments on commit 2702614

Please sign in to comment.