File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11# DeepDiff Change log
22
3+ - v6-6-1
4+ - Fix for [ DeepDiff raises decimal exception when using significant digits] ( https://github.com/seperman/deepdiff/issues/426 )
5+ - Introducing group_by_sort_key
6+ - Adding group_by 2D. For example ` group_by=['last_name', 'zip_code'] `
37- v6-6-0
48 - Numpy 2.0 support
59 - Adding [ Delta.to_flat_dicts] ( https://zepworks.com/deepdiff/current/serialization.html#delta-serialize-to-flat-dictionaries )
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ Changelog
55
66DeepDiff Changelog
77
8+ - v6-6-1
9+
10+ - Fix for `DeepDiff raises decimal exception when using significant
11+ digits <https://github.com/seperman/deepdiff/issues/426> `__
12+ - Introducing group_by_sort_key
13+ - Adding group_by 2D. For example
14+ ``group_by=['last_name', 'zip_code'] ``
15+
816- v6-6-0
917
1018 - Numpy 2.0 support
You can’t perform that action at this time.
0 commit comments