Skip to content

Releases: mkrd/SuperPy

Release 1.0.2

05 Oct 12:43

Choose a tag to compare

  • Add extra_info parameter to sp.logging.Logger.benchmark to allow adding callbacks that generate extra info

Release 1.0.1

05 Oct 12:16

Choose a tag to compare

  • Fix sp.logging.Logger.benchmark logging double brackets (()) instead of ()

Release 1.0.0

04 Oct 14:19

Choose a tag to compare

Breaking changes to sp.logging

  • sp.logging removed make_logger and log
  • sp.logging now only contains one improved logger class called Logger
  • See readme.md for documentation details