Skip to content

Commit 212918d

Browse files
authored
ml_dataframe 0.3.0 supported (#165)
1 parent 9d2c8e3 commit 212918d

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
````
5959
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
6262
````
6363

6464
We need these repos to parse raw data in order to use it farther. For more details, please

pubspec.yaml

Lines changed: 3 additions & 3 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: 15.3.5
3+
version: 15.3.6
44
homepage: https://github.com/gyrdym/ml_algo
55

66
environment:
@@ -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

0 commit comments

Comments
 (0)