graph-tool 2.58+ds-1ubuntu1 source package in Ubuntu

Changelog

graph-tool (2.58+ds-1ubuntu1) noble; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - debian/rules: Build with --max-parallel=2 to avoid OOM on Launchpad

graph-tool (2.58+ds-1) unstable; urgency=medium

  * New upstream release.

 -- Graham Inggs <email address hidden>  Tue, 05 Dec 2023 12:38:25 +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-1ubuntu1.debian.tar.xz 353.6 KiB daf47a5f25490191505670498452b672c6f172334f7ab33182e6537a71e6abbd
graph-tool_2.58+ds-1ubuntu1.dsc 3.0 KiB d0c9fc7735a985cc40f7e76d2924009e82059a353b7e515f87f79c07c627575a

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