Skip to content

Commit

Permalink
Merge 53b1e54 into f18c359
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym committed Jun 5, 2020
2 parents f18c359 + 53b1e54 commit c7b47b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 13.8.1
- `ml_dataframe` dependency updated
- `xrange` dependency constrain removed

## 13.8.0
- `LinkFunction`:
- `Float64InverseLogitLinkFunction` added
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
@@ -1,6 +1,6 @@
name: ml_algo
description: Machine learning algorithms written in native dart
version: 13.8.0
version: 13.8.1
homepage: https://github.com/gyrdym/ml_algo

environment:
Expand All @@ -10,10 +10,10 @@ dependencies:
injector: ^1.0.8
json_annotation: ^3.0.1
json_serializable: ^3.3.0
ml_dataframe: 0.0.11
ml_dataframe: ^0.1.1
ml_linalg: ^12.9.0
quiver: ^2.0.2
xrange: 0.0.8
xrange: ^0.0.8

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

0 comments on commit c7b47b9

Please sign in to comment.