Skip to content

Commit 7f0514b

Browse files
authored
Remove public when export is there (#19)
* Remove public when export is there * Fix * Switch to alpha testing * Remove test on alpha
1 parent 4af8788 commit 7f0514b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SparseMatrixColorings"
22
uuid = "0a514795-09f3-496d-8182-132a7b665d35"
33
authors = ["Guillaume Dalle <22795598+gdalle@users.noreply.github.com>"]
4-
version = "0.3.3"
4+
version = "0.3.4"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

src/SparseMatrixColorings.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@ include("matrices.jl")
4141
include("decompression.jl")
4242
include("check.jl")
4343

44-
@compat public GreedyColoringAlgorithm
4544
@compat public NaturalOrder, RandomOrder, LargestFirst
4645
@compat public color_groups
4746
@compat public decompress_columns, decompress_columns!
4847
@compat public decompress_rows, decompress_rows!
4948
@compat public decompress_symmetric, decompress_symmetric!
50-
@compat public column_coloring, row_coloring, symmetric_coloring
5149

5250
export GreedyColoringAlgorithm
5351
export column_coloring, row_coloring, symmetric_coloring

0 commit comments

Comments
 (0)