Skip to content

issues Search Results · repo:seperman/deepdiff language:Python

Filter by

348 results
 (50 ms)

348 results

inseperman/deepdiff (press backspace or delete to remove)

Hi, First off, thank you for building and maintaining such a powerful and useful tool — DeepDiff has become an integral part of our workflows for detecting changes between complex data structures. I have ...
  • jeetenp
  • 1
  • Opened 
    2 days ago
  • #553

Hi there, deepdiff is an excellent tool for diffing and patching objects. The current method for updating one dictionary with the contents of another using DeepDiff and DeepDelta is powerful but can be ...
  • patrickwolf
  • Opened 
    8 days ago
  • #552

Describe the bug Attempts to format the number 1-1j will result in a ValueError raised. This is due to a feature (bug?) in CPython: x = 1+-1j # this does not raise an error x = complex( 1+-1j ) # this ...
  • robtovey
  • Opened 
    27 days ago
  • #551

Receive error datetime doesn t define __round__ method when datetime is used as dict key and ignore_numeric_type_changes or ignore_string_case or ignore_string_type_changes is specified. To Reproduce ...
  • cunnane
  • Opened 
    28 days ago
  • #550

Is your feature request related to a problem? Please describe. Yes, when applying a delta using force there is no way to extend arrays if the index is out of bounds. Describe the solution you d like An ...
  • dtorres-sf
  • 2
  • Opened 
    on Apr 18
  • #542

I will be opening a PR momentarily with a suggested fix. Describe the bug If you have nested arrays of objects and they both the top level and nested level move positions, you will not get the correct ...
  • dtorres-sf
  • 1
  • Opened 
    on Apr 18
  • #540

Describe the bug When we run our unit tests using deepdiff 8.4.2, it brings in orderly-set 5.4.0 and we see failure stack traces like .venv/lib/python3.8/site-packages/deepdiff/__init__.py:10: in module ...
  • mallman-experian
  • 3
  • Opened 
    on Apr 11
  • #539

The git tag for version 8.4.2 is missing. Could you push it?
  • glaubitz
  • 1
  • Opened 
    on Apr 11
  • #538

Describe the bug When comparing pydantic models deepdiff uses code that is soon to be deprecated and so a warning is thrown. To Reproduce With pydantic 2.11 installed run: from deepdiff import DeepDiff ...
  • DominicOram
  • 1
  • Opened 
    on Mar 28
  • #536

Thanks for creating a useful library. I appreciate it very much! I d like to report a point of concern I had while using it, just to be safe. Describe the bug When using DeepDiff to compare sets containing ...
  • Masaya00
  • 1
  • Opened 
    on Mar 28
  • #535
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub