-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix) handle empty case in get_matrix
- Loading branch information
1 parent
fc13c2e
commit bcc2167
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" | |
|
||
[project] | ||
name = "chalc" | ||
version = "6.0.0" | ||
version = "6.0.1" | ||
authors = [{ name = "Abhinav Natarajan", email = "[email protected]" }] | ||
description = "Persistent homology of chromatic Delaunay filtrations" | ||
readme = { file = "README.md", content-type = "text/markdown" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters