Sep Dehpour

Results 208 comments of Sep Dehpour

Hi @phillipkent I think it is easier for deepdiff to have a search_and_replace function than to provide the key path that works with sets and custom objects etc.

Hi @techdragon Let me see if I understand what you want. You care about some key i.e. ('root['x'][1]). And you want to know whenever that key appears in the diff...

I think we should start deprecating `exclude_type` and instead make it so it takes `exclude`. Then it checks if the item in the exclude list is a class or not....

Hi @maxrothman Sorry for such a long delay in responding to you. I finally found some time to release the v4.0.0 and take a look at the tickets. Are you...

Hi @qsorix Thanks for reporting this issue. It took me a whole year to see your ticket. Sorry for that. I have not supported PySpark objects so far. Basically DeepDiff...

Hi @kuamrend Sorry it took me more than a year to see this ticket. I have not added `ignore_case` flag. If you still plan to add it, please add it...

Hi @immarvin I don't think we can replace git diff with deep diff because they act very differently. But perhaps we can add a command line tool for deepdiff that...

Hi @immarvin I'm releasing a new version of DeepDiff and I was wondering if I can put your script as a part of the DeepDiff package. I don't see a...

Hi @immarvin Thanks for the quick response. Yes I was referring to those 2 files. I just released v4.0.0 but would like to add those 2 files and modify them...

Hi @immarvin Awesome! Please make the PR against the dev branch: https://github.com/seperman/deepdiff#contribute Thanks!