Skip to content

Commit

Permalink
xrange package version locked
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym committed Sep 21, 2019
1 parent dd5d56d commit ef9a9e1
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.0.1
- `xrange` package version locked

## 5.0.0
- `Encoder` interface changed: there is no more `encode` method, use `process` from `Pipeable` instead
- `Normalizer` entity added
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,6 +1,6 @@
name: ml_preprocessing
description: Popular algorithms of data preprocessing for machine learning
version: 5.0.0
version: 5.0.1
author: Ilia Gyrdymov <ilgyrd@gmail.com>
homepage: https://github.com/gyrdym/ml_preprocessing

Expand All @@ -11,7 +11,7 @@ dependencies:
ml_dataframe: ^0.0.4
ml_linalg: ^11.0.0
quiver: ^2.0.2
xrange: ^0.0.4
xrange: 0.0.6

dev_dependencies:
benchmark_harness: '>=1.0.0 <2.0.0'
Expand Down

0 comments on commit ef9a9e1

Please sign in to comment.