Skip to content

Commit

Permalink
version updated, readme corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym committed Mar 31, 2019
1 parent b66d87a commit 53c0802
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 7.0.0
- `Matrix`: `ZRange` support (instead of the library built-in `Range`)

## 6.1.1
- `Vector`: `unique` method refactored

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
[![pub package](https://img.shields.io/pub/v/ml_linalg.svg)](https://pub.dartlang.org/packages/ml_linalg)
[![Gitter Chat](https://badges.gitter.im/gyrdym/gyrdym.svg)](https://gitter.im/gyrdym/)

**Linear algebra with Dart for machine learning**
**SIMD-based Linear algebra with Dart**

**Table of contents**

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: ml_linalg
description: SIMD-based linear algebra with dart for machine learning purposes
version: 6.1.1
version: 7.0.0
author: Ilia Gyrdymov <ilgyrd@gmail.com>
homepage: https://github.com/gyrdym/ml_linalg

Expand Down

0 comments on commit 53c0802

Please sign in to comment.