File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff 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
447440Thank 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
451454Please take a look at the [ AUTHORS] ( AUTHORS.md ) file.
You can’t perform that action at this time.
0 commit comments