Skip to content

Releases: nlesc-nano/Nano-Utils

Nano-Utils 0.3.3

04 Jun 11:57
750622d
Compare
Choose a tag to compare
  • Added PathType, an annotation for path-like objects.
  • Added the copy argument to as_nd_array().

Nano-Utils 0.3.2

03 Jun 20:20
fabf478
Compare
Choose a tag to compare
  • Fixed a bug with split_dict().

Nano-Utils 0.3.1

03 Jun 19:26
87efd49
Compare
Choose a tag to compare
  • Added the disgard_keys argument to split_dict().

Nano-Utils 0.3.0

03 Jun 15:02
9511f17
Compare
Choose a tag to compare
  • Added the SetAttr context manager.
  • Updated the development status from alpha to beta.

Nano-Utils 0.2.0

03 Jun 13:23
ca488dc
Compare
Choose a tag to compare
  • 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 the raise_if() & split_dict() functions.
  • Added the version_info attribute to the package.

Nano-Utils 0.1.1

02 Jun 21:40
41875b9
Compare
Choose a tag to compare
  • Updated the badges.
  • Added a GitHub Actions workflow for automatic PyPi publishing.

Nano-Utils 0.1.0

02 Jun 21:17
Compare
Choose a tag to compare
  • First release.
  • Introduced of four new modules: empty, schema, typing_utils and utils.