From e1c2b8b89d938d13d0093f0dd41ac901e2e20dd2 Mon Sep 17 00:00:00 2001 From: Dorival Pedroso Date: Wed, 15 May 2024 22:39:28 +1000 Subject: [PATCH] Release 1.5.0 russell_lab@1.5.0 russell_ode@1.5.0 russell_sparse@1.5.0 russell_tensor@1.5.0 Generated by cargo-workspaces --- russell_lab/Cargo.toml | 2 +- russell_ode/Cargo.toml | 2 +- russell_sparse/Cargo.toml | 2 +- russell_tensor/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/russell_lab/Cargo.toml b/russell_lab/Cargo.toml index 0da6ff2e..030a1f72 100644 --- a/russell_lab/Cargo.toml +++ b/russell_lab/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_lab" -version = "1.4.2" +version = "1.5.0" edition = "2021" license = "MIT" description = "Scientific laboratory for linear algebra and numerical mathematics" diff --git a/russell_ode/Cargo.toml b/russell_ode/Cargo.toml index 98ce0218..6f021072 100644 --- a/russell_ode/Cargo.toml +++ b/russell_ode/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_ode" -version = "1.4.2" +version = "1.5.0" edition = "2021" license = "MIT" description = "Solvers for ordinary differential equations and differential algebraic equations" diff --git a/russell_sparse/Cargo.toml b/russell_sparse/Cargo.toml index 61d9e3e6..9d55896a 100644 --- a/russell_sparse/Cargo.toml +++ b/russell_sparse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_sparse" -version = "1.4.2" +version = "1.5.0" edition = "2021" license = "MIT" description = "Solvers for large sparse linear systems (wraps MUMPS and UMFPACK)" diff --git a/russell_tensor/Cargo.toml b/russell_tensor/Cargo.toml index cc764229..bf25c5bb 100644 --- a/russell_tensor/Cargo.toml +++ b/russell_tensor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "russell_tensor" -version = "1.4.1" +version = "1.5.0" edition = "2021" license = "MIT" description = "Tensor analysis, calculus, and functions for continuum mechanics"