Releases: realpython/codetiming
Releases · realpython/codetiming
v1.4.0
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
Highlights:
- Use
__all__ to specify public API
See changelog for more details
v1.3.1
Highlights:
- Explicit support for Python 3.10 and 3.11
- Package is marked as typed
See changelog for more details
v1.3.0
Highlights:
text can be a callable returning a formatted string (suggested by @dchess).
See changelog for more details
v1.2.0
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
Highlights:
- Added
.last attribute with the value of the last measured time (by @janfreyberg)
See changelog for more details.
v1.0.0
Update documentation to point to the accompanying article
v0.1.2
- Explicitly test and support Python 3.8 (#6)
- Refactor code to clean up the
codetiming namespace (#8)