Changed
- Clean up docstrings, especially removing types that are already annotated in function signature ([274](https://github.com/nasa/ncompare/issues/274)) ([**danielfromearth**](https://github.com/danielfromearth))
Added
- Categorize counts of differences (including attributes) in a summary ([276](https://github.com/nasa/ncompare/pull/276)) ([**danielfromearth**](https://github.com/danielfromearth))
- Include dimensions in variable attribute comparisons ([277](https://github.com/nasa/ncompare/pull/277)) ([**danielfromearth**](https://github.com/danielfromearth))
- Provide numerical output where zero means no differences found ([278](https://github.com/nasa/ncompare/pull/278)) ([**danielfromearth**](https://github.com/danielfromearth))
Removed
- **Breaking:** drop support for randomized value checks, which are no longer part of API ([271](https://github.com/nasa/ncompare/pull/271)) ([**danielfromearth**](https://github.com/danielfromearth))
Fixed
- Catch "unsupported datatype" exception from netCDF library ([268](https://github.com/nasa/ncompare/pull/268)) ([**danielfromearth**](https://github.com/danielfromearth))