networkx 2.4-4ubuntu2 source package in Ubuntu
Changelog
networkx (2.4-4ubuntu2) jammy; urgency=medium * d/control: Depend on nb2plots>=0.6-2ubuntu1 which includes a py310 fix. * d/p/fix-Sphinx-deprecation.patch, d/p/use-xetex-for-uft8-latex-backend-4326.patch: Cherry-picked from upstream to fix sphinx failures. * d/control: Add fonts-freefont-otf, texlive-xetex, and xindy BDs. -- Corey Bryant <email address hidden> Fri, 25 Mar 2022 09:58:34 -0400
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | misc | |
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
networkx_2.4.orig.tar.xz | 1.1 MiB | 23a9dfb710f653a07c1d85302da9c10ddc9db153a8e5b8a36101b4e4fc480c09 |
networkx_2.4-4ubuntu2.debian.tar.xz | 15.4 KiB | a04054126aa90003488cc8ca1289425a2e790aef1055eab8558c7a4d00cb4489 |
networkx_2.4-4ubuntu2.dsc | 2.7 KiB | 77ff2828ad4495411c5b75af95c83f7cbce87cee14c28fa26fff539ca74c6ad2 |
Available diffs
- diff from 2.4-4ubuntu1 to 2.4-4ubuntu2 (1.6 KiB)
Binary packages built by this source
- python-networkx-doc: tool to create, manipulate and study complex networks - documentation
NetworkX is a Python-based package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.
.
The structure of a graph or network is encoded in the edges (connections,
links, ties, arcs, bonds) between nodes (vertices, sites, actors). If
unqualified, by graph it's meant a simple undirected graph, i.e. no
self-loops and no multiple edges are allowed. By a network it's usually
meant a graph with weights (fields, properties) on nodes and/or edges.
.
The potential audience for NetworkX includes: mathematicians, physicists,
biologists, computer scientists, social scientists.
.
This package contains documentation for NetworkX.
- python3-networkx: tool to create, manipulate and study complex networks (Python3)
NetworkX is a Python-based package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.
.
The structure of a graph or network is encoded in the edges (connections,
links, ties, arcs, bonds) between nodes (vertices, sites, actors). If
unqualified, by graph it's meant a simple undirected graph, i.e. no
self-loops and no multiple edges are allowed. By a network it's usually
meant a graph with weights (fields, properties) on nodes and/or edges.
.
The potential audience for NetworkX includes: mathematicians, physicists,
biologists, computer scientists, social scientists.
.
This package contains the Python 3 version of NetworkX.