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

Changelog

graph-tool (2.57+ds-1ubuntu1) mantic; urgency=medium

  * Merge from Debian unstable, remaining changes:
    - Build with --max-parallel=2 to avoid OOM on Launchpad builders

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

  * Upload to unstable.
  * New upstream release.

graph-tool (2.53+ds-1) experimental; urgency=medium

  * New upstream release.

graph-tool (2.52+ds-1) experimental; urgency=medium

  * New upstream release.

graph-tool (2.49+ds-1) experimental; urgency=medium

  * New upstream release.

graph-tool (2.48+ds-1) experimental; urgency=medium

  * New upstrean release.
  * Debianization:
    - d/patches/*:
      - d/p/upstream-fix-python311-migration.patch, integrated;
    - various janitorial changes.

 -- Graham Inggs <email address hidden>  Sat, 19 Aug 2023 13:44:30 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Mantic
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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
graph-tool_2.57+ds.orig.tar.xz 14.0 MiB 7b438cf4fdc09e6aa54625ce78ac0e3a9d15b8e90084be88794d0bf8827add74
graph-tool_2.57+ds-1ubuntu1.debian.tar.xz 353.5 KiB e56f519e17c322db7bdd0d69573b7dfa6bd846c34483698cbcd45c97cb498d95
graph-tool_2.57+ds-1ubuntu1.dsc 3.0 KiB 772acfa601568c2c00ab7ce0fcbe974d1542d4d1f80993e54d028e2a799e38e2

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