Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Commit 033f8e1

Browse files
committed
0.5.3 version release
1 parent c7dcaaf commit 033f8e1

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
This document will be used to keep track of changes made between release versions. I'll do my best to note any breaking changes!
44

5+
## 0.5.3
6+
7+
### Breaking Changes
8+
9+
- None
10+
11+
### Features
12+
13+
- Adding a new `confusion_matrix` module.
14+
15+
### Bug Fixes
16+
17+
- None
18+
19+
### Minor Changes
20+
21+
- Updated rulinalg dependency to `0.3.7`.
22+
523
## 0.5.2
624

725
### New Contributors

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusty-machine"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = ["AtheMathmo"]
55

66
description = "A machine learning library."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Join the chat at https://gitter.im/AtheMathmo/rusty-machine](https://badges.gitter.im/AtheMathmo/rusty-machine.svg)](https://gitter.im/AtheMathmo/rusty-machine?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/AtheMathmo/rusty-machine.svg?branch=master)](https://travis-ci.org/AtheMathmo/rusty-machine)
44

5-
The crate is currently on version [0.5.2](https://crates.io/crates/rusty-machine/).
5+
The crate is currently on version [0.5.3](https://crates.io/crates/rusty-machine/).
66

77
Read the [API Documentation](https://AtheMathmo.github.io/rusty-machine/) to learn more.
88

@@ -72,7 +72,7 @@ The library is most easily used with [cargo](http://doc.crates.io/guide.html). S
7272

7373
```toml
7474
[dependencies]
75-
rusty-machine="0.5.2"
75+
rusty-machine="0.5.3"
7676
```
7777

7878
And then import the library using:

0 commit comments

Comments
 (0)