Skip to content

Releases: JuliaCJK/IDSGraphs.jl

v0.2.4

17 Jan 04:41

Choose a tag to compare

IDSGraphs v0.2.4

Diff since v0.2.3

  • added many more tests
  • due to tests, discovered and fixed 2 bugs: subgraph & topological sort
  • LightGraphs version is now more restricted

v0.2.3

16 Jan 02:39

Choose a tag to compare

IDSGraphs v0.2.3

Diff since v0.2.2

  • removed Pkg dependency

v0.2.2

16 Jan 02:01
45d5a97

Choose a tag to compare

IDSGraphs v0.2.2

Diff since v0.2.1

  • added LazyArtifacts dependency

Merged pull requests:

  • CompatHelper: add new compat entry for "LazyArtifacts" at version "1.3" (#2) (@github-actions[bot])

v0.2.1

09 Jan 00:08

Choose a tag to compare

IDSGraphs v0.2.1

Diff since v0.2.0

  • removed DataStructures dependency (only LightGraphs dep)
  • minor performance improvment
  • fixed use of Artifacts.toml

v0.2.0

03 Dec 01:59

Choose a tag to compare

IDSGraphs v0.2.0

Diff since v0.1.0

added compliance with the AbstractGraph interface in LightGraphs.jl

v0.1.0

21 Nov 21:06

Choose a tag to compare

IDSGraphs v0.1.0

Diff since v0.0.1

First release of the IDSGraphs.jl package for reading and processing IDS (ideographic description sequences) as graphs.

Pre-release for storing IDS files

18 Nov 04:57

Choose a tag to compare

Pre-release
v0.0.1

initial move over from Tong.jl