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

Conversation

lkeegan
Copy link
Member

@lkeegan lkeegan commented Aug 19, 2024

  • 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
  • bump version
  • resolves Result to a numpy / panda frame? #134

- 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 lkeegan merged commit d9b733f into main Aug 20, 2024
10 checks passed
@lkeegan lkeegan deleted the expose_distances_array branch August 20, 2024 13:22
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.

Result to a numpy / panda frame?
1 participant