tag:github.com,2008:https://github.com/realpython/codetiming/releases Release notes from codetiming 2022-11-08T07:08:20Z tag:github.com,2008:Repository/199325522/v1.4.0 2022-11-08T07:17:46Z v1.4.0 <p>Highlights:</p> <ul> <li>Add an <code>inital_text</code> parameter, which can be used to log that the timer has been started (contributed by <a href="https://github.com/pricemg">Matthew Price</a>)</li> </ul> <p>See <a href="https://github.com/realpython/codetiming/blob/master/CHANGELOG.md#140---2022-11-08">changelog</a> for more details</p> gahjelle tag:github.com,2008:Repository/199325522/v1.3.2 2022-10-07T09:34:31Z v1.3.2 <p>Highlights:</p> <ul> <li>Use <code>__all__</code> to specify public API</li> </ul> <p>See <a href="https://github.com/realpython/codetiming/blob/master/CHANGELOG.md#132---2022-10-07">changelog</a> for more details</p> gahjelle tag:github.com,2008:Repository/199325522/v1.3.1 2022-10-06T07:30:46Z v1.3.1 <p>Highlights:</p> <ul> <li>Explicit support for Python 3.10 and 3.11</li> <li>Package is marked as typed</li> </ul> <p>See <a href="https://github.com/realpython/codetiming/blob/master/CHANGELOG.md#131---2022-10-06">changelog</a> for more details</p> gahjelle tag:github.com,2008:Repository/199325522/v1.3.0 2021-02-09T22:08:26Z v1.3.0 <p>Highlights:</p> <ul> <li><code>text</code> can be a callable returning a formatted string (suggested by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dchess/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dchess">@dchess</a>).</li> </ul> <p>See <a href="https://github.com/realpython/codetiming/blob/master/CHANGELOG.md#130---2021-02-09">changelog</a> for more details</p> gahjelle tag:github.com,2008:Repository/199325522/v1.2.0 2020-03-03T22:49:14Z v1.2.0 <p>Highlights:</p> <ul> <li>Made named attributes like <code>{name}</code> and <code>{seconds}</code> available for <code>text</code> templates (suggested by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mlisovyi/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mlisovyi">@mlisovyi</a>).</li> <li>Promoted <code>.timers</code> to a custom dictionary with support for simple statistics like <code>.mean()</code>, <code>.min()</code>, and <code>.stdev()</code>.</li> </ul> <p>See <a href="https://github.com/realpython/codetiming/blob/master/CHANGELOG.md#120---2020-03-03">changelog</a> for more details</p> gahjelle tag:github.com,2008:Repository/199325522/v1.1.0 2020-03-03T22:50:25Z v1.1.0 <p>Highlights:</p> <ul> <li>Added <code>.last</code> attribute with the value of the last measured time (by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/janfreyberg/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/janfreyberg">@janfreyberg</a>)</li> </ul> <p>See <a href="https://github.com/realpython/codetiming/blob/master/CHANGELOG.md#110---2020-01-14">changelog</a> for more details.</p> gahjelle tag:github.com,2008:Repository/199325522/v1.0.0 2020-01-13T08:21:57Z v1.0.0 <p>Update documentation to point to the accompanying article</p> gahjelle tag:github.com,2008:Repository/199325522/v0.1.2 2019-08-01T22:59:15Z v0.1.2 <ul> <li>Explicitly test and support Python 3.8 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="475903248" data-permission-text="Title is private" data-url="https://github.com/realpython/codetiming/issues/6" data-hovercard-type="pull_request" data-hovercard-url="/realpython/codetiming/pull/6/hovercard" href="https://github.com/realpython/codetiming/pull/6">#6</a>)</li> <li>Refactor code to clean up the <code>codetiming</code> namespace (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="475916965" data-permission-text="Title is private" data-url="https://github.com/realpython/codetiming/issues/8" data-hovercard-type="pull_request" data-hovercard-url="/realpython/codetiming/pull/8/hovercard" href="https://github.com/realpython/codetiming/pull/8">#8</a>)</li> </ul> gahjelle tag:github.com,2008:Repository/199325522/v0.1.1 2019-08-01T22:58:33Z v0.1.1 <ul> <li>Add credit to <a href="https://pypi.org/project/midgard/" rel="nofollow">midgard</a> for original implementation (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="474502441" data-permission-text="Title is private" data-url="https://github.com/realpython/codetiming/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/realpython/codetiming/pull/2/hovercard" href="https://github.com/realpython/codetiming/pull/2">#2</a>)</li> <li>Add dependency on <a href="https://pypi.org/project/dataclasses/" rel="nofollow">dataclasses backport</a> for Python 3.6 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="474501484" data-permission-text="Title is private" data-url="https://github.com/realpython/codetiming/issues/1" data-hovercard-type="pull_request" data-hovercard-url="/realpython/codetiming/pull/1/hovercard" href="https://github.com/realpython/codetiming/pull/1">#1</a>)</li> </ul> gahjelle