-
**Lots** of stuff has changed in Singular 4.
This is a big update.
Build system completely changed, and a lot of internal stuff.
Original upstream tarball at `www.mathematik.uni-kl.de/ftp/pub/Math…
-
**Bug description**
Incompatible constructor arguments error is thrown when using fit_transform() of a EuclideanCechPersistence object on a 3-dimensional point cloud. The error does not appear when…
-
Do you have any sense for how hard it'd be to build this?
https://0fps.net/2018/03/03/a-level-of-detail-method-for-blocky-voxels/
I naively tried just running mesh.simplify but it seems to do no…
-
Plotlyviz in version 2.0 gives error,when using it in Jupyter.
**To Reproduce**
plotlyviz(simplicial_complex, title="Dashboard plot", dashboard=True)
I downgraded to 1.4.1 and got the proble…
-
I believe this issue is closely related to the previous issue..
julia> K=SimplicialComplex(CodeWord.([ [1 , 2 ], [ 2, 3 ]]) )
SimplicialComplex{Int16}
1-dimensional simplicial complex on 3 vert…
-
Hi all,
Thanks a lot for your great library!
Are you considering adding support for Reeb graph computation in Python? I haven't been able to find any Python implementation on the internet, altho…
-
All looks awesome! Just would be good to have Hamiltonian and weakly-Hamiltonian with capital H in the description and select options, pretty please :)
-
Hi Celia, nice work on the simplicial complex embedding and thanks for sharing the codes! I wonder if you could provide any example of the input data? That would be really helpful. Thank you!
-
Hi, all,
I've built the project simplicial-complex-operators without error. However, when I run the main executable to display the mesh file. Error message such as `Polyscope OpenGL Error! Type: I…
-
Hello, thank you for your works!
I currently have three-dimensional node coordinates and triangle, so I can use the tri_ surf builds a graph,
I want to use this library for topology data analysis of…