Skip to content

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

Filter by

337 results
 (47 ms)

337 results

inseperman/deepdiff (press backspace or delete to remove)

When I was using Deepdiff, passing exclude_regex_paths doesn t work. There s no way to filter values you don t want to compare based on regular expressions code view diff = deepdiff.DeepDiff(php_data, ...
  • cuihaohao1220
  • Opened 
    5 hours ago
  • #533

BaseOperatorPlus Interface describes diff_instance as a float @abstractmethod def give_up_diffing(self, level, diff_instance: float) - bool: Given a level which includes t1 ...
  • dpinol
  • Opened 
    yesterday
  • #532

the output of a diff depending on the view look like the following { values_changed : [ root.status t1: UP , t2: DOWN ]} { values_changed : { root.status : { new_value : DOWN , old_value : UP }}} it ...
  • Shaun-3adesign
  • Opened 
    3 days ago
  • #531

Hello, We use Deepdiff to compare complex nested structures for a while now. After investigating some CPU usage issue, we found out that there s a max_diffs option which sounds promising. Our use-case ...
  • mbrulatout
  • 1
  • Opened 
    5 days ago
  • #530

Is your feature request related to a problem? Please describe. deepdiff is particularly useful for big jsons with possibly complex nested structures. However, the diff output is mostly suitable for machines, ...
  • mauvilsa
  • 1
  • Opened 
    6 days ago
  • #529

Describe the bug In version 8.4.0 the use of pytz was introduced while not specifying it in the requirements To Reproduce Install DeepDiff in a clean venv at version 8.4.0, and perform pip freeze Expected ...
  • Amir-Rokni-Forter
  • 3
  • Opened 
    8 days ago
  • #527

Describe the bug There are two dictionaries containing a list of guids difference in which should be ignored. They are supposed to be replaced by a stable string in a custom operator. When setting ignore ...
  • anastasia-vlasova-gmg
  • 3
  • Opened 
    13 days ago
  • #524

Describe the bug The type hints on: - exclude_paths - include_paths Both imply that the argument is not optional but they are then given the default of =None, meaning that they are optional. For ...
  • DominicOram
  • 1
  • Opened 
    25 days ago
  • #521

Describe the bug Major bug when an iterable has both a change in an existing item AND adding/removing an additional item in the same key. The changed key would only show root[ root_key ][0] rather than ...
  • jbones001
  • 2
  • Opened 
    on Feb 20
  • #520

Please checkout the F.A.Q page before creating a bug ticket to make sure it is not already addressed. Describe the bug In the nested dictionaries, the include_obj_callback parameter doesn t work right; ...
  • shadow0202
  • Opened 
    on Feb 17
  • #519
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub