Skip to content

Commit 0c4db61

Browse files
author
Ian
committed
Changed visibility of grouping and small version bump
1 parent 150214e commit 0c4db61

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use rayon::iter::ParallelIterator;
1212
use rayon::slice::ParallelSlice;
1313
use std::collections::HashMap;
1414

15-
pub(crate) mod clustering;
15+
pub mod clustering;
1616

1717
// for now
1818
pub type Graph<N, E> = UnGraph<N, E>;

0 commit comments

Comments
 (0)