Skip to content

Commit e2647eb

Browse files
committed
ready for 6.2.3
1 parent ccbe777 commit e2647eb

File tree

5 files changed

+20
-1
lines changed

5 files changed

+20
-1
lines changed

AUTHORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ Authors in order of the timeline of their contributions:
4848
- [dtorres-sf](https://github.com/dtorres-sf) for the fix for diffing using iterable_compare_func with nested objects.
4949
- [Enric Pou](https://github.com/epou) for bug fix of ValueError when using Decimal 0.x
5050
- [Uwe Fladrich](https://github.com/uwefladrich) for fixing bug when diff'ing non-sequence iterables
51+
- [Michal Ozery-Flato](https://github.com/michalozeryflato) for setting equal_nan=ignore_nan_inequality in the call for np.array_equal
52+
- [martin-kokos](https://github.com/martin-kokos) for using Pytest's tmp_path fixture instead of /tmp/

CHANGELOG.md

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

3+
- v6-2-3
4+
- Switching to Orjson for serialization to improve the performance.
5+
- Setting `equal_nan=ignore_nan_inequality` in the call for `np.array_equal`
6+
- Using Pytest's tmp_path fixture instead of `/tmp/`
37
- v6-2-2
48
- Enum test fix for python 3.11
59
- Adding support for dateutils rrules

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Tested on Python 3.7+ and PyPy3.
1818

1919
## What is new?
2020

21+
Please check the [ChangeLog](CHANGELOG.md) file for the detailed information.
22+
2123
DeepDiff 6-2-0
2224

2325
- Major improvement in the diff report for lists when items are all hashable and the order of items is important.

docs/authors.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ Authors in order of the timeline of their contributions:
6161
- `Enric Pou <https://github.com/epou>`__ for bug fix of ValueError
6262
when using Decimal 0.x
6363
- `Uwe Fladrich <https://github.com/uwefladrich>`__ for fixing bug when diff'ing non-sequence iterables
64-
64+
- `Michal Ozery-Flato <https://github.com/michalozeryflato>`__ for
65+
setting equal_nan=ignore_nan_inequality in the call for
66+
np.array_equal
67+
- `martin-kokos <https://github.com/martin-kokos>`__ for using Pytest’s
68+
tmp_path fixture instead of /tmp/
6569

6670
.. _Sep Dehpour (Seperman): http://www.zepworks.com
6771
.. _Victor Hahn Castell: http://hahncastell.de

docs/changelog.rst

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

66
DeepDiff Changelog
77

8+
- v6-2-3
9+
10+
- Switching to Orjson for serialization to improve the performance.
11+
- Setting ``equal_nan=ignore_nan_inequality`` in the call for
12+
``np.array_equal``
13+
- Using Pytest’s tmp_path fixture instead of ``/tmp/``
14+
815
- v6-2-2
916

1017
- Enum test fix for python 3.11

0 commit comments

Comments
 (0)