Skip to content

Commit d0fb470

Browse files
committed
updating changelogs
1 parent 6e98265 commit d0fb470

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# DeepDiff Change log
22

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.
39
- v6-2-3
410
- Switching to Orjson for serialization to improve the performance.
511
- Setting `equal_nan=ignore_nan_inequality` in the call for `np.array_equal`

docs/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Changelog
55

66
DeepDiff Changelog
77

8+
- v6-3-0
9+
10+
- ``PrefixOrSuffixOperator``: This operator will skip strings that
11+
are suffix or prefix of each other.
12+
- ``include_obj_callback`` and ``include_obj_callback_strict`` are
13+
added by `Håvard Thom <https://github.com/havardthom>`__.
14+
- Fixed a corner case where numpy’s ``np.float32`` nans are not
15+
ignored when using ``ignore_nan_equality`` by `Noam
16+
Gottlieb <https://github.com/noamgot>`__
17+
- ``orjson`` becomes optional again.
18+
- Fix for ``ignore_type_in_groups`` with numeric values so it does
19+
not report number changes when the number types are different.
20+
821
- v6-2-3
922

1023
- Switching to Orjson for serialization to improve the performance.

0 commit comments

Comments
 (0)