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-3-0
4
+
-`PrefixOrSuffixOperator`: This operator will skip strings that are suffix or prefix of each other.
5
+
-`include_obj_callback` and `include_obj_callback_strict` are added by [Håvard Thom](https://github.com/havardthom).
6
+
- 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)
7
+
-`orjson` becomes optional again.
8
+
- Fix for `ignore_type_in_groups` with numeric values so it does not report number changes when the number types are different.
3
9
- v6-2-3
4
10
- Switching to Orjson for serialization to improve the performance.
5
11
- Setting `equal_nan=ignore_nan_inequality` in the call for `np.array_equal`
0 commit comments