Skip to content

Commit

Permalink
adding citing section
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Apr 11, 2022
1 parent 9c4dade commit 9486037
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ DeepDiff 5-8-0 includes bug fixes and improvements:
- Fixed Tests fail after 2022-05-14 (https://github.com/seperman/deepdiff/issues/255)
- Fixed [TypeError is thrown when comparing bool and str](https://github.com/seperman/deepdiff/issues/275)

DeepDiff 5-7-0 includes bug fixes and improvements:

- https://github.com/seperman/deepdiff/pull/284 Bug-Fix: TypeError in _get_numbers_distance() when ignore_order = True by @Dhanvantari
- https://github.com/seperman/deepdiff/pull/280 Add support for UUIDs by @havardthom
- Major bug in delta when it comes to iterable items added or removed is investigated by @uwefladrich and resolved by @seperman


## Installation

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

Thank you!

# Citing

How to cite this library (APA style):

Dehpour, S. (2022). DeepDiff (Version 5.8.0) [Software]. Available from https://github.com/seperman/deepdiff.

How to cite this library (Chicago style):

Dehpour, Sep. 2022. DeepDiff (version 5.8.0).

# Authors

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

0 comments on commit 9486037

Please sign in to comment.