Skip to content

v0.2.3

Compare
Choose a tag to compare
@matteocao matteocao released this 29 May 22:28
· 15 commits to main since this release
31b5b8c

What's Changed

  • [CPP] Avoid unnecessary binary search when k = 1 (0-simplices) by @ulupo in #51
  • Small codebase updates by @MonkeyBreaker in #50
  • [PY] Compute sparse matrix when input is a point-cloud with a threshold applied by @MonkeyBreaker in #54
  • [DOCS] Specify that parallel computations are ony available in dims >= 1 by @ulupo in #58
  • Prepare v0.2.1 by @ulupo in #59
  • Proposal to deal with explicit infinite edges by @ulupo in #53
  • Extend dense matrix backend to allow for nonzero vertex weights by @MonkeyBreaker in #61
  • [CPP] Specialized simplex vertices by @ulupo in #38
  • Drop Python 3.6, enable Apple Silicon wheels for Python 3.8, 3.9 and 3.10, upgrade to manylinux2014 by @MonkeyBreaker in #62
  • Prepare v0.2.2 by @ulupo in #64
  • Add macOS x86_64 wheels to cover Python 3.7 on Intel Macs by @ulupo in #66
  • Include tests in build distribution by @ulupo in #67
  • Remove unnecessary requirements by @ulupo in #69
  • pybind11 module updated by @rballeba in #71
  • Add support for building Python 3.11 wheels by @raphaelreinauer in #76

New Contributors

Full Changelog: v0.2.0...v0.2.3