Skip to content

Releases: gdalle/SparseMatrixColorings.jl

v0.4.20

26 May 19:10
f7acc3f
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v0.4.13

12 Feb 19:04
6832e7f
Compare
Choose a tag to compare

SparseMatrixColorings v0.4.13

Diff since v0.4.12

Merged pull requests:

Closed issues:

  • Postprocessing for symmetric coloring in bicoloring (#122)
  • Adapt package to neutral colors (#158)

v0.4.12

24 Jan 09:05
0794c68
Compare
Choose a tag to compare

SparseMatrixColorings v0.4.12

Diff since v0.4.11

Merged pull requests:

Closed issues:

  • More options for orders (#15)
  • Get rid of Compat (#103)
  • Reproducible RandomOrder (#160)

v0.4.11

20 Jan 18:09
cc7e292
Compare
Choose a tag to compare

SparseMatrixColorings v0.4.11

Diff since v0.4.10

Merged pull requests: