在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:JuliaGraphs/Graphs.jl开源软件地址:https://github.com/JuliaGraphs/Graphs.jl开源编程语言:Julia 100.0%开源软件介绍:Graphs.jlOverviewThe goal of Graphs.jl is to offer a performant platform for network and graph analysis in Julia, following the example of libraries such as NetworkX in Python. To this end, Graphs.jl offers:
InstallationInstallation is straightforward. First, enter Pkg mode by hitting
Basic useGraphs.jl includes numerous convenience functions for generating graphs, such as
DocumentationThe full documentation is available at GitHub Pages. Documentation for methods is also available via the Julia REPL help system. Additional tutorials can be found at JuliaGraphsTutorials. CitingWe encourage you to cite our work if you have used our libraries, tools or datasets. Starring the Graphs.jl repository on GitHub is also appreciated. The latest citation information may be found in the CITATION.bib file within the repository. ContributingWe welcome contributions and bug reports! Please see CONTRIBUTING.md for guidance on development and bug reporting. JuliaGraphs development subscribes to the Julia Community Standards. Related packagesIt is an explicit design decision that any data not required for graph manipulation (attributes and other information, for example) is expected to be stored outside of the graph structure itself. Additional functionality like advanced IO and file formats, weighted graphs, property graphs, and optimization-related functions can be found in the packages of the JuliaGraphs organization. Project statusThe Graphs.jl project is a reboot of the LightGraphs.jl package (archived in October 2021), which remains available on GitHub at sbromberger/LightGraphs.jl. If you don't need any new features developed since the fork, you can continue to use older versions of LightGraphs.jl indefinitely. New versions will be released here using the name Graphs.jl instead of LightGraphs.jl. There was an older package also called Graphs.jl. The source history and versions are still available in this repository, but the current code base is unrelated to the old Graphs.jl code and is derived purely from LightGraphs.jl. To access the history of the old Graphs.jl code, you can start from commit 9a25019. Transition from LightGraphs to GraphsLightGraphs.jl and Graphs.jl are functionally identical, still there are some steps involved making the change:
About versions
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论