Skip to content

Commit

Permalink
ml_dataframe 0.2.0 supported (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym committed Jun 26, 2020
1 parent c707099 commit aa62e30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 5.1.2
- `ml_dataframe` 0.2.0 supported

## 5.1.1
- `ml_dataframe` dependency updated

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,14 +1,14 @@
name: ml_preprocessing
description: Popular algorithms of data preprocessing for machine learning
version: 5.1.1
version: 5.1.2
author: Ilia Gyrdymov <ilgyrd@gmail.com>
homepage: https://github.com/gyrdym/ml_preprocessing

environment:
sdk: '>=2.7.0 <3.0.0'

dependencies:
ml_dataframe: ^0.1.1
ml_dataframe: ^0.2.0
ml_linalg: ^12.17.0
quiver: ^2.0.2

Expand Down

0 comments on commit aa62e30

Please sign in to comment.