v0.3.0
Pre-release
Pre-release
Added
LoggedProp
type hint to indicate class properties that should be logged byLogger.log_props()
.
Changed
Logger.log_props()
only logs properties marked by theLoggedProp
type hint in the object's class.Logger.convert_to_json()
handles Numpy values and Pandas DataFrames, and takes in an optionalconvert()
function.Logger.log_dict()
andLogger.log_props()
take in an optionalconvert()
function to pass toLogger.convert_to_json()
.