graph-tool 2.59+ds-4ubuntu1 source package in Ubuntu

Changelog

graph-tool (2.59+ds-4ubuntu1) noble; urgency=medium

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

graph-tool (2.59+ds-4) unstable; urgency=medium

  * Debianization:
    - d/t/control:
      - Architecture, make consistent with list in d/control,

graph-tool (2.59+ds-3) unstable; urgency=medium

  * Debianization:
     -d/control:
     	- Architecture, remove ppc64el (see: #1060832).

graph-tool (2.59+ds-2) unstable; urgency=medium

  * Team upload.
  * Try building also on ppc64el

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

  * New upstream release.
  * Debianization:
    - d/copyright:
      - Copyright year-tuples, update;
    - d/patches/*:
      - d/p/boost_1.83.patch, obsoleted;
    - d/control:
     	- Architecture field, add loong64 arch (Closes: #1059198).

 -- Graham Inggs <email address hidden>  Tue, 27 Feb 2024 13:37:08 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 s390x kfreebsd-amd64 ia64 loong64 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.59+ds.orig.tar.xz 14.0 MiB 94ab909942a815ef8d6820627c46abed26e93934790dc12ac07ceb1eaef675e9
graph-tool_2.59+ds-4ubuntu1.debian.tar.xz 355.0 KiB ec63c3b76825172c45e1f1705e26df0c3191f9e176834c9b44ea60259f32998b
graph-tool_2.59+ds-4ubuntu1.dsc 3.0 KiB d0d01703a6eeb613d98c3e4e12d924b1fb746406a876cf4cc4ca4c3259862a84

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