From 365f0d06b3d24ff0b089597f9b8e6d446c4733e9 Mon Sep 17 00:00:00 2001 From: Ilya Gyrdymov Date: Tue, 19 Nov 2019 01:21:07 +0200 Subject: [PATCH] version updated, changelog record added --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d42ce4e9..78b994e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 12.7.0 +- `Matrix`: constructors speed up +- Float64-based matrix class added + ## 12.6.0 - `Vector`: vector operations speed up - `Float64x2Vector`: `Float64x2Vector` class created diff --git a/pubspec.yaml b/pubspec.yaml index 01a8cb6e..08a947ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ml_linalg description: SIMD-based linear algebra (1 operation on 4 float32 values, 1 operation on 2 float64 values) -version: 12.6.0 +version: 12.7.0 author: Ilia Gyrdymov homepage: https://github.com/gyrdym/ml_linalg