Skip to content

Releases: realpython/codetiming

v1.4.0

08 Nov 07:17
Compare
Choose a tag to compare

Highlights:

  • Add an inital_text parameter, which can be used to log that the timer has been started (contributed by Matthew Price)

See changelog for more details

v1.3.2

07 Oct 09:34
Compare
Choose a tag to compare

Highlights:

  • Use __all__ to specify public API

See changelog for more details

v1.3.1

06 Oct 07:30
Compare
Choose a tag to compare

Highlights:

  • Explicit support for Python 3.10 and 3.11
  • Package is marked as typed

See changelog for more details

v1.3.0

09 Feb 22:08
Compare
Choose a tag to compare

Highlights:

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

See changelog for more details

v1.2.0

03 Mar 22:49
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

v1.1.0

14 Jan 23:08
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.

v1.0.0

13 Jan 08:21
Compare
Choose a tag to compare

Update documentation to point to the accompanying article

v0.1.2

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

v0.1.1

01 Aug 22:58
Compare
Choose a tag to compare