Release notes
Improvements:
- New data-type supported by
pytensils.utils.as_type
forNoneType
. - Updated
pytensils.config.Handler().read
method that now updates the config-data within the instance of theclass
as well as returns the config-data as adict
, maintaining the previous behavior. - Updated
pytensils.config.Handler().validate
method that now accepts apytensils.config.Handler()
instance for thedtypes
parameter as well as adict
, 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