Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Mar 19, 2024
1 parent d6c9944 commit ea7e9cf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.8.4
* Added the ability to supply user-defined functions to `filterby` and `filterby_attr` [#524](https://github.com/xgi-org/xgi/pull/524) (@nwlandry).
* Reorganized the stats tests [#525](https://github.com/xgi-org/xgi/pull/525) (@nwlandry).
* Added a recipe for finding the maximal indices based on statistics [#522](https://github.com/xgi-org/xgi/pull/522) (@nwlandry).
* Added the ability to argsort stats [#521](https://github.com/xgi-org/xgi/pull/521) (@nwlandry).
* Added recipes for flagged triangular lattices and avg. shortest path length [#513](https://github.com/xgi-org/xgi/pull/513) (@thomasrobiglio).
* Add `argmax` and `argmin` to the stats interface [#518](https://github.com/xgi-org/xgi/pull/518) (@nwlandry).
* Updated the list of projects using XGI [#519](https://github.com/xgi-org/xgi/pull/519) (@nwlandry).
* Fixed the multilayer warning (Issue [#515](https://github.com/xgi-org/xgi/issues/515)) that occurs when specifying colors for each node [#517](https://github.com/xgi-org/xgi/pull/517) (@nwlandry).

## v0.8.3
* Fixed the drawing warning (Issue [#499](https://github.com/xgi-org/xgi/issues/499)) that occurs when specifying colors for each node [#512](https://github.com/xgi-org/xgi/pull/512) (@nwlandry).
* Formatted the tutorial notebooks with isort [#502](https://github.com/xgi-org/xgi/pull/502) (@nwlandry).
Expand Down
15 changes: 7 additions & 8 deletions docs/source/using-xgi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Nicholas W. Landry, Ilya Amburg, Mirah Shi, and Sinan Aksoy, "Filtering higher-o
:bdg-link-primary-line:`Paper <https://doi.org/10.1088/2632-072X/ad253a>`
:bdg-link-primary-line:`Code <https://github.com/nwlandry/filtering-higher-order-datasets>`

Nicholas W. Landry, Jean-Gabriel Young, and Nicole Eikmeier, "The simpliciality of higher-order networks", *EPJ Data Science* **13**, 17 (2024).

:bdg-link-primary-line:`Paper <https://doi.org/10.1140/epjds/s13688-024-00458-1>`
:bdg-link-primary-line:`Code <https://github.com/nwlandry/the-simpliciality-of-higher-order-networks>`

2023
----

Expand Down Expand Up @@ -61,17 +66,11 @@ Iacopo Iacopini, Márton Karsai, and Alain Barrat, "The temporal dynamics of gro

:bdg-link-primary-line:`Paper <https://arxiv.org/abs/2306.09967>`

Nicholas W. Landry, Jean-Gabriel Young, and Nicole Eikmeier, "The simpliciality of higher-order networks", arXiv:2308.13918 (2023).

:bdg-link-primary-line:`Paper <https://doi.org/10.48550/arXiv.2308.13918>`
:bdg-link-primary-line:`Code <https://github.com/nwlandry/the-simpliciality-of-higher-order-networks>`

Yuanzhao Zhang, Per Sebastian Skardal, Federico Battiston, Giovanni Petri, Maxime Lucas, "Deeper but smaller: Higher-order interactions increase linear stability but shrink basins", arXiv:2309.16581 (2023).

:bdg-link-primary-line:`Paper <https://arxiv.org/abs/2309.16581>`
:bdg-link-primary-line:`Code <https://github.com/maximelucas/basins_and_triangles>`


Theses
======

Expand All @@ -87,8 +86,8 @@ Thomas Robiglio, "Higher-order structures in face-to-face interaction networks",
Software packages
=================

- `simplicial-kuramoto <https://arnaudon.github.io/simplicial-kuramoto>`_
- `hypercontagion <https://hypercontagion.readthedocs.io/en/latest>`_
- `hyperspec <https://github.com/yaml-programming/hyperspec>`_
- `pynetflow <https://github.com/anthbapt/pynetflow>`_
- `segram <https://github.com/sztal/segram>`_
- `hyperspec <https://github.com/yaml-programming/hyperspec>`_
- `simplicial-kuramoto <https://arnaudon.github.io/simplicial-kuramoto>`_

0 comments on commit ea7e9cf

Please sign in to comment.