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

Added basic support for diffing numpy arrays #186

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

chkothe
Copy link
Contributor

@chkothe chkothe commented Apr 17, 2020

  • will import numpy only if numpy arrays are present (i.e., not a dependency)
  • checks shape, dtype, and numeric content
  • supports significant digits
  • very efficient if no difference (uses array funcs for that)
  • also works for non-numeric array content (e.g., strings)

- will import numpy only if numpy arrays are present (i.e., not a dependency)
- checks shape, dtype, and numeric content
- supports significant digits
- very efficient if no difference (uses array funcs for that)
- also works for non-numeric array content (e.g., strings)
@seperman
Copy link
Owner

Awesome! Thank you @chkothe

@seperman seperman changed the base branch from master to dev April 17, 2020 19:22
@seperman seperman merged commit 245f869 into seperman:dev Apr 17, 2020
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.

None yet

2 participants