Skip to content

Commit bfd9686

Browse files
committed
updating authors and changelog
1 parent 7f93132 commit bfd9686

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

AUTHORS.md

+3
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ Authors in order of the timeline of their contributions:
7272
- [Doron Behar](https://github.com/doronbehar) for fixing DeepHash for numpy booleans via #496
7373
- [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.
7474
- [David Hotham](https://github.com/dimbleby) for relaxing orderly-set dependency via #486
75+
- [dtorres-sf](https://github.com/dtorres-sf) for the fix for moving nested tables when using iterable_compare_func.
76+
- [Jim Cipar](https://github.com/jcipar) for the fix recursion depth limit when hashing numpy.datetime64
77+
- [Enji Cooper](https://github.com/ngie-eign) for converting legacy setuptools use to pyproject.toml

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# DeepDiff Change log
22

3+
- v8-5-0
4+
- Updating deprecated pydantic calls
5+
- Switching to pyproject.toml
6+
- Fix for moving nested tables when using iterable_compare_func. by
7+
- Fix recursion depth limit when hashing numpy.datetime64
8+
- Moving from legacy setuptools use to pyproject.toml
9+
310
- v8-4-2
411
- fixes the type hints for the base
512
- fixes summarize so if json dumps fails, we can still get a repr of the results

docs/authors.rst

+7
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ and polars support.
111111
function) to prefix every output when using the pretty() call.
112112
- `David Hotham <https://github.com/dimbleby>`__ for relaxing
113113
orderly-set dependency via #486
114+
- `dtorres-sf <https://github.com/dtorres-sf>`__ for the fix for moving
115+
nested tables when using iterable_compare_func.
116+
- `Jim Cipar <https://github.com/jcipar>`__ for the fix recursion depth
117+
limit when hashing numpy.datetime64
118+
- `Enji Cooper <https://github.com/ngie-eign>`__ for converting legacy
119+
setuptools use to pyproject.toml
120+
114121

115122
.. _Sep Dehpour (Seperman): http://www.zepworks.com
116123
.. _Victor Hahn Castell: http://hahncastell.de

docs/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Changelog
55

66
DeepDiff Changelog
77

8+
- v8-5-0
9+
- Updating deprecated pydantic calls
10+
- Switching to pyproject.toml
11+
- Fix for moving nested tables when using iterable_compare_func. by
12+
- Fix recursion depth limit when hashing numpy.datetime64
13+
- Moving from legacy setuptools use to pyproject.toml
14+
815
- v8-4-2
916
- fixes the type hints for the base
1017
- fixes summarize so if json dumps fails, we can still get a repr of the results

0 commit comments

Comments
 (0)