Skip to content

Commit d1a52a8

Browse files
committed
Release v0.4.3: Enhance sparse matrix support and benchmarking
- Add sparse matrix benchmarking support - Add support and tests for sparse matrix input - Remove SparseSimplexCoboundaryEnumerator implementation - Refactor error handling with '?' operator - Balance and expand benchmark dataset categories
1 parent 749bc10 commit d1a52a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "canns-ripser"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2021"
55
description = "High-performance Rust implementation of Ripser for topological data analysis, with algorithmic optimizations inspired by C++ ripser"
66
license = "Apache-2.0"

python/canns_ripser/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for canns-ripser."""
22

3-
__version__ = "0.4.2"
3+
__version__ = "0.4.3"

0 commit comments

Comments
 (0)