Releases: anexia/python-deepcompare
Releases · anexia/python-deepcompare
2.1.0
What's Changed
- SIANXKE-411: Update Python and package versions by @bernhard-hagmann in #2
- SIANXKE-414: Add pre-commit configuration and checks in pipeline by @bernhard-hagmann in #3
- SIANXKE-413: Rename package back to python-deepcompare by @bernhard-hagmann in #4
New Contributors
- @bernhard-hagmann made their first contribution in #2
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- ANXOS-211: Updated URLs and names for new organisation by @beachmachine in #1
New Contributors
- @beachmachine made their first contribution in #1
Full Changelog: 1.0.1...2.0.0
1.0.1
Fixed
- Fixed compare for
str
types.
1.0.0
Added
- Method to deep compare data structures containing
dict
,list
andtuple
types. - Method to partially deep compare data structures containing
dict
,list
andtuple
types.