Skip to content

Conversation

@seperman
Copy link
Owner

@seperman seperman commented Jul 2, 2025

  • Added support for applying deltas to NamedTuple thanks to @paulsc
  • Fixed test_delta.py with Python 3.14 thanks to @Romain-Geissler-1A
  • Added python property serialization to json
  • Added ip address serialization
  • Switched to UV from pip
  • Added Claude.md
  • Added uuid hashing thanks to @akshat62
  • Added ignore_uuid_types flag to DeepDiff to avoid type reports when comparing UUID and string.
  • Added comprehensive type hints across the codebase (multiple commits for better type safety)
  • Added support for memoryview serialization
  • Added support for bytes serialization (non-UTF8 compatible)
  • Fixed bug where group_by with numbers would leak type info into group path reports
  • Fixed bug in _get_clean_to_keys_mapping without explicit significant digits
  • Added support for python dict key serialization
  • Enhanced support for IP address serialization with safe module imports
  • Added development tooling improvements (pyright config, .envrc example)
  • Updated documentation and development instructions

@codecov
Copy link

codecov bot commented Jul 2, 2025

Codecov Report

❌ Patch coverage is 94.65347% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.07%. Comparing base (ecc823a) to head (0978fb8).
⚠️ Report is 44 commits behind head on master.

Files with missing lines Patch % Lines
deepdiff/colored_view.py 92.38% 8 Missing ⚠️
deepdiff/diff.py 90.00% 8 Missing ⚠️
deepdiff/deephash.py 96.47% 3 Missing ⚠️
deepdiff/serialization.py 85.71% 3 Missing ⚠️
deepdiff/commands.py 66.66% 2 Missing ⚠️
deepdiff/model.py 95.83% 2 Missing ⚠️
deepdiff/helper.py 98.95% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #557      +/-   ##
==========================================
+ Coverage   95.93%   96.07%   +0.14%     
==========================================
  Files          15       16       +1     
  Lines        4235     4463     +228     
==========================================
+ Hits         4063     4288     +225     
- Misses        172      175       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@seperman seperman merged commit 388a60e into master Aug 8, 2025
11 of 12 checks passed
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.

6 participants