Skip to content

Commit

Permalink
v4.0.0-dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavnatarajan committed Sep 9, 2024
1 parent 5cdfe7f commit 7f490d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19132,8 +19132,8 @@
"# using the previously computed filtration\n",
"dgms_alpha = ch.sixpack.from_filtration(K, dom=[0])\n",
"# or directly from the point cloud\n",
"dgms_delcech = ch.sixpack.compute(points, colours, dom=[0], method=\"chromatic delcech\")\n",
"dgms_delrips = ch.sixpack.compute(points, colours, dom=[0], method=\"chromatic delrips\")"
"dgms_delcech = ch.sixpack.compute(points, colours, dom=[0], method=\"delcech\")\n",
"dgms_delrips = ch.sixpack.compute(points, colours, dom=[0], method=\"delrips\")"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "chalc"
version = "4.0.0-dev0"
version = "4.0.0-dev1"
authors = [{ name = "Abhinav Natarajan", email = "[email protected]" }]
description = "Persistent homology of chromatic Delaunay filtrations"
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 7f490d1

Please sign in to comment.