Skip to content

Commit 2db8427

Browse files
committed
updating docs
1 parent 41c7265 commit 2db8427

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Authors in order of the timeline of their contributions:
8080
- [echan5](https://github.com/echan5) for adding callable `group_by` support.
8181
- [yannrouillard](https://github.com/yannrouillard) for fixing colored view display when all list items are removed.
8282
- [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`.
8484
- [vitalis89](https://github.com/vitalis89) for fixing `ignore_keys` issue in `detailed__dict__`.
8585
- [ljames8](https://github.com/ljames8) for fixing logarithmic similarity type hint.
8686
- [srini047](https://github.com/srini047) for fixing README typo.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Fixed colored view display when all list items are removed thanks to [yannrouillard](https://github.com/yannrouillard)
1111
- Fixed `hasattr()` swallowing `AttributeError` in `__slots__` handling for objects with `__getattr__` thanks to [tpvasconcelos](https://github.com/tpvasconcelos)
1212
- 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)
1414
- Fixed `_convert_oversized_ints` failing on NamedTuples
1515
- Fixed orjson `TypeError` for integers exceeding 64-bit range
1616
- Fixed parameter bug in `to_flat_dicts` where `include_action_in_path` and `report_type_changes` were not being passed through

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ DeepDiff 9-0-0
3737
- Fixed colored view display when all list items are removed thanks to @yannrouillard
3838
- Fixed `hasattr()` swallowing `AttributeError` in `__slots__` handling for objects with `__getattr__` thanks to @tpvasconcelos
3939
- Fixed `ignore_order=True` missing int-vs-float type changes
40-
- Always use t1 path for reporting thanks to @devin13cox
40+
- Fixed Delta producing phantom entries when items both move and change values with `iterable_compare_func` thanks to @devin13cox
4141
- Fixed `_convert_oversized_ints` failing on NamedTuples
4242
- Fixed orjson `TypeError` for integers exceeding 64-bit range
4343
- Fixed parameter bug in `to_flat_dicts` where `include_action_in_path` and `report_type_changes` were not being passed through

deepdiff/docstrings/authors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Authors in order of the timeline of their contributions:
122122
- `echan5 <https://github.com/echan5>`__ for adding callable ``group_by`` support.
123123
- `yannrouillard <https://github.com/yannrouillard>`__ for fixing colored view display when all list items are removed.
124124
- `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``.
126126
- `vitalis89 <https://github.com/vitalis89>`__ for fixing ``ignore_keys`` issue in ``detailed__dict__``.
127127
- `ljames8 <https://github.com/ljames8>`__ for fixing logarithmic similarity type hint.
128128
- `srini047 <https://github.com/srini047>`__ for fixing README typo.

deepdiff/docstrings/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DeepDiff Changelog
1515
- Fixed colored view display when all list items are removed thanks to `yannrouillard <https://github.com/yannrouillard>`__
1616
- Fixed ``hasattr()`` swallowing ``AttributeError`` in ``__slots__`` handling for objects with ``__getattr__`` thanks to `tpvasconcelos <https://github.com/tpvasconcelos>`__
1717
- 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>`__
1919
- Fixed ``_convert_oversized_ints`` failing on NamedTuples
2020
- Fixed orjson ``TypeError`` for integers exceeding 64-bit range
2121
- Fixed parameter bug in ``to_flat_dicts`` where ``include_action_in_path`` and ``report_type_changes`` were not being passed through

deepdiff/docstrings/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DeepDiff 9-0-0
5252
- Fixed colored view display when all list items are removed thanks to `yannrouillard <https://github.com/yannrouillard>`__
5353
- Fixed ``hasattr()`` swallowing ``AttributeError`` in ``__slots__`` handling for objects with ``__getattr__`` thanks to `tpvasconcelos <https://github.com/tpvasconcelos>`__
5454
- 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>`__
5656
- Fixed ``_convert_oversized_ints`` failing on NamedTuples
5757
- Fixed orjson ``TypeError`` for integers exceeding 64-bit range
5858
- Fixed parameter bug in ``to_flat_dicts`` where ``include_action_in_path`` and ``report_type_changes`` were not being passed through

0 commit comments

Comments
 (0)