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

5.0.0: Delta, Better Numpy support, Pretty view #188

Merged
merged 171 commits into from
Jun 23, 2020
Merged

5.0.0: Delta, Better Numpy support, Pretty view #188

merged 171 commits into from
Jun 23, 2020

Conversation

seperman
Copy link
Owner

@seperman seperman commented Apr 25, 2020

5.0.0: Delta, Better Numpy support, Pretty view

  • Delta object
  • Better numpy support
  • Pretty view

Outstanding:

  • adding documentation for delta
  • adding documentation for pretty method.

nathanielobrown and others added 30 commits March 25, 2020 10:16
Adds support for datetime.time objects per issue#181
- 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)
Added basic support for diffing numpy arrays
@laike9m
Copy link
Contributor

laike9m commented Jun 1, 2020

Glad to see it happening. Thanks for the great work!

@naqushab
Copy link

naqushab commented Jun 2, 2020

This is just great work! Thanks @seperman !

@seperman seperman merged commit 7ad36b4 into master Jun 23, 2020
@seperman seperman deleted the dev branch June 23, 2020 03:55
@seperman
Copy link
Owner Author

@laike9m @nathanielobrown @MKaras93 @chkothe @David-Herman
DeepDiff 5 is released.
I posted a short article about it on Hackernews: https://news.ycombinator.com/item?id=23617358

@laike9m
Copy link
Contributor

laike9m commented Jun 23, 2020

Congrats!

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

6 participants