Skip to content

Nano-Utils 2.0.0

Compare
Choose a tag to compare
@BvB93 BvB93 released this 14 Sep 13:46
· 64 commits to master since this release
6bf3e3f
  • Added the fullmatch argument to VersionInfo.from_str.
  • The h5py-related recursive_keys, recursive_values and recursive_items functions now return collections.abc.MappingView instances, rather than generators. These mappingviews are available via the RecursiveKeysView, RecursiveValuesView and RecursiveItemsView classes.