File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ Tested on Python 3.6+ and PyPy3.
1818
1919## What is new?
2020
21+ DeepDiff 5-8-1 includes bug fixes:
22+ - Fixed test suite for 32bit systems (https://github.com/seperman/deepdiff/issues/302 ) by [ Louis-Philippe Véronneau] ( https://github.com/baldurmen )
23+ - Fixed the issue when using ` ignore_order=True ` and ` group_by ` simultaneously
24+ - Added the support for diffing object properties (` @property ` ) (https://github.com/seperman/deepdiff/issues/312 )
25+ - Better support of diffing private variables
26+
2127DeepDiff 5-8-0 includes bug fixes and improvements:
2228
2329- Fixed the bug with delta randomly not producing the same results when ` ignore_order=True ` (https://github.com/seperman/deepdiff/issues/277 )
Original file line number Diff line number Diff line change @@ -31,6 +31,19 @@ The DeepDiff library includes the following modules:
3131What is New
3232***********
3333
34+ New In DeepDiff 5-8-1
35+ ---------------------
36+
37+ DeepDiff 5-8-1 includes bug fixes: - Fixed test suite for 32bit systems
38+ (https://github.com/seperman/deepdiff/issues/302) by `Louis-Philippe
39+ Véronneau `_ - Fixed the issue when using ``ignore_order=True `` and
40+ ``group_by `` simultaneously - Added the support for diffing object
41+ properties (``@property ``)
42+ (https://github.com/seperman/deepdiff/issues/312) - Better support of
43+ diffing private variables
44+
45+ .. _Louis-Philippe Véronneau : https://github.com/baldurmen
46+
3447New In DeepDiff 5-8-0
3548---------------------
3649
@@ -45,13 +58,6 @@ DeepDiff 5-8-0 includes bug fixes and improvements:
4558- Fixed TypeError is thrown when comparing bool and str
4659
4760
48- New In DeepDiff 5-7-0
49- ---------------------
50-
51- - https://github.com/seperman/deepdiff/pull/284 Bug-Fix: TypeError in _get_numbers_distance() when ignore_order = True by @Dhanvantari
52- - https://github.com/seperman/deepdiff/pull/280 Add support for UUIDs by @havardthom
53- - Major bug in delta when it comes to iterable items added or removed is investigated by @uwefladrich and resolved by @seperman
54-
5561*********
5662Tutorials
5763*********
You can’t perform that action at this time.
0 commit comments