TopoNetX icon indicating copy to clipboard operation
TopoNetX copied to clipboard

Deprecations to be removed in 0.3.0

Open ffl096 opened this issue 1 year ago • 0 comments

Cell Complexes

  • [ ] CellComplex.maxdim, use drop-in replacement CellComplex.dim.

Simplicial Complexes

  • [ ] SimplicialComplex.maxdim, use drop-in replacement SimplicialComplex.dim.
  • [ ] SimplicialComplex.from_spharpy, use drop-in replacement SimplicialComplex.from_spharapy.
  • [ ] Simplex.boundary, retrieve them through the SimplicialComplex object instead.
  • [ ] Simplex.faces, retrieve them through the SimplicialComplex object instead.

ffl096 avatar Aug 06 '24 15:08 ffl096