Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Andlon committed Jan 13, 2021
1 parent 13c1adc commit 0e8e454
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

Prominent changes for individual releases will be listed here.

## 0.1.4 - 2020-01-13

### Added

- [proptest](https://crates.io/crates/proptest) support through new macros `prop_assert_matrix_eq!`
and `prop_assert_scalar_eq!`. The `proptest-support` feature must be enabled to use this new
functionality.

### Changed

- Very minor changes to formatting for output of some assertions.

## 0.1.3

- Avoid pulling in default features for num-traits dependency (thanks to Sébastien Crozet!).
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "matrixcompare"
version = "0.1.3"
version = "0.1.4"
authors = ["Andreas Longva"]
edition = "2018"
license = "MIT"
repository = "https://github.com/Andlon/matrixcompare"
keywords = [ "matrix", "comparison", "linear", "algebra", "linear-algebra" ]
keywords = [ "matrix", "comparison", "linear", "algebra", "assertions" ]
description = "Tools for convenient comparison of matrices"
readme = "README.md"

Expand Down

0 comments on commit 0e8e454

Please sign in to comment.