2020-08-27 14:28:47 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix Python 3.6 build
|
2020-07-27 18:51:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-deepdiff: updated to 5.0.2
v5-0-2: Bug Fix NoneType in ignore type groups \
https://github.com/seperman/deepdiff/issues/207
|
2020-07-21 12:59:04 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-deepdiff: updated to 5.0.1
- v5-0-1: Bug fix to not apply format to non numbers.
- v5-0-0: Introducing the Delta object, Improving Numpy support, Fixing tuples \
comparison when ignore_order=True, Dramatically improving the results when \
ignore_order=True by running in passes, Introducing pretty print view, \
deep_distance, purge, progress logging, cache and truncate_datetime.
- v4-3-3: Adds support for datetime.time
|
2020-05-13 17:10:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-deepdiff: updated to 4.3.2
v4-3-2: Deprecation Warning Enhancement
v4-3-1: Fixing the issue with exclude_path and hash calculations when \
dictionaries were inside iterables. \
https://github.com/seperman/deepdiff/issues/174
v4-3-0: adding exclude_obj_callback
v4-2-0: .json property is finally removed. Fix for Py3.10. Dropping support for \
EOL Python 3.4. Ignoring private keys when calculating hashes. For example init \
is not a part of hash calculation anymore. Fix for 166 Problem with comparing \
lists, with an boolean as element.
v4-0-9: Fixing the bug for hashing custom unhashable objects
v4-0-8: Adding ignore_nan_inequality for float('nan')
|
2019-07-13 11:21:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-deepdiff: updated to 4.0.7
4.0.7:
Hashing of the number 1 vs. True
|
2019-04-28 21:07:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-deepdiff: updated to 4.0.6
v4.0.6:
Found a tiny bug in Python formatting of numbers in scientific notation. Added a \
workaround.
v4-0-5: Fixing number diffing. Adding number_format_notation and \
number_to_string_func.
v4-0-4: Adding ignore_string_case and ignore_type_subclasses
v4-0-3: Adding versionbump tool for release
v4-0-2: Fixing installation issue where rst files are missing.
v4-0-1: Fixing installation Tarball missing requirements.txt . DeepDiff v4+ \
should not show up as pip installable for Py2. Making Murmur3 installation \
optional.
v4.0.0:
Ending Python 2 support, Adding more functionalities and documentation for \
DeepHash. Switching to Pytest for testing. Switching to Murmur3 128bit for \
hashing. Fixing classes which inherit from classes with slots didn't have all of \
their slots compared. Renaming ContentHash to DeepHash. Adding exclude by path \
and regex path to DeepHash. Adding ignore_type_in_groups. Adding match_string to \
DeepSearch. Adding Timedelta object diffing.
|
2017-09-29 13:06:32 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-deepdiff: update to 3.3.0
v3.3.0: Searching for objects and class attributes
|
2016-12-08 10:04:44 by Thomas Klausner | Files touched by this commit (1) |
Log message:
whitespace.
|
2016-11-30 21:19:29 by Jaromir Dolecek | Files touched by this commit (4) |
Log message:
add py-deepdiff 2.5.1 - Deep Difference of dictionaries, iterables, strings
and other objects
|