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 11# Changelog
22
3+ ## 15.3.6
4+ - ` ml_dataframe ` : version 0.3.0 supported
5+ - ` README.md ` : build badge corrected
6+
37## 15.3.5
48- Github actions set up
59
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+ )
22[ ![ Coverage Status] ( https://coveralls.io/repos/github/gyrdym/ml_algo/badge.svg?branch=master )] ( https://coveralls.io/github/gyrdym/ml_algo?branch=master )
33[ ![ pub package] ( https://img.shields.io/pub/v/ml_algo.svg )] ( https://pub.dartlang.org/packages/ml_algo )
44[ ![ Gitter Chat] ( https://badges.gitter.im/gyrdym/gyrdym.svg )] ( https://gitter.im/gyrdym/ )
@@ -57,8 +57,8 @@ in your dependencies:
5757
5858````
5959dependencies:
60- ml_dataframe: ^0.2 .0
61- ml_preprocessing: ^5.2.0
60+ ml_dataframe: ^0.3 .0
61+ ml_preprocessing: ^5.2.1
6262````
6363
6464We 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 11name : ml_algo
22description : Machine learning algorithms, Machine learning models performance evaluation functionality
3- version : 15.3.5
3+ version : 15.3.6
44homepage : https://github.com/gyrdym/ml_algo
55
66environment :
@@ -10,9 +10,9 @@ dependencies:
1010 injector : ^1.0.9
1111 json_annotation : ^3.0.1
1212 json_serializable : ^3.3.0
13- ml_dataframe : ^0.2 .0
13+ ml_dataframe : ^0.3 .0
1414 ml_linalg : ^12.17.3
15- ml_preprocessing : ^5.2.0
15+ ml_preprocessing : ^5.2.1
1616 quiver : ^2.0.2
1717 xrange : ^0.0.8
1818
You can’t perform that action at this time.
0 commit comments