-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
8.1.0 #483
Open
seperman
wants to merge
20
commits into
master
Choose a base branch
from
dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
8.1.0 #483
Changes from all commits
Commits
Show all changes
20 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 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 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 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 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 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 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 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 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,2 +1,2 @@ | ||
click==8.1.7 | ||
pyyaml==6.0.1 | ||
pyyaml==6.0.2 |
This file contains 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,23 +1,23 @@ | ||
-r requirements.txt | ||
-r requirements-cli.txt | ||
bump2version==1.0.1 | ||
jsonpickle==3.2.1 | ||
coverage==7.5.3 | ||
jsonpickle==4.0.0 | ||
coverage==7.6.4 | ||
ipdb==0.13.13 | ||
numpy==2.0.0 | ||
pytest==8.2.2 | ||
pytest-cov==5.0.0 | ||
numpy==2.1.3 | ||
pytest==8.3.3 | ||
pytest-cov==6.0.0 | ||
python-dotenv==1.0.1 | ||
Sphinx==6.2.1 # We use the html style that is not supported in Sphinx 7 anymore. | ||
sphinx-sitemap==2.6.0 | ||
sphinxemoji==0.2.0 | ||
flake8==7.1.0 | ||
sphinxemoji==0.3.1 | ||
flake8==7.1.1 | ||
python-dateutil==2.9.0.post0 | ||
orjson==3.10.5 | ||
wheel==0.43.0 | ||
tomli==2.0.1 | ||
tomli-w==1.0.0 | ||
pydantic==2.7.4 | ||
pytest-benchmark==4.0.0 | ||
pandas==2.2.2 | ||
polars==1.0.0 | ||
orjson==3.10.11 | ||
wheel==0.45.0 | ||
tomli==2.1.0 | ||
tomli-w==1.1.0 | ||
pydantic==2.9.2 | ||
pytest-benchmark==5.1.0 | ||
pandas==2.2.3 | ||
polars==1.13.1 |
This file contains 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 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 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, is the release still planned? Also got a small patch for the changelog: