You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactored incidence_matrix() for ~4x speedup, made output consistent for empty matrices, added tests, and refactored multiorder_laplacian() so all internal variables are sparse if sparse=True. Fixes #301. #303 (@maximelucas).
Renamed plotting functions, xgi_pylab module, and node/hyperedge/simplex plotting functions. All drawing functions now return axes. Added pca_transform() to rotate the node positions relative to the principal axes #300 (@nwlandry).
Changed the Github actions to test all notebooks in the tutorial folder #299 (@nwlandry).
Added the convert_to_line_graph() function and the vector_centrality() function, which uses it #290 (@goznalo-git).
Fixed the quickstart notebook by updating the synchronization #294 (@nwlandry).