Recent Releases of datalogs

datalogs - v0.5.1

  • Add view, edit, and GitHub links to documentation website.

- Python
Published by alexhad6 over 1 year ago

datalogs - v0.5.0

  • Public release of DataLogs.

- Python
Published by alexhad6 over 1 year ago

datalogs - v0.4.0

Changed

  • Rename package from datalogger to datalogs (since datalogger was taken on PyPI).

- Python
Published by alexhad6 almost 2 years ago

datalogs - v0.3.2

Changed

  • LoggedProp is now a type alias instead of a class.

- Python
Published by alexhad6 almost 2 years ago

datalogs - v0.3.1

Added

  • Latest source distribution (latest.tar.gz) added to Pages site.
  • Support for ParamDB v0.11.0.

- Python
Published by alexhad6 about 2 years ago

datalogs - v0.3.0

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().

- Python
Published by alexhad6 over 2 years ago

datalogs - v0.2.0

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.

- Python
Published by alexhad6 over 2 years ago

datalogs - v0.1.1

Added

  • Support for Python 3.9.

- Python
Published by alexhad6 over 2 years ago

datalogs - v0.1.0

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.

- Python
Published by alexhad6 over 2 years ago