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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# DeepDiff Change log
2
2
3
+
- v6-4-0
4
+
-[Add Ignore List Order Option to DeepHash](https://github.com/seperman/deepdiff/pull/403) by
5
+
[Bobby Morck](https://github.com/bmorck)
6
+
- [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)
Copy file name to clipboardExpand all lines: README.md
+6-17Lines changed: 6 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -23,25 +23,14 @@ Tested on Python 3.7+ and PyPy3.
23
23
24
24
Please check the [ChangeLog](CHANGELOG.md) file for the detailed information.
25
25
26
-
DeepDiff 6-3-1
26
+
DeepDiff 6-4-0
27
27
28
-
This release includes many bug fixes.
28
+
-[Add Ignore List Order Option to DeepHash](https://github.com/seperman/deepdiff/pull/403) by
29
+
[Bobby Morck](https://github.com/bmorck)
30
+
-[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