diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb2ee871..172e237b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/docs/source/using-xgi.rst b/docs/source/using-xgi.rst index 22f911ac9..48b7a43f8 100644 --- a/docs/source/using-xgi.rst +++ b/docs/source/using-xgi.rst @@ -17,6 +17,11 @@ Nicholas W. Landry, Ilya Amburg, Mirah Shi, and Sinan Aksoy, "Filtering higher-o :bdg-link-primary-line:`Paper ` :bdg-link-primary-line:`Code ` +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 ` +:bdg-link-primary-line:`Code ` + 2023 ---- @@ -61,17 +66,11 @@ Iacopo Iacopini, Márton Karsai, and Alain Barrat, "The temporal dynamics of gro :bdg-link-primary-line:`Paper ` -Nicholas W. Landry, Jean-Gabriel Young, and Nicole Eikmeier, "The simpliciality of higher-order networks", arXiv:2308.13918 (2023). - -:bdg-link-primary-line:`Paper ` -:bdg-link-primary-line:`Code ` - 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 ` :bdg-link-primary-line:`Code ` - Theses ====== @@ -87,8 +86,8 @@ Thomas Robiglio, "Higher-order structures in face-to-face interaction networks", Software packages ================= -- `simplicial-kuramoto `_ - `hypercontagion `_ +- `hyperspec `_ - `pynetflow `_ - `segram `_ -- `hyperspec `_ \ No newline at end of file +- `simplicial-kuramoto `_ \ No newline at end of file