Deprecations to be removed in 0.3.0
Opened this issue · 0 comments
ffl096 commented
Cell Complexes
-
CellComplex.maxdim
, use drop-in replacementCellComplex.dim
.
Simplicial Complexes
-
SimplicialComplex.maxdim
, use drop-in replacementSimplicialComplex.dim
. -
SimplicialComplex.from_spharpy
, use drop-in replacementSimplicialComplex.from_spharapy
. -
Simplex.boundary
, retrieve them through theSimplicialComplex
object instead. -
Simplex.faces
, retrieve them through theSimplicialComplex
object instead.