Skip to content

Commit

Permalink
Merge 075dd5c into f3e72df
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym committed Apr 17, 2019
2 parents f3e72df + 075dd5c commit 69b36ff
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

## 10.2.1
- test coverage restored

## 10.2.0
- `NoNParametricRegressor` class added
- `KNNRegressor` class added
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: ml_algo
description: Machine learning algorithms written in native dart (without bindings to any popular ML libraries, just pure Dart implementation)
version: 10.2.0
version: 10.2.1
author: Ilia Gyrdymov <ilgyrd@gmail.com>
homepage: https://github.com/gyrdym/ml_algo

Expand Down
2 changes: 1 addition & 1 deletion test/algorithms/knn_test.dart
Expand Up @@ -2,7 +2,7 @@ import 'package:ml_algo/src/algorithms/knn/knn.dart';
import 'package:ml_algo/src/algorithms/knn/neigbour.dart';
import 'package:ml_linalg/matrix.dart';
import 'package:ml_linalg/vector.dart';
import 'package:test_api/test_api.dart';
import 'package:test/test.dart';

void main() {
group('findKNeighbours', () {
Expand Down

0 comments on commit 69b36ff

Please sign in to comment.