7.0.1
版本发布时间: 2024-04-09 06:58:40
seperman/deepdiff最新发布版本:8.0.0(2024-08-28 05:50:38)
- When verbose=2, return
new_path
when thepath
andnew_path
are different (for example when ignore_order=True and the index of items have changed). - Dropping support for Python 3.7
- Introducing serialize to flat rows for delta objects.
- fixes the issue with hashing
datetime.date
objects where it treated them as numbers instead of dates (fixes #445). - upgrading orjson to the latest version
- Fix for bug when diffing two lists with ignore_order and providing compare_func
- Fixes #438
- Supporting Python 3.12 in the build process by Leo Sin
- Fixes #457 by sf-tcalhoun
- Fixes #441
- Fixes #450
- Fixes #443
- Include type info and change the "unknown" value for flat rows to something that is friendly for Postgres enums