Skip to content

Commit 14ac3af

Browse files
committed
ml_linalg 13.11.1 used
1 parent 304af2e commit 14ac3af

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 16.17.5
4+
- ml_linalg 13.11.1 used
5+
36
## 16.17.4
47
- Documentation:
58
- Added links to articles to README

benchmark/linear_regressor.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Approx. 5.5 second (MacBook Pro 2019), Dart version: 2.16.0
2+
13
import 'package:benchmark_harness/benchmark_harness.dart';
24
import 'package:ml_algo/ml_algo.dart';
35
import 'package:ml_dataframe/ml_dataframe.dart';

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ml_algo
22
description: Machine learning algorithms, Machine learning models performance evaluation functionality
3-
version: 16.17.4
3+
version: 16.17.5
44
homepage: https://github.com/gyrdym/ml_algo
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
injector: ^2.0.0
1212
json_annotation: ^4.0.0
1313
ml_dataframe: ^1.6.0
14-
ml_linalg: ^13.7.0
14+
ml_linalg: ^13.11.1
1515
ml_preprocessing: ^7.0.2
1616
quiver: ^3.0.0
1717
xrange: ^2.0.0

0 commit comments

Comments
 (0)