- Fix
fast_random_hypergraph
fencepost errors. #655 (@nwlandry) - Split the GitHub actions for the tutorials and source code. #659 (@nwlandry)
- Added
edgelw
keyword indraw()
. (Closes Issue #654) #658 (@maximelucas) - Switch from
lru_cache
tocache
. (Closes Issue #656) #657 (@nwlandry) - Fix fencepost errors in
uniform_erdos_renyi_hypergraph
. (Closes Issue #652) #653 (@tlarock) - Fix/normalized hypergraph laplacian. (Closes Issue #647) #648 (@kaiser-dan)
- Fix sparse diag by upgrading SciPy and Numpy and dropping Python 3.9. (Closes Issue #649) #650 (@maximelucas)