Skip to content

Releases: seperman/deepdiff

6.0.0

26 Aug 16:35
Compare
Choose a tag to compare

Note: This is a version change for DeepDiff since we are still waiting for Pypi to let us publish a new version of DeepDiff.
In the meantime we are publishing under DeepDiff6 package name on pypi.

So you will need to do pip install deepdiff6

5.8.2

17 May 06:27
Compare
Choose a tag to compare

Fixing dependency for Py3.6

5.8.1

13 May 06:42
9b70b2b
Compare
Choose a tag to compare

New In DeepDiff 5-8-1

DeepDiff 5-8-1 includes bug fixes: - Fixed test suite for 32bit systems
(#302) by Louis-Philippe Véronneau_ - Fixed the issue when using ignore_order=True and
group_by simultaneously - Added the support for diffing object
properties (@property)
(#312) - Better support of
diffing private variables

.. _Louis-Philippe Véronneau: https://github.com/baldurmen

New In DeepDiff 5-8-0

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

  • Fixed the bug with delta randomly not producing the same results when ignore_order=True
  • Display detailed pretty when verbose
  • Allow ordered-set version 4.1.x
  • Removing extra logging when key is not found in DeepHash
  • Fixed error when comparing non-utf8 byte strings with ignore_order=True
  • Fixed Tests fail after 2022-05-14
  • Fixed TypeError is thrown when comparing bool and str

5.6.0

13 Oct 06:47
06faa82
Compare
Choose a tag to compare
  • v5-6-0: Adding custom operators, and ignore_order_func. Bugfix: verbose_level==0 should disable values_changes. Bugfix: unprocessed key error.

5.5.0

29 Apr 06:44
bc1ab6a
Compare
Choose a tag to compare
  • v5-5-0: adding iterable_compare_func for DeepDiff, adding output_format of list for path() in tree view.
  • v5-4-0: adding strict_checking for numbers in DeepSearch.

5.3.0

16 Apr 23:17
2b04c55
Compare
Choose a tag to compare
  • v5-3-0: add support for regular expressions in DeepSearch

5.2.3

16 Feb 20:47
Compare
Choose a tag to compare
  • v5-2-3: Retaining the order of multiple dictionary items added via Delta. Fixed the typo with yml files in deep cli. Fixing Grep RecursionError where using non UTF-8 character. Allowing kwargs to be passed to to_json method.

5.2.2

15 Jan 03:31
c6fa94f
Compare
Choose a tag to compare

Fixed Delta serialization when None type is present.

5.2.1

02 Jan 02:46
Compare
Choose a tag to compare
  • v5-2-0: Removed Murmur3 as the preferred hashing method. Using SHA256 by default now. Added commandline for deepdiff. Added group_by. Added math_epsilon. Improved ignoring of NoneType.

5.0.2

23 Jul 17:47
df5f490
Compare
Choose a tag to compare
  • v5-0-2: Bug Fix NoneType in ignore type groups #207
  • v5-0-1: Bug fix to not apply format to non numbers.