tag:github.com,2008:https://github.com/matplotlib/cycler/releasesRelease notes from cycler2023-10-07T05:27:57Ztag:github.com,2008:Repository/37756764/v0.12.12023-10-07T05:31:06ZREL: 0.12.1<p>This is the second release of Cycler 0.12.</p>
<p>This fixes the previous release not shipping the <code>py.typed</code> file.</p>QuLogictag:github.com,2008:Repository/37756764/v0.12.02023-09-28T23:33:04ZREL: 0.12.0<p>This is the first release of Cycler 0.12.</p>
<p>The major new feature in this release is the addition of type hints.<br>
Furthermore, the minimum supported version of Python is now 3.8.</p>QuLogictag:github.com,2008:Repository/37756764/v0.12.0rc12023-09-28T02:26:49ZREL: 0.12.0rc1<p>This is the first release candidate for Cycler 0.12.0.</p>
<p>The major new feature in this release is the addition of type hints.<br>
Furthermore, the minimum supported version of Python is now 3.8.</p>QuLogictag:github.com,2008:Repository/37756764/v0.11.02021-10-29T03:42:06ZREL: v0.11<p>This is the first Cycler feature release in some years. New features include:</p>
<ul>
<li>Added <code>Cycler.by_key</code>, which produces values by key (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="119595491" data-permission-text="Title is private" data-url="https://github.com/matplotlib/cycler/issues/26" data-hovercard-type="pull_request" data-hovercard-url="/matplotlib/cycler/pull/26/hovercard" href="https://github.com/matplotlib/cycler/pull/26">#26</a>)</li>
<li>Added <code>Cycler.__contains__</code>, which adds support for <code>in</code> checks (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="156180226" data-permission-text="Title is private" data-url="https://github.com/matplotlib/cycler/issues/34" data-hovercard-type="pull_request" data-hovercard-url="/matplotlib/cycler/pull/34/hovercard" href="https://github.com/matplotlib/cycler/pull/34">#34</a>)</li>
<li>Wheels now includes the LICENSE file (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="330937037" data-permission-text="Title is private" data-url="https://github.com/matplotlib/cycler/issues/48" data-hovercard-type="pull_request" data-hovercard-url="/matplotlib/cycler/pull/48/hovercard" href="https://github.com/matplotlib/cycler/pull/48">#48</a>)</li>
<li>The sdist now includes the LICENSE (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="769122494" data-permission-text="Title is private" data-url="https://github.com/matplotlib/cycler/issues/58" data-hovercard-type="pull_request" data-hovercard-url="/matplotlib/cycler/pull/58/hovercard" href="https://github.com/matplotlib/cycler/pull/58">#58</a>) and tests (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="134474384" data-permission-text="Title is private" data-url="https://github.com/matplotlib/cycler/issues/32" data-hovercard-type="pull_request" data-hovercard-url="/matplotlib/cycler/pull/32/hovercard" href="https://github.com/matplotlib/cycler/pull/32">#32</a>)</li>
<li>Cycler no longer supports Python 2. Supported versions of Python are 3.6 and above.</li>
</ul>QuLogictag:github.com,2008:Repository/37756764/v0.10.02021-10-29T03:19:45Zv0.10.0<p>Feature release for <code>cycler</code>. This release includes a number of new<br>
features:</p>
<ul>
<li><code>Cycler</code> objects learned to generate an <code>itertools.cycle</code> by calling<br>
them, a-la a generator.</li>
<li><code>Cycler</code> objects learned to change the name of a key via the<br>
new <code>.change_key(old_key, new_key)</code> method.</li>
<li><code>Cycler</code> objects learned how to compare each other and determine if<br>
they are equal or not (<code>==</code>).</li>
<li><code>Cycler</code> objects learned how to join another <code>Cycler</code> to be<br>
concatenated into a single longer <code>Cycler</code> via <code>concat</code> method of function.<br>
<code>A.concat(B)</code> or <code>concat(A, B)</code>.</li>
<li>The <code>cycler</code> factory function learned to construct a complex <code>Cycler</code><br>
from iterables provided as keyword arguments.</li>
<li><code>Cycler</code> objects learn do show their insides with the <code>by_key</code> method<br>
which returns a dictionary of lists (instead of an iterable of dictionaries).</li>
</ul>tacaswelltag:github.com,2008:Repository/37756764/v0.9.02015-07-04T01:28:55Zcycler v0.9.0<p>First beta release of cycler tool.</p>tacaswell