Skip to content

Commit 3154215

Browse files
committed
Changelog
1 parent 9889a2b commit 3154215

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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-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)

docs/changelog.rst

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

66
DeepDiff 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

0 commit comments

Comments
 (0)