Skip to content

Commit

Permalink
added links
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Jul 6, 2022
1 parent 1474e02 commit 091622d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Changelog

## v0.4
* Added the `stats` package which implements `NodeStat`, `EdgeStat` and related functionality. This package now handles computation of edge size and degree (PR #120).
* Removed the `EdgeSizeView` and `DegreeView` classes (PR #120).
* Changed all imports to be relative in the `xgi` package (PR #121).
* Added an assortativity module (PR #122).
* Improved the performance of accessing edge members (PR #124).
* Added more operations for node and edge attributes besides "eq" (PR #125).
* Added a function to convert all node and edge labels to integers and store the old labels as properties (PR #127).
* * Renamed the `egonet` method to `edge_neighborhood (PR #129).
* Added the `stats` package which implements `NodeStat`, `EdgeStat` and related functionality. This package now handles computation of edge size and degree ([#120](https://github.com/ComplexGroupInteractions/xgi/pull/120)).
* Removed the `EdgeSizeView` and `DegreeView` classes ([#120](https://github.com/ComplexGroupInteractions/xgi/pull/120)).
* Changed all imports to be relative in the `xgi` package ([#121](https://github.com/ComplexGroupInteractions/xgi/pull/121)).
* Added an assortativity module ([#122](https://github.com/ComplexGroupInteractions/xgi/pull/122)).
* Improved the performance of accessing edge members ([#124](https://github.com/ComplexGroupInteractions/xgi/pull/124)).
* Added more operations for node and edge attributes besides "eq" ([#125](https://github.com/ComplexGroupInteractions/xgi/pull/125)).
* Added a function to convert all node and edge labels to integers and store the old labels as properties ([#127](https://github.com/ComplexGroupInteractions/xgi/pull/127)).
* * Renamed the `egonet` method to `edge_neighborhood ([#129](https://github.com/ComplexGroupInteractions/xgi/pull/129)).
* Moved the `neighbors` method in the `Hypergraph` class to the `IDView` class so that node and edge neighbors are now supported (PR #129).
* Added a centrality module and added these methods to `nodestats.py` and `edgestats.py` (PR #130).
* Moved the `load_xgi_data` method to the `readwrite` module (PR #130).
* Added a generator for sunflower hypergraphs (PR #130).
* Added a Jupyter notebook as a quickstart guide (PRs #131, #134).
* Fixed a bug in the `barycenter_spring_layout` and `weighted_barycenter_spring_layout` methods to handle non-integer node IDs (PR #133).
* Added an isort configuration file so it no longer sorts the `__init__.py` files (PR #134).
* Added a centrality module and added these methods to `nodestats.py` and `edgestats.py` ([#130](https://github.com/ComplexGroupInteractions/xgi/pull/130)).
* Moved the `load_xgi_data` method to the `readwrite` module ([#130](https://github.com/ComplexGroupInteractions/xgi/pull/130)).
* Added a generator for sunflower hypergraphs ([#130](https://github.com/ComplexGroupInteractions/xgi/pull/130)).
* Added a Jupyter notebook as a quickstart guide ([#131](https://github.com/ComplexGroupInteractions/xgi/pull/131) and [#134](https://github.com/ComplexGroupInteractions/xgi/pull/134)).
* Fixed a bug in the `barycenter_spring_layout` and `weighted_barycenter_spring_layout` methods to handle non-integer node IDs ([#133](https://github.com/ComplexGroupInteractions/xgi/pull/133)).
* Added an isort configuration file so it no longer sorts the `__init__.py` files ([#134](https://github.com/ComplexGroupInteractions/xgi/pull/134)).

Contributors: @leotrs, @nwlandry, and @iaciac

Expand Down

0 comments on commit 091622d

Please sign in to comment.