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 1
1
# DeepDiff Change log
2
2
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'] `
3
7
- v6-6-0
4
8
- Numpy 2.0 support
5
9
- 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
5
5
6
6
DeepDiff Changelog
7
7
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
+
8
16
- v6-6-0
9
17
10
18
- Numpy 2.0 support
You can’t perform that action at this time.
0 commit comments