Skip to content

Commit

Permalink
update changelog and contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Jul 17, 2024
1 parent 10ab876 commit 1203533
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.8.7
* Renamed the `_hypergraph` internal variable to `_net_attr` [#560](https://github.com/xgi-org/xgi/pull/560) (@nwlandry).
* Get rid of KeyErrors in `to_line_graph` [#558](https://github.com/xgi-org/xgi/pull/558) (@pgberlureau).
* Fix `asfptype()` scipy error [#559](https://github.com/xgi-org/xgi/pull/559) (@nwlandry).
* Added the ability for XGI to load data collections [#540](https://github.com/xgi-org/xgi/pull/540) (@nwlandry).
* Made the `DiHypergraph` class more consistent with other class internals [#541](https://github.com/xgi-org/xgi/pull/541) (@nwlandry).
* Fix Numpy 2.0 breaking changes [#547](https://github.com/xgi-org/xgi/pull/547) (@nwlandry).
* Moved tutorials to the top level [#550](https://github.com/xgi-org/xgi/pull/550) (@nwlandry).

## v0.8.6
* Added numpy<2.0 to the requirements to avoid breaking changes with Numpy version [2.0](https://numpy.org/news/#numpy-20-release-date-june-16) [#545](https://github.com/xgi-org/xgi/pull/545) (@nwlandry).
* Update license and contributing [#539](https://github.com/xgi-org/xgi/pull/539) (@nwlandry).
Expand Down
7 changes: 7 additions & 0 deletions docs/source/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ Contributors
<a href="https://github.com/marconurisso">@marconurisso</a>
</p>

<p>
<img src="https://github.com/pgberlureau.png"
width="50" height="50" hspace="5"
style="border-radius: 50%; vertical-align: middle;"/>
<a href="https://github.com/pgberlureau">@pgberlureau</a>
</p>

<p>
<img src="https://github.com/pietrotraversa.png"
width="50" height="50" hspace="5"
Expand Down

0 comments on commit 1203533

Please sign in to comment.