Skip to content

Commit

Permalink
Pull request #221: documentation hotfix for links
Browse files Browse the repository at this point in the history
Merge in HYP/hypernetx from hotfix/doclink to master

* commit '75cf838702f8bf661433587a3f46cb5b335a664b':
  bump: version 2.3.10 → 2.3.11
  pre-commit fixes
  documentation hotfix for links
  • Loading branch information
brendapraggastis authored and ryandanehy committed Jan 31, 2025
2 parents af6c3f0 + 75cf838 commit 7c827b4
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "2.3.10"
version = "2.3.11"
version_provider = "poetry"
version_files = [
"pyproject.toml",
Expand Down
29 changes: 22 additions & 7 deletions LONG_DESCRIPTION.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,41 @@
HyperNetX
=========

The HyperNetX library provides classes and methods for the analysis
The HyperNetX (HNX) library provides classes and methods for the analysis
and visualization of complex network data modeled as hypergraphs.
The library generalizes traditional graph metrics.
Documentation for HNX is available at: https://hypernetx.readthedocs.io/

HypernetX was developed by the Pacific Northwest National Laboratory for the
HNX was originally developed by the Pacific Northwest National Laboratory for the
Hypernets project as part of its High Performance Data Analytics (HPDA) program.
It is currently maintained by scientists at PNNL, but contributions and bug fixes
from the community are welcome and encouraged.
Please see our [Contributor's Guide](https://hypernetx.readthedocs.io/en/latest/contributions.html)
for more information.

PNNL is operated by Battelle Memorial Institute under Contract DE-ACO5-76RL01830.

* Principal Developer and Designer: Brenda Praggastis
* Development Team: Audun Myers, Mark Bonicillo
* Development Team: Brenda Praggastis, Audun Myers, Greg Roek, Ryan Danehy
* Visualization: Dustin Arendt, Ji Young Yun
* Principal Investigator: Cliff Joslyn
* Program Manager: Brian Kritzstein
* Principal Contributors (Design, Theory, Code): Sinan Aksoy, Dustin Arendt, Mark Bonicillo, Helen Jenne, Cliff Joslyn, Nicholas Landry, Audun Myers, Christopher Potvin, Brenda Praggastis, Emilie Purvine, Greg Roek, Mirah Shi, Francois Theberge, Ji Young Yun
* Principal Contributors (Design, Theory, Code): Sinan Aksoy, Dustin Arendt, Mark Bonicillo, Ryan Danehy, Helen Jenne, Cliff Joslyn, Nicholas Landry, Audun Myers, Christopher Potvin, Brenda Praggastis, Emilie Purvine, Greg Roek, Mirah Shi, Francois Theberge, Ji Young Yun

The code in this repository is intended to support researchers modeling data
as hypergraphs. We have a growing community of users and contributors.
Documentation is available at: https://pnnl.github.io/HyperNetX

For questions and comments contact the developers directly at: hypernetx@pnnl.gov
HNX is a primary contributor to the
Hypergraph Interchange Format (HIF), a json schema for sharing data
modeled as hypergraphs. The specification and sample notebooks may be found
here: https://github.com/pszufe/HIF-standard/tree/main
Other hypergraph libraries using this standard are listed below:

- [HypergraphX (HGX)](https://github.com/HGX-Team/hypergraphx) (Python)
- [CompleX Group Interactions (XGI)](https://github.com/xgi-org/xgi) (Python)
- [SimpleHypergraphs.jl](https://github.com/pszufe/SimpleHypergraphs.jl) (Julia)
- [Hypergraph-Analysis-Toolbox(HAT)](https://github.com/Jpickard1/Hypergraph-Analysis-Toolbox) (Python)

For questions and comments about HNX contact the developers directly at: hypernetx@pnnl.gov.

HyperNetX 2.3
~~~~~~~~~~~~~
Expand Down
29 changes: 22 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,41 @@ HyperNetX
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
[![CITATION.cff](https://github.com/pnnl/HyperNetX/actions/workflows/cff.yml/badge.svg)](https://github.com/pnnl/HyperNetX/actions/workflows/cff.yml)

The HyperNetX library provides classes and methods for the analysis
The HyperNetX (HNX) library provides classes and methods for the analysis
and visualization of complex network data modeled as hypergraphs.
The library generalizes traditional graph metrics.
Documentation for HNX is available at: https://hypernetx.readthedocs.io/

HypernetX was developed by the Pacific Northwest National Laboratory for the
HNX was originally developed by the Pacific Northwest National Laboratory for the
Hypernets project as part of its High Performance Data Analytics (HPDA) program.
It is currently maintained by scientists at PNNL, but contributions and bug fixes
from the community are welcome and encouraged.
Please see our [Contributor's Guide](https://hypernetx.readthedocs.io/en/latest/contributions.html)
for more information.

PNNL is operated by Battelle Memorial Institute under Contract DE-ACO5-76RL01830.

* Principal Developer and Designer: Brenda Praggastis
* Development Team: Audun Myers, Mark Bonicillo
* Development Team: Brenda Praggastis, Audun Myers, Greg Roek, Ryan Danehy
* Visualization: Dustin Arendt, Ji Young Yun
* Principal Investigator: Cliff Joslyn
* Program Manager: Brian Kritzstein
* Principal Contributors (Design, Theory, Code): Sinan Aksoy, Dustin Arendt, Mark Bonicillo, Helen Jenne, Cliff Joslyn, Nicholas Landry, Audun Myers, Christopher Potvin, Brenda Praggastis, Emilie Purvine, Greg Roek, Mirah Shi, Francois Theberge, Ji Young Yun
* Principal Contributors (Design, Theory, Code): Sinan Aksoy, Dustin Arendt, Mark Bonicillo, Ryan Danehy, Helen Jenne, Cliff Joslyn, Nicholas Landry, Audun Myers, Christopher Potvin, Brenda Praggastis, Emilie Purvine, Greg Roek, Mirah Shi, Francois Theberge, Ji Young Yun

The code in this repository is intended to support researchers modeling data
as hypergraphs. We have a growing community of users and contributors.
Documentation is available at: https://pnnl.github.io/HyperNetX

For questions and comments contact the developers directly at: hypernetx@pnnl.gov
HNX is a primary contributor to the
Hypergraph Interchange Format (HIF), a json schema for sharing data
modeled as hypergraphs. The specification and sample notebooks may be found
here: https://github.com/pszufe/HIF-standard/tree/main
Other hypergraph libraries using this standard are listed below:

- [HypergraphX (HGX)](https://github.com/HGX-Team/hypergraphx) (Python)
- [CompleX Group Interactions (XGI)](https://github.com/xgi-org/xgi) (Python)
- [SimpleHypergraphs.jl](https://github.com/pszufe/SimpleHypergraphs.jl) (Julia)
- [Hypergraph-Analysis-Toolbox(HAT)](https://github.com/Jpickard1/Hypergraph-Analysis-Toolbox) (Python)

For questions and comments about HNX contact the developers directly at: hypernetx@pnnl.gov.

Summary - Release highlights - HNX 2.3
--------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os


__version__ = "2.3.10"
__version__ = "2.3.11"


# If extensions (or modules to document with autodoc) are in another directory,
Expand Down
2 changes: 1 addition & 1 deletion hypernetx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from hypernetx.utils import *
from hypernetx.utils.toys import *

__version__ = "2.3.10"
__version__ = "2.3.11"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hypernetx"
version = "2.3.10"
version = "2.3.11"
description = "HyperNetX is a Python library for the creation and study of hypergraphs."
authors = ["Brenda Praggastis <Brenda.Praggastis@pnnl.gov>", "Dustin Arendt <dustin.arendt@pnnl.gov>",
"Sinan Aksoy <sinan.aksoy@pnnl.gov>", "Emilie Purvine <Emilie.Purvine@pnnl.gov>",
Expand Down

0 comments on commit 7c827b4

Please sign in to comment.