Hypernetx

Latest version: v2.2.0

Safety actively analyzes 621363 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

2.2.0

Improvements

* Update drawing submodule
* Reorganize tutorials
* Update documentation, README
* Update dependencies
* Update CI/CD scripts, Makefile
* Updated tests

Fixes

* Fixes minor bugs in Hypergraph constructor and helper method


What's Changed
* dependencies: change python-igraph to igraph by szhorvat in https://github.com/pnnl/HyperNetX/pull/117

New Contributors
* szhorvat made their first contribution in https://github.com/pnnl/HyperNetX/pull/117

**Full Changelog**: https://github.com/pnnl/HyperNetX/compare/v2.1.4...v2.2.0

2.1.4

Fixes

* Addresses JOSS-paper related issues: 142, 143, 144, and 145.
* Updates optional dependencies

**Full Changelog**: https://github.com/pnnl/HyperNetX/compare/v2.1.3...v2.1.4

2.1.3

Fixes

* Addresses issues 133, 132, 130, 129, and 128.

**Full Changelog**: https://github.com/pnnl/HyperNetX/compare/v2.1.2...v2.1.3

2.1.2

Improvements

* Make LICENSE.rst OSI compliant; resolves 127

**Full Changelog**: https://github.com/pnnl/HyperNetX/compare/v2.1.1...v2.1.2

2.1.1

Improvements
* Update modularity docs

**Full Changelog**: https://github.com/pnnl/HyperNetX/compare/v2.1.0...v2.1.1

2.1.0

Improvements, Enhancements
* Refactor hypergraph_modularity; add tutorial; thank you ftheberge
* Add conductance, tests; thank you NicolBuratti uninicol

**Full Changelog**: https://github.com/pnnl/HyperNetX/compare/v2.0.5...v2.1.0

Modularity module updates

Unchanged functions:

- dict2part(D)
- part2dict(A)
- linear(d, c)
- majority(d, c)
- strict(d, c)
- two_section(HG)
- kumar(HG, delta=0.01, verbose=False)

No longer required

- precompute_attributes(H)
- _compute_partition_probas(HG, A)
- _degree_tax(HG, Pr, wdc)
- _edge_contribution(HG, A, wdc)
- _delta_ec(HG, P, v, a, b, wdc)
- _bin_ppmf(d, c, p)
- _delta_dt(HG, P, v, a, b, wdc)

New version

- modularity(HG, A, wdc=linear)
- last_step(HG, L, wdc=linear, delta=0.01, verbose=False)

New (hidden) functions

- _last_step_unweighted
- _last_step_weighted

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.