Sep Dehpour
Sep Dehpour
This is because unprocessed is a special key in Deepdiff. Perhaps we should use a different word that is less likely to show up in data. Sep Dehpour > On...
@Martin25699 This needs some dev work. I'm not sure when I will have time to do it. PR's are always welcome! Basically when comparing dictionaries, if every single key is...
Hi @AdamWill Thanks for the PR. Do you think we should just ignore `_sort_order_`, `_name_`, and `_value_` for enums?
Hi @AdamWill Sorry it took a while to get back to you. I decided it might be cleaner to ignore the `_name_`, `_value_`, and `_sort_order_` for Enums. I'm closing this...
Hi, it is difficult to debug it without have reproducible code. If you can share the portion of data that causes the issue, I can take a look at it....
Thanks, No max depth but you have max diffs for example: https://zepworks.com/deepdiff/current/optimizations.html# Sep Dehpour > On Jun 16, 2022, at 3:01 AM, Thomas Zeutschler ***@***.***> wrote: > > >...
@shencar Ok I have cut the 5.8.2 release. You can find it on Github. Please let me know if that works and I will publish it on Pypi.
I'm waiting for Pypi guys to get back to me. Can't publish it currently until they allow it.
@shencar @degasus Since pypi admin have been slow, I went and published DeepDiff6 under a new package name: https://zepworks.com/deepdiff/current/ `pip install deepdiff6` The orderset versions are loosened up a bit....
Hi @curtiscook Can you please provide a piece of code that I can just copy paste and it will reproduce this problem?