Skip to content

Commit 823bf5a

Browse files
Prepare for release 0.3.0
1 parent 15b16f7 commit 823bf5a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-vision"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["xd009642 <danielmckenna93@gmail.com>"]
55
description = "A computer vision library built on top of ndarray"
66
repository = "https://github.com/xd009642/ndarray-vision"

src/core/traits.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use num_traits::real::Real;
21
/// When working with pixel data types may have odd bitdepths or not use the
32
/// full range of the value. We can't assume every image with `u8` ranges from
43
/// [0..255]. Additionally, floating point representations of pixels normally

0 commit comments

Comments
 (0)