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: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ Please check the [ChangeLog](CHANGELOG.md) file for the detailed information.
25
25
26
26
DeepDiff 6-3-0
27
27
28
-
-`PrefixOrSuffixOperator`: This operator will skip strings that are suffix or prefix of each other.
29
-
-`include_obj_callback` and `include_obj_callback_strict` are added by [Håvard Thom](https://github.com/havardthom).
28
+
-[`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.
29
+
-[`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).
30
30
- 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)
31
31
-`orjson` becomes optional again.
32
32
- 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