Skip to content

Commit

Permalink
version updated, changelog record added
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym committed Nov 18, 2019
1 parent 55ea6eb commit 365f0d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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 <ilgyrd@gmail.com>
homepage: https://github.com/gyrdym/ml_linalg

Expand Down

0 comments on commit 365f0d0

Please sign in to comment.