Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dump_sparse() method to DataSet #126

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Add dump_sparse() method to DataSet #126

merged 1 commit into from
Mar 1, 2024

Conversation

lkeegan
Copy link
Member

@lkeegan lkeegan commented Mar 1, 2024

  • DataSet::dump_sparse(filename, threshold)
    • writes a text file with a line i j d(i,j) for each distance d(i,j) that isn't above threshold, for all i > j
    • this is the sparse format expected by Ripser
  • bump version to 1.2.0
  • remove c++ executable
  • update readme

- `DataSet::dump_sparse(filename, threshold)`
  - writes a text file with a line `i j d(i,j)` for each distance d(i,j) that isn't above threshold, for all i > j
  - this is the sparse format expected by Ripser
- bump version to 1.2.0
- remove c++ executable
- update readme
@lkeegan lkeegan merged commit 83e3707 into main Mar 1, 2024
10 checks passed
@lkeegan lkeegan deleted the sparse branch March 1, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant