Skip to content

Commit 5822d2f

Browse files
author
Ian
committed
small version bump
found exports
1 parent 229afc4 commit 5822d2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 = "single_algebra"
3-
version = "0.1.2-alpha.6"
3+
version = "0.1.2-alpha.7"
44
edition = "2021"
55
license-file = "LICENSE.md"
66
description = "A linear algebra convenience library for the single-rust library. Can be used externally as well."

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ pub use utils::FloatOps;
99
pub use utils::Normalize;
1010
pub use utils::NumericNormalize;
1111
pub use utils::NumericOps;
12+
pub use utils::Log1P;

0 commit comments

Comments
 (0)