Releases: PainterQubits/datalogs
Releases · PainterQubits/datalogs
v0.5.1
24 Aug 22:48
Compare
Sorry, something went wrong.
No results found
Add view, edit, and GitHub links to documentation website.
v0.5.0
24 Aug 13:47
Compare
Sorry, something went wrong.
No results found
Public release of DataLogs.
v0.4.0
16 Apr 21:59
Compare
Sorry, something went wrong.
No results found
Changed
Rename package from datalogger to datalogs (since datalogger was taken on PyPI).
v0.3.2
27 Mar 18:54
Compare
Sorry, something went wrong.
No results found
Changed
LoggedProp is now a type alias instead of a class.
v0.3.1
07 Feb 22:54
Compare
Sorry, something went wrong.
No results found
Added
Latest source distribution (latest.tar.gz) added to Pages site.
Support for ParamDB v0.11.0.
v0.3.0
06 Nov 22:57
Compare
Sorry, something went wrong.
No results found
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().
v0.2.0
04 Oct 18:05
Compare
Sorry, something went wrong.
No results found
Added
Ability to create sub-Loggers with no timestamp using the timestamp option.
Changed
Sub-Loggers without timestamps create their directory as soon as Logger.directory is first called, rather than when a log is created.
v0.1.1
30 Aug 22:51
Compare
Sorry, something went wrong.
No results found
v0.1.0
08 Aug 23:29
Compare
Sorry, something went wrong.
No results found
Added
Logger class Logger to create nested directory structure and log array data, dictionaries, and object properties.
Log classes DataLog and DictLog, and log metadata class LogMetadata.
Classes Coord and DataVar to aid in creating a data log.
Function load_log() to load log files.
Initial documentation website.