Releases: nlesc-nano/Nano-Utils
Releases · nlesc-nano/Nano-Utils
Nano-Utils 2.3.5
Full Changelog: 2.3.4...2.3.5
Nano-Utils 2.3.4
- Add formal Python 3.11 support
- Misc CI updates
Full Changelog: 2.3.3...2.3.4
Nano-Utils 2.3.3
What's Changed
Full Changelog: 2.3.2...2.3.3
Nano-Utils 2.3.2
What's Changed
Full Changelog: 2.3.1...2.3.2
Nano-Utils 2.3.1
What's Changed
Full Changelog: 2.3.0...2.3.1
Nano-Utils 2.3.0
- Added
UserMapping
entry points for the IPython key completioner and pretty printer. - Added a decorator for applying the effect of
warnings.filterwarnings
to the decorated function.
Nano-Utils 2.2.0
- Added a decorator for constructing positional-only signatures.
- Added two mappings for creating structured dtypes.
- Added two mapping baseclasses for user defined mappings.
Nano-Utils 2.1.0
- Reimplement
RecursiveValuesView.__eq__
in terms ofcollections.Counter
comparisons.
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.
Nano-Utils 1.4.0
- Added
LazyImporter
andMutableLazyImporter
, two classes for lazily importing objects.