Releases: JuliaCJK/IDSGraphs.jl
Releases · JuliaCJK/IDSGraphs.jl
v0.2.4
IDSGraphs v0.2.4
- added many more tests
- due to tests, discovered and fixed 2 bugs: subgraph & topological sort
- LightGraphs version is now more restricted
v0.2.3
v0.2.2
IDSGraphs v0.2.2
- added LazyArtifacts dependency
Merged pull requests:
- CompatHelper: add new compat entry for "LazyArtifacts" at version "1.3" (#2) (@github-actions[bot])
v0.2.1
IDSGraphs v0.2.1
- removed DataStructures dependency (only LightGraphs dep)
- minor performance improvment
- fixed use of Artifacts.toml
v0.2.0
IDSGraphs v0.2.0
added compliance with the AbstractGraph interface in LightGraphs.jl
v0.1.0
IDSGraphs v0.1.0
First release of the IDSGraphs.jl package for reading and processing IDS (ideographic description sequences) as graphs.
Pre-release for storing IDS files
v0.0.1 initial move over from Tong.jl