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

Allow users to access the distances data as a numpy array #135

Merged
merged 1 commit into from
Aug 20, 2024

Commits on Aug 19, 2024

  1. Allow users to access the distances data as a numpy array

    - add read-only property `lt_array` to `Dataset` that provides the raw distances data as a 1-d numpy array
    - add example of use to readme
    - bump deps
    - add python 3.13
    - temporarily skip tests for Python 3.13 wheel on linux due to numpy import error
    - bump version
    - resolves #134
    lkeegan committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1b53c3f View commit details
    Browse the repository at this point in the history