diff --git a/AUTHORS.md b/AUTHORS.md index 1f8fe5c..eabda43 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 fc1194a..bcd2a12 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 1226d62..9353130 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 66324f8..13ecf23 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