Skip to content

Commit 150214e

Browse files
author
Ian
committed
Version bump and fixed export issue
1 parent a885c25 commit 150214e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.3-alpha.1"
3+
version = "0.2.3-alpha.2"
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/clustering/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ pub use louvain::Louvain;
44
pub(crate) mod similarity_network;
55
pub use similarity_network::build_knn_network_combined_matrix;
66
pub use similarity_network::build_knn_network_separate_matrix;
7+
pub use similarity_network::build_knn_network_combined_matrix_arrayd;
78
pub use similarity_network::create_similarity_network;

0 commit comments

Comments
 (0)