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