Skip to content

Release v0.4.3: Enhance sparse matrix support and benchmarking

Choose a tag to compare

@Routhleck Routhleck released this 25 Aug 04:10
· 43 commits to master since this release

🚀 What's New in v0.4.3

Features & Improvements

  • Sparse Matrix Support: Added comprehensive sparse matrix input support and testing
  • Enhanced Benchmarking: Introduced sparse matrix benchmarking capabilities
  • Improved Error Handling: Refactored error handling using the ? operator for better code clarity
  • Dataset Optimization: Balanced and expanded benchmark dataset categories

Technical Changes

  • Removed SparseSimplexCoboundaryEnumerator implementation for code simplification
  • Enhanced test coverage for sparse matrix operations
  • Improved benchmark infrastructure

Full Changelog

Since v0.4.2:

  • 749bc10 Balance and expand benchmark dataset categories
  • 473bbb3 Refactor error handling with '?' operator
  • ea3e42a Remove SparseSimplexCoboundaryEnumerator implementation
  • 3a787d1 Add support and tests for sparse matrix input
  • c70291c Add sparse matrix benchmarking support

Star this project if you find it useful!
🐛 Report issues on our GitHub Issues page