Skip to content
Compare
Choose a tag to compare

Highlights:

  • text can be a callable returning a formatted string (suggested by @dchess).

See changelog for more details

Compare
Choose a tag to compare

Highlights:

  • Made named attributes like {name} and {seconds} available for text templates (suggested by @mlisovyi).
  • Promoted .timers to a custom dictionary with support for simple statistics like .mean(), .min(), and .stdev().

See changelog for more details

Compare
Choose a tag to compare

Highlights:

  • Added .last attribute with the value of the last measured time (by @janfreyberg)

See changelog for more details.

Compare
Choose a tag to compare

Update documentation to point to the accompanying article

Compare
Choose a tag to compare
  • Explicitly test and support Python 3.8 (#6)
  • Refactor code to clean up the codetiming namespace (#8)
Compare
Choose a tag to compare