What's Changed
* Simplify layers_to_str by mert-kurttutan in https://github.com/TylerYep/torchinfo/pull/173
* Add hide_recursive_layers option to ColumnSettings by mert-kurttutan in https://github.com/TylerYep/torchinfo/pull/174
* Add contribution of recursive calls to total_output_bytes by mert-kurttutan in https://github.com/TylerYep/torchinfo/pull/181
* Add params and MACs units specifiers by richardtml in https://github.com/TylerYep/torchinfo/pull/188
* Add the column 'Params %' by luke396 in https://github.com/TylerYep/torchinfo/pull/199
* Automatically get device from first model parameter if `device` parameter to `summary` is `None` by snimu in https://github.com/TylerYep/torchinfo/pull/211
* Enable analyzing nested input- and output-dicts by snimu in https://github.com/TylerYep/torchinfo/pull/212
Cleanup Work
* Add additional versions to GitHub Actions tests by TylerYep in https://github.com/TylerYep/torchinfo/pull/189
* Fix torchvision deprecation warnings in test cases by TylerYep in https://github.com/TylerYep/torchinfo/pull/191
* Separate nested_list_size function, add some documentation, improve mypy for setuptools by TylerYep in https://github.com/TylerYep/torchinfo/pull/220
New Contributors
* richardtml made their first contribution in https://github.com/TylerYep/torchinfo/pull/188
* luke396 made their first contribution in https://github.com/TylerYep/torchinfo/pull/199
* snimu made their first contribution in https://github.com/TylerYep/torchinfo/pull/211
**Full Changelog**: https://github.com/TylerYep/torchinfo/compare/v1.7.1...v1.7.2