Skip to content

Commit

Permalink
ml_dataframe 0.3.0 supported (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym committed Dec 17, 2020
1 parent 9d2c8e3 commit 212918d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 15.3.6
- `ml_dataframe`: version 0.3.0 supported
- `README.md`: build badge corrected

## 15.3.5
- Github actions set up

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![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)
[![Build Status](https://github.com/gyrdym/ml_algo/workflows/CI%20pipeline/badge.svg)](https://github.com/gyrdym/ml_algo/actions?query=branch%3Amaster+)
[![Coverage Status](https://coveralls.io/repos/github/gyrdym/ml_algo/badge.svg?branch=master)](https://coveralls.io/github/gyrdym/ml_algo?branch=master)
[![pub package](https://img.shields.io/pub/v/ml_algo.svg)](https://pub.dartlang.org/packages/ml_algo)
[![Gitter Chat](https://badges.gitter.im/gyrdym/gyrdym.svg)](https://gitter.im/gyrdym/)
Expand Down Expand Up @@ -57,8 +57,8 @@ in your dependencies:

````
dependencies:
ml_dataframe: ^0.2.0
ml_preprocessing: ^5.2.0
ml_dataframe: ^0.3.0
ml_preprocessing: ^5.2.1
````

We need these repos to parse raw data in order to use it farther. For more details, please
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ml_algo
description: Machine learning algorithms, Machine learning models performance evaluation functionality
version: 15.3.5
version: 15.3.6
homepage: https://github.com/gyrdym/ml_algo

environment:
Expand All @@ -10,9 +10,9 @@ dependencies:
injector: ^1.0.9
json_annotation: ^3.0.1
json_serializable: ^3.3.0
ml_dataframe: ^0.2.0
ml_dataframe: ^0.3.0
ml_linalg: ^12.17.3
ml_preprocessing: ^5.2.0
ml_preprocessing: ^5.2.1
quiver: ^2.0.2
xrange: ^0.0.8

Expand Down

0 comments on commit 212918d

Please sign in to comment.