graph-tool 2.58+ds-2ubuntu2 source package in Ubuntu

Changelog

graph-tool (2.58+ds-2ubuntu2) noble; urgency=medium

  * No-change rebuild with Python 3.12 as default

 -- Graham Inggs <email address hidden>  Sat, 20 Jan 2024 08:45:04 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 ppc64el s390x kfreebsd-amd64 ia64 ppc64 riscv64 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
graph-tool_2.58+ds.orig.tar.xz 14.0 MiB 17abcf695f12943252af85cdcf2cae9c8795d8e7e0510cada681f0fa649c80bc
graph-tool_2.58+ds-2ubuntu2.debian.tar.xz 354.9 KiB c00c6c6285ce0851c3823a42aa4dcb2c8292fd583f11c915b21d28f0f8ed6f43
graph-tool_2.58+ds-2ubuntu2.dsc 3.0 KiB acb09835ccd3c97a518146c48f31c2ba0c308ddd7a0964479a2d7927a9c00c15

View changes file

Binary packages built by this source

graph-tool-doc: Efficient network analysis -- doc

 graph-tool is an efficient Python module for manipulation and statistical
 analysis of graphs (a.k.a. networks). Contrary to most other Python modules
 with similar functionality, the core data structures and algorithms are
 implemented in C++, making extensive use of template metaprogramming,
 based heavily on the Boost Graph Library. This confers it a level of
 performance that is comparable (both in memory usage and computation time)
 to that of a pure C/C++ library.
 .
 This package provides the documentation and sample material.

python3-graph-tool: Efficient network analysis -- Python

 graph-tool is an efficient Python module for manipulation and statistical
 analysis of graphs (a.k.a. networks). Contrary to most other Python modules
 with similar functionality, the core data structures and algorithms are
 implemented in C++, making extensive use of template metaprogramming,
 based heavily on the Boost Graph Library. This confers it a level of
 performance that is comparable (both in memory usage and computation time)
 to that of a pure C/C++ library.
 .
 This package provides the Python material.

python3-graph-tool-dbgsym: debug symbols for python3-graph-tool