Releases: nlesc-nano/Nano-Utils
Releases · nlesc-nano/Nano-Utils
Nano-Utils 0.3.3
- Added
PathType
, an annotation for path-like objects. - Added the
copy
argument toas_nd_array()
.
Nano-Utils 0.3.2
- Fixed a bug with
split_dict()
.
Nano-Utils 0.3.1
- Added the
disgard_keys
argument tosplit_dict()
.
Nano-Utils 0.3.0
- Added the
SetAttr
context manager. - Updated the development status from alpha to beta.
Nano-Utils 0.2.0
- Added new NumPy-specific functions:
as_nd_array()
,array_combinations()
&fill_diagonal_blocks()
. - Expanded the
typing_utils
module with a number of, previously missing, objects. - Added the
EMPTY_CONTAINER
constaint. - Added the
VersionInfo
namedtuple and theraise_if()
&split_dict()
functions. - Added the
version_info
attribute to the package.
Nano-Utils 0.1.1
- Updated the badges.
- Added a GitHub Actions workflow for automatic PyPi publishing.
Nano-Utils 0.1.0
- First release.
- Introduced of four new modules:
empty
,schema
,typing_utils
andutils
.