Path to this page:
./
wip/py-cxnet,
Complex networks in education
Branch: CURRENT,
Version: 0.3,
Package name: py312-cxnet-0.3,
Maintainer: jihbed.researchThe cxnet extends IGraph module with some functionality
I am using in higher education.
Some functionality is available with NetworkX module as well.
Function plotting needs matplotlib (pylab).
Functionalities:
- Creating networks with multifractal network generator.
- Creating network from the deb package hierarchy.
- Investigating and plotting degree distribution.
- Graph methods:
* to list the vertices with most degrees,
* to plot the neighbours of a vertex.
- A tool to create network evolution models
Required to run:[
graphics/py-matplotlib] [
devel/py-setuptools] [
math/py-numpy] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 10400b70102a3283b3cd62adf1d5bd9d792add4d
Filesize: 673.4 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-cxnet-0.3
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2023-02-13) Updated to version: py310-cxnet-0.3
- (2021-10-08) Updated to version: py39-cxnet-0.3
CVS history: (Expand)
2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208) |
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
|
2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-08-19 21:58:09 by Kamel Derouiche | Files touched by this commit (4) |
Log message:
Import py27-cxnet-0.3 as wip/py-cxnet.
The cxnet extends IGraph module with some functionality
I am using in higher education.
Some functionality is available with NetworkX module as well.
Function plotting needs matplotlib (pylab).
Functionalities:
- Creating networks with multifractal network generator.
- Creating network from the deb package hierarchy.
- Investigating and plotting degree distribution.
- Graph methods:
* to list the vertices with most degrees,
* to plot the neighbours of a vertex.
- A tool to create network evolution models
|