- Two NaN values are considered the same, hence they are not shown in `diff`
output. (114) (t-b)
- Refactors `diff` method to reduce recursive call stack size. (112)
(yoyonel)
- Python porting best practice use feature detection instead
of version detection to save an import and pass both PyLint
and Flake8 tests with neither 'pragma' nor 'noqa'. (cclauss)