<div dir="ltr"><div>Folks,</div><div><br></div><div>I am happy to announce the next release of Cycler.  </div><div><br></div><div>This will become the minimal version for the upcoming mpl v2.0 release.</div><div><br></div><div><a href="http://matplotlib.org/cycler/">http://matplotlib.org/cycler/</a><br></div><div><br></div><div>Feature release for `cycler`.  This release includes a number of new</div><div>features:</div><div><br></div><div> - `Cycler` objecst learned to generate an `itertools.cycle` by calling them, a-la a generator.</div><div> - `Cycler` objects learned to change the name of a  key via the  new `.change_key(old_key, new_key)` method.</div><div> - `Cycler` objects learned how to compare each other and determine if they are equal or not (`==`).</div><div> - `Cycler` objects learned how to join another `Cycler` to be concatenated into a singel longer `Cycler` via `concat` method of function.  `A.concat(B)` or `concat(A, B)`.</div><div> - The `cycler` factory function learned to construct a complex `Cycler` from iterables provided as keyword arguments.</div><div> - `Cycler` objects learn do show their insides with the `by_key` method which returns a dictionary of lists (instead of an iterable of dictionaries).</div><div><br></div><div>Tom</div></div>