Skip to content

Commit 9486037

Browse files
committed
adding citing section
1 parent 9c4dade commit 9486037

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ DeepDiff 5-8-0 includes bug fixes and improvements:
2828
- Fixed Tests fail after 2022-05-14 (https://github.com/seperman/deepdiff/issues/255)
2929
- Fixed [TypeError is thrown when comparing bool and str](https://github.com/seperman/deepdiff/issues/275)
3030

31-
DeepDiff 5-7-0 includes bug fixes and improvements:
32-
33-
- https://github.com/seperman/deepdiff/pull/284 Bug-Fix: TypeError in _get_numbers_distance() when ignore_order = True by @Dhanvantari
34-
- https://github.com/seperman/deepdiff/pull/280 Add support for UUIDs by @havardthom
35-
- Major bug in delta when it comes to iterable items added or removed is investigated by @uwefladrich and resolved by @seperman
36-
37-
3831
## Installation
3932

4033
### Install from PyPi:
@@ -446,6 +439,16 @@ Or to see a more user friendly version, please run: `pytest --cov=deepdiff --cov
446439

447440
Thank you!
448441

442+
# Citing
443+
444+
How to cite this library (APA style):
445+
446+
Dehpour, S. (2022). DeepDiff (Version 5.8.0) [Software]. Available from https://github.com/seperman/deepdiff.
447+
448+
How to cite this library (Chicago style):
449+
450+
Dehpour, Sep. 2022. DeepDiff (version 5.8.0).
451+
449452
# Authors
450453

451454
Please take a look at the [AUTHORS](AUTHORS.md) file.

0 commit comments

Comments
 (0)