Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexhad6 alexhad6 released this 06 Nov 22:57
· 55 commits to main since this release
3ecba15

Added

  • LoggedProp type hint to indicate class properties that should be logged by Logger.log_props().

Changed

  • Logger.log_props() only logs properties marked by the LoggedProp type hint in the object's class.
  • Logger.convert_to_json() handles Numpy values and Pandas DataFrames, and takes in an optional convert() function.
  • Logger.log_dict() and Logger.log_props() take in an optional convert() function to pass to Logger.convert_to_json().