Skip to content

Releases: gdalle/SparseMatrixColorings.jl

v0.4.23

01 Nov 14:17
85e2d05

Choose a tag to compare

SparseMatrixColorings v0.4.23

Diff since v0.4.22

Merged pull requests:

Closed issues:

  • Decompression from vector of colors? (#67)
  • Use deepcopy inside ConstantColoringAlgorithm if necessary (#257)
  • has_diagonal should be renamed into augmented_graph (#272)

v0.4.22

14 Oct 15:13
e77226a

Choose a tag to compare

SparseMatrixColorings v0.4.22

Diff since v0.4.21

Merged pull requests:

Closed issues:

  • Add precompilation (#101)

v0.4.21

20 Jun 06:57
108c7c1

Choose a tag to compare

SparseMatrixColorings v0.4.21

Diff since v0.4.20

Merged pull requests:

  • feat: decompression for cuSPARSE matrices (#253) (@gdalle)

v0.4.20

26 May 19:10
f7acc3f

Choose a tag to compare

SparseMatrixColorings v0.4.20

Diff since v0.4.19

Merged pull requests:

Closed issues:

  • Add tutorials (#95)
  • Roadmap (#121)

v0.4.19

28 Apr 11:42
d9ec840

Choose a tag to compare

SparseMatrixColorings v0.4.19

Diff since v0.4.18

Merged pull requests:

  • Exclude ordering from coloring primitives (#249) (@gdalle)

v0.4.18

11 Apr 05:38
0c2771a

Choose a tag to compare

SparseMatrixColorings v0.4.18

Diff since v0.4.17

Merged pull requests:

  • Add triangle to bidirectional visualization (#243) (@gdalle)
  • More efficient reset of visited vertices in order.jl (#244) (@amontoison)
  • Update how we use visited_trees in TreeSet (#245) (@amontoison)
  • Add ordering benchmarks (#246) (@gdalle)
  • Efficient implementation of ColPack's buckets (#247) (@gdalle)
  • Remove some useless operations in dynamic orders (#248) (@gdalle)

Closed issues:

  • sizehint! the various objects used in star and acyclic coloring (#117)
  • Custom structure for disjoint trees (#143)
  • Update how we determine is_star (#232)

v0.4.17

08 Apr 16:31
8eb5d61

Choose a tag to compare

SparseMatrixColorings v0.4.17

Diff since v0.4.16

Merged pull requests:

v0.4.16

04 Apr 13:22
ee8bb7a

Choose a tag to compare

SparseMatrixColorings v0.4.16

Diff since v0.4.15

Merged pull requests:

Closed issues:

  • Adapt degree to bipartite graph (#118)
  • CSC versus dictionary (#213)
  • Store hubs as tuples (#225)

v0.4.15

02 Apr 17:16
2ab1c47

Choose a tag to compare

SparseMatrixColorings v0.4.15

Diff since v0.4.14

Merged pull requests:

Closed issues:

  • Try to detect the stars during the acyclic coloring (#178)
  • Determine if a buffer is not needed for decompression of acyclic coloring (#181)

v0.4.14

06 Mar 20:39
3cdcf96

Choose a tag to compare

SparseMatrixColorings v0.4.14

Diff since v0.4.13

Merged pull requests:

Closed issues:

  • Lazy bicoloring adjacency graph (#161)
  • Optimize choice of hubs to improve preprocessing (#167)
  • More principled neutralizing of trees (#168)
  • More tests for bicoloring with preprocessing (#169)
  • Add an inplace version for remap_colors (#172)
  • Pass an option bicoloring to star_coloring and acyclic_coloring (#182)
  • Add benchmarks for bicoloring (#185)
  • Update show_colors for bicoloring (#193)