Nano-Utils 2.0.0
- Added the
fullmatch
argument toVersionInfo.from_str
. - The h5py-related
recursive_keys
,recursive_values
andrecursive_items
functions now returncollections.abc.MappingView
instances, rather than generators. These mappingviews are available via theRecursiveKeysView
,RecursiveValuesView
andRecursiveItemsView
classes.