We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15dee0 commit 17f34a7Copy full SHA for 17f34a7
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# DeepDiff Change log
2
3
+- v6-6-0
4
+ - Numpy 2.0 support
5
+ - Adding [Delta.to_flat_dicts](https://zepworks.com/deepdiff/current/serialization.html#delta-serialize-to-flat-dictionaries)
6
+- v6-5-0
7
+ - Adding [`parse_path`](https://github.com/seperman/deepdiff/pull/419)
8
- v6-4-1
9
- Bugfix: Keep Numpy Optional
10
- v6-4-0
docs/changelog.rst
@@ -5,6 +5,17 @@ Changelog
DeepDiff Changelog
+
11
+ - Adding
12
+ `Delta.to_flat_dicts <https://zepworks.com/deepdiff/current/serialization.html#delta-serialize-to-flat-dictionaries>`__
13
14
15
16
17
+ ```parse_path`` <https://github.com/seperman/deepdiff/pull/419>`__
18
19
20
21
0 commit comments