BC
What's Changed
* Add clone to numpy comparators by durandtibo in https://github.com/durandtibo/coola/pull/155
* Improve some equal comparators by durandtibo in https://github.com/durandtibo/coola/pull/156
* Improve pandas comparators by durandtibo in https://github.com/durandtibo/coola/pull/157
* Add support for numpy 1.25 by durandtibo in https://github.com/durandtibo/coola/pull/159
* Improve polars comparators by durandtibo in https://github.com/durandtibo/coola/pull/160
* Improve torch comparators by durandtibo in https://github.com/durandtibo/coola/pull/161
* Improve xarray comparators by durandtibo in https://github.com/durandtibo/coola/pull/162
* Add missing tests by durandtibo in https://github.com/durandtibo/coola/pull/163
* Update dependencies by durandtibo in https://github.com/durandtibo/coola/pull/164
* Add `clone` to some comparators by durandtibo in https://github.com/durandtibo/coola/pull/165
* Add `clone` to base comparator classes by durandtibo in https://github.com/durandtibo/coola/pull/166
* Rename methods in testers by durandtibo in https://github.com/durandtibo/coola/pull/167
* Fix docstrings by durandtibo in https://github.com/durandtibo/coola/pull/168
* Add `LocalEqualityTester` by durandtibo in https://github.com/durandtibo/coola/pull/169
* Add `local_copy` to `EqualityTester` by durandtibo in https://github.com/durandtibo/coola/pull/170
* Add `LocalAllCloseTester` by durandtibo in https://github.com/durandtibo/coola/pull/171
* Add `local_copy` to `AllCloseTester` by durandtibo in https://github.com/durandtibo/coola/pull/172
* Release version `0.0.12` by durandtibo in https://github.com/durandtibo/coola/pull/173
**Full Changelog**: https://github.com/durandtibo/coola/compare/v0.0.11...v0.0.12