Recent Releases of datalogs
datalogs - v0.3.0
Added
LoggedProptype hint to indicate class properties that should be logged byLogger.log_props().
Changed
Logger.log_props()only logs properties marked by theLoggedProptype 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().
- Python
Published by alexhad6 over 2 years ago
datalogs - v0.1.0
Added
- Logger class
Loggerto create nested directory structure and log array data, dictionaries, and object properties. - Log classes
DataLogandDictLog, and log metadata classLogMetadata. - Classes
CoordandDataVarto aid in creating a data log. - Function
load_log()to load log files. - Initial documentation website.
- Python
Published by alexhad6 over 2 years ago