From bfd9686b7d691d46365892ad8f9079e281deca2e Mon Sep 17 00:00:00 2001 From: Sep Dehpour Date: Fri, 9 May 2025 11:27:55 -0700 Subject: [PATCH] updating authors and changelog --- AUTHORS.md | 3 +++ CHANGELOG.md | 7 +++++++ docs/authors.rst | 7 +++++++ docs/changelog.rst | 7 +++++++ 4 files changed, 24 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 1f8fe5c9..eabda43e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -72,3 +72,6 @@ Authors in order of the timeline of their contributions: - [Doron Behar](https://github.com/doronbehar) for fixing DeepHash for numpy booleans via #496 - [Aaron D. Marasco](https://github.com/AaronDMarasco) for adding print() options which allows a user-defined string (or callback function) to prefix every output when using the pretty() call. - [David Hotham](https://github.com/dimbleby) for relaxing orderly-set dependency via #486 +- [dtorres-sf](https://github.com/dtorres-sf) for the fix for moving nested tables when using iterable_compare_func. +- [Jim Cipar](https://github.com/jcipar) for the fix recursion depth limit when hashing numpy.datetime64 +- [Enji Cooper](https://github.com/ngie-eign) for converting legacy setuptools use to pyproject.toml diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1194a7..bcd2a12a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # DeepDiff Change log +- v8-5-0 + - Updating deprecated pydantic calls + - Switching to pyproject.toml + - Fix for moving nested tables when using iterable_compare_func. by + - Fix recursion depth limit when hashing numpy.datetime64 + - Moving from legacy setuptools use to pyproject.toml + - v8-4-2 - fixes the type hints for the base - fixes summarize so if json dumps fails, we can still get a repr of the results diff --git a/docs/authors.rst b/docs/authors.rst index 1226d62f..9353130f 100644 --- a/docs/authors.rst +++ b/docs/authors.rst @@ -111,6 +111,13 @@ and polars support. function) to prefix every output when using the pretty() call. - `David Hotham `__ for relaxing orderly-set dependency via #486 +- `dtorres-sf `__ for the fix for moving + nested tables when using iterable_compare_func. +- `Jim Cipar `__ for the fix recursion depth + limit when hashing numpy.datetime64 +- `Enji Cooper `__ for converting legacy + setuptools use to pyproject.toml + .. _Sep Dehpour (Seperman): http://www.zepworks.com .. _Victor Hahn Castell: http://hahncastell.de diff --git a/docs/changelog.rst b/docs/changelog.rst index 66324f8a..13ecf231 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,13 @@ Changelog DeepDiff Changelog +- v8-5-0 + - Updating deprecated pydantic calls + - Switching to pyproject.toml + - Fix for moving nested tables when using iterable_compare_func. by + - Fix recursion depth limit when hashing numpy.datetime64 + - Moving from legacy setuptools use to pyproject.toml + - v8-4-2 - fixes the type hints for the base - fixes summarize so if json dumps fails, we can still get a repr of the results