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: AUTHORS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Authors in order of the timeline of their contributions:
80
80
-[echan5](https://github.com/echan5) for adding callable `group_by` support.
81
81
-[yannrouillard](https://github.com/yannrouillard) for fixing colored view display when all list items are removed.
82
82
-[tpvasconcelos](https://github.com/tpvasconcelos) for fixing `__slots__` handling for objects with `__getattr__`.
83
-
-[devin13cox](https://github.com/devin13cox) for always using t1 path for reporting.
83
+
-[devin13cox](https://github.com/devin13cox) for fixing Delta producing phantom entries when items both move and change values with `iterable_compare_func`.
84
84
-[vitalis89](https://github.com/vitalis89) for fixing `ignore_keys` issue in `detailed__dict__`.
85
85
-[ljames8](https://github.com/ljames8) for fixing logarithmic similarity type hint.
86
86
-[srini047](https://github.com/srini047) for fixing README typo.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
- Fixed colored view display when all list items are removed thanks to [yannrouillard](https://github.com/yannrouillard)
11
11
- Fixed `hasattr()` swallowing `AttributeError` in `__slots__` handling for objects with `__getattr__` thanks to [tpvasconcelos](https://github.com/tpvasconcelos)
12
12
- Fixed `ignore_order=True` missing int-vs-float type changes
13
-
-Always use t1 path for reporting thanks to [devin13cox](https://github.com/devin13cox)
13
+
-Fixed Delta producing phantom entries when items both move and change values with `iterable_compare_func` thanks to [devin13cox](https://github.com/devin13cox)
14
14
- Fixed `_convert_oversized_ints` failing on NamedTuples
15
15
- Fixed orjson `TypeError` for integers exceeding 64-bit range
16
16
- Fixed parameter bug in `to_flat_dicts` where `include_action_in_path` and `report_type_changes` were not being passed through
Copy file name to clipboardExpand all lines: deepdiff/docstrings/authors.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ Authors in order of the timeline of their contributions:
122
122
- `echan5 <https://github.com/echan5>`__ for adding callable ``group_by`` support.
123
123
- `yannrouillard <https://github.com/yannrouillard>`__ for fixing colored view display when all list items are removed.
124
124
- `tpvasconcelos <https://github.com/tpvasconcelos>`__ for fixing ``__slots__`` handling for objects with ``__getattr__``.
125
-
- `devin13cox <https://github.com/devin13cox>`__ for always using t1 path for reporting.
125
+
- `devin13cox <https://github.com/devin13cox>`__ for fixing Delta producing phantom entries when items both move and change values with ``iterable_compare_func``.
126
126
- `vitalis89 <https://github.com/vitalis89>`__ for fixing ``ignore_keys`` issue in ``detailed__dict__``.
127
127
- `ljames8 <https://github.com/ljames8>`__ for fixing logarithmic similarity type hint.
128
128
- `srini047 <https://github.com/srini047>`__ for fixing README typo.
Copy file name to clipboardExpand all lines: deepdiff/docstrings/changelog.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ DeepDiff Changelog
15
15
- Fixed colored view display when all list items are removed thanks to `yannrouillard <https://github.com/yannrouillard>`__
16
16
- Fixed ``hasattr()`` swallowing ``AttributeError`` in ``__slots__`` handling for objects with ``__getattr__`` thanks to `tpvasconcelos <https://github.com/tpvasconcelos>`__
17
17
- Fixed ``ignore_order=True`` missing int-vs-float type changes
18
-
- Always use t1 path for reporting thanks to `devin13cox <https://github.com/devin13cox>`__
18
+
- Fixed Delta producing phantom entries when items both move and change values with ``iterable_compare_func`` thanks to `devin13cox <https://github.com/devin13cox>`__
19
19
- Fixed ``_convert_oversized_ints`` failing on NamedTuples
20
20
- Fixed orjson ``TypeError`` for integers exceeding 64-bit range
21
21
- Fixed parameter bug in ``to_flat_dicts`` where ``include_action_in_path`` and ``report_type_changes`` were not being passed through
Copy file name to clipboardExpand all lines: deepdiff/docstrings/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ DeepDiff 9-0-0
52
52
- Fixed colored view display when all list items are removed thanks to `yannrouillard <https://github.com/yannrouillard>`__
53
53
- Fixed ``hasattr()`` swallowing ``AttributeError`` in ``__slots__`` handling for objects with ``__getattr__`` thanks to `tpvasconcelos <https://github.com/tpvasconcelos>`__
54
54
- Fixed ``ignore_order=True`` missing int-vs-float type changes
55
-
- Always use t1 path for reporting thanks to `devin13cox <https://github.com/devin13cox>`__
55
+
- Fixed Delta producing phantom entries when items both move and change values with ``iterable_compare_func`` thanks to `devin13cox <https://github.com/devin13cox>`__
56
56
- Fixed ``_convert_oversized_ints`` failing on NamedTuples
57
57
- Fixed orjson ``TypeError`` for integers exceeding 64-bit range
58
58
- Fixed parameter bug in ``to_flat_dicts`` where ``include_action_in_path`` and ``report_type_changes`` were not being passed through
0 commit comments