File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 15.3.6
4
+ - ` ml_dataframe ` : version 0.3.0 supported
5
+ - ` README.md ` : build badge corrected
6
+
3
7
## 15.3.5
4
8
- Github actions set up
5
9
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://github.com/gyrdym/ml_algo/workflows/CI%20pipeline/badge.svg )] ( https://github.com/gyrdym/ml_algo/actions?query=workflow%3A%22CI+pipeline%22 )
1
+ [ ![ Build Status] ( https://github.com/gyrdym/ml_algo/workflows/CI%20pipeline/badge.svg )] ( https://github.com/gyrdym/ml_algo/actions?query=branch%3Amaster+ )
2
2
[ ![ Coverage Status] ( https://coveralls.io/repos/github/gyrdym/ml_algo/badge.svg?branch=master )] ( https://coveralls.io/github/gyrdym/ml_algo?branch=master )
3
3
[ ![ pub package] ( https://img.shields.io/pub/v/ml_algo.svg )] ( https://pub.dartlang.org/packages/ml_algo )
4
4
[ ![ Gitter Chat] ( https://badges.gitter.im/gyrdym/gyrdym.svg )] ( https://gitter.im/gyrdym/ )
@@ -57,8 +57,8 @@ in your dependencies:
57
57
58
58
````
59
59
dependencies:
60
- ml_dataframe: ^0.2 .0
61
- ml_preprocessing: ^5.2.0
60
+ ml_dataframe: ^0.3 .0
61
+ ml_preprocessing: ^5.2.1
62
62
````
63
63
64
64
We need these repos to parse raw data in order to use it farther. For more details, please
Original file line number Diff line number Diff line change 1
1
name : ml_algo
2
2
description : Machine learning algorithms, Machine learning models performance evaluation functionality
3
- version : 15.3.5
3
+ version : 15.3.6
4
4
homepage : https://github.com/gyrdym/ml_algo
5
5
6
6
environment :
@@ -10,9 +10,9 @@ dependencies:
10
10
injector : ^1.0.9
11
11
json_annotation : ^3.0.1
12
12
json_serializable : ^3.3.0
13
- ml_dataframe : ^0.2 .0
13
+ ml_dataframe : ^0.3 .0
14
14
ml_linalg : ^12.17.3
15
- ml_preprocessing : ^5.2.0
15
+ ml_preprocessing : ^5.2.1
16
16
quiver : ^2.0.2
17
17
xrange : ^0.0.8
18
18
You can’t perform that action at this time.
0 commit comments