Skip to content

v1.3.0-beta

Latest
Compare
Choose a tag to compare
@thomaseleff thomaseleff released this 06 Dec 23:42
a190258

Release notes

Improvements:

  • New data-type supported by pytensils.utils.as_type for NoneType.
  • Updated pytensils.config.Handler().read method that now updates the config-data within the instance of the class as well as returns the config-data as a dict, maintaining the previous behavior.
  • Updated pytensils.config.Handler().validate method that now accepts a pytensils.config.Handler() instance for the dtypes parameter as well as a dict, maintaining the previous behavior.

Bugs:

  • Resolved an issue with pytensils.logging where multiple debug messages would be output to the console
  • Resolved issues with the formatting of all module doc-strings

Resolves #33, #35, #36, #38