You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [pyyaml to 6.0.1 to fix cython build problems](https://github.com/seperman/deepdiff/pull/406) by [Robert Bo Davis](https://github.com/robert-bo-davis)
7
+
- [Precompiled regex simple diff](https://github.com/seperman/deepdiff/pull/413) by [cohml](https://github.com/cohml)
8
+
- New flag: `zip_ordered_iterables` for forcing iterable items to be compared one by one.
3
9
- v6-3-1
4
10
- Bugfix deephash for paths by [maggelus](https://github.com/maggelus)
-[pyyaml to 6.0.1 to fix cython build problems](https://github.com/seperman/deepdiff/pull/406) by [Robert Bo Davis](https://github.com/robert-bo-davis)
31
+
-[Precompiled regex simple diff](https://github.com/seperman/deepdiff/pull/413) by [cohml](https://github.com/cohml)
32
+
- New flag: `zip_ordered_iterables` for forcing iterable items to be compared one by one.
29
33
30
-
- Bugfix deephash for paths by [maggelus](https://github.com/maggelus)
- Fix tests dependent on toml by [martin-kokos](https://github.com/martin-kokos)
33
-
- Bugfix for `include_paths` for nested dictionaries by [kor4ik](https://github.com/kor4ik)
34
-
- Use tomli and tomli-w for dealing with tomli files by [martin-kokos](https://github.com/martin-kokos)
35
-
- Bugfix for `datetime.date` by [Alex Sauer-Budge](https://github.com/amsb)
36
-
37
-
38
-
DeepDiff 6-3-0
39
-
40
-
-[`PrefixOrSuffixOperator`](https://zepworks.com/deepdiff/current/custom.html#prefix-or-suffix-operator-label): This operator will skip strings that are suffix or prefix of each other.
41
-
-[`include_obj_callback`](https://zepworks.com/deepdiff/current/ignore_types_or_values.html#include-obj-callback-label) and `include_obj_callback_strict` are added by [Håvard Thom](https://github.com/havardthom).
42
-
- Fixed a corner case where numpy's `np.float32` nans are not ignored when using `ignore_nan_equality` by [Noam Gottlieb](https://github.com/noamgot)
43
-
-`orjson` becomes optional again.
44
-
- Fix for `ignore_type_in_groups` with numeric values so it does not report number changes when the number types are different.
0 commit comments