-
-
Notifications
You must be signed in to change notification settings - Fork 245
8.1.0 #483
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
Merged
8.1.0 #483
Changes from 14 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
cc30a3c
Fix _dict_from_slots, solves Path comparison
artemisart c1161b3
use hasattr instead of getattr None
artemisart 47d7816
Removing deprecated attributes from setup.py
seperman 38ac719
no diff anymore
artemisart ce1c8fb
add author
artemisart a114ed2
Merge pull request #480 from artemisart/patch-1
seperman 5797841
relax orderly-set dependency
dimbleby ae50b1c
Merge branch 'dev' into relax-requirement
seperman 111a2eb
Merge pull request #486 from dimbleby/relax-requirement
seperman 5f22bd2
Add print() option
AaronDMarasco cdc4b30
Merge pull request #492 from AaronDMarasco/dev
seperman 32df472
DeepHash: check numpy booleans like native booleans
doronbehar cee3d41
TestDeepHash: test numpy booleans
doronbehar 5d30b3a
Merge pull request #496 from doronbehar/fix-np.bool_
seperman 7bb48a1
Added missing suffix of tests/test_diff_include_paths_root.py
916f02f
Added tests for wrong diff result with include_paths and changed number
fc8baaa
Fixed include_paths fault, if only certain keys of a path are included
32d60a9
Merge pull request #499 from jlaba/master
seperman 2d61bb1
updating dev dependencies. Adding tests for include_paths
seperman 269a971
Merge branch 'dev' of github.com:seperman/deepdiff into dev
seperman f6c7bcb
Only lower if clean_key is instance of str
vmatt 360c2f2
Add empty py.typed
d1c8f90
adding 2 more tests
seperman fe9fa86
adding python 3.13
seperman 31d7275
Update CHANGELOG.md
seperman 6d819f0
fixing the tests for old pythons
seperman 2f290fe
upgrading dependencies
seperman 151dbdd
only limit to 3.12 to check faster for the issue
seperman d7e2a94
somehow git actions didn't work. reverting.
seperman f86033f
Merge pull request #507 from Jorgen-VikingGod/add-py-typed
seperman 85adbd2
add tests for group_by None cases
324aad3
Fixes __len__ of TreeResult when only comparing un-nested types
sherjeelshabih 514e025
Merge pull request #504 from vmatt/patch-1
seperman 743c901
Merge pull request #510 from sherjeelshabih/dev
seperman 051c6d8
better support for Pydantic models. Ignore model_fields_set when
seperman 767c96c
Merge branch 'dev' of github.com:seperman/deepdiff into dev
seperman 5120230
slight optimization of TreeResult len
seperman f1d87e9
fixes #509
seperman 42fd42d
fixes to_json() method chokes on some standard json.dumps() such as
seperman c464e04
fixes accessing the affected_root_keys property on the diff object re…
seperman 737bb5a
updating docs
seperman d2d3806
fixing types to be compatible for python 3.8
seperman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
|
||
- v8-0-1 | ||
- Bugfix. Numpy should be optional. | ||
- Added `prefix` option to `pretty()` | ||
|
||
- v8-0-0 | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
orderly-set==5.2.2 | ||
orderly-set>=5.2.3,<6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.