tag:github.com,2008:https://github.com/LettError/MutatorMath/releasesTags from MutatorMath2020-04-24T09:20:12Ztag:github.com,2008:Repository/24219208/3.0.12020-04-24T09:20:12Z3.0.1<p>3.0.1</p>
<p>Update version in setup.py to match git tag.</p>anthrotypetag:github.com,2008:Repository/24219208/3.02019-09-04T12:56:30Z3.0LettErrortag:github.com,2008:Repository/24219208/2.1.22018-11-01T19:36:04Z2.1.2<p>Release 2.1.2</p>
<p>- Removed ufoLib dependency. Bumped minimum fonttools >= 3.32.0.
<br />- Added ``bend=True`` flag for makeInstance; allows instances to be
<br /> calculated without the bender transformation.
<br /> This is sometimes necessary.</p>anthrotypetag:github.com,2008:Repository/24219208/2.1.12018-06-07T10:01:21Z2.1.1<p>Release 2.1.1</p>
<p>- Assume incoming locations might be plain dicts and wrap them (<a class="issue-link js-issue-link" href="https://github.com/LettError/MutatorMath/pull/110">#110</a>).
<br />- Don't fail when reading designspace documents with `format` attribute
<br /> formatted as a float, as in latest designspace spec (<a class="issue-link js-issue-link" href="https://github.com/LettError/MutatorMath/pull/117">#117</a>).</p>anthrotypetag:github.com,2008:Repository/24219208/2.1.02017-11-06T12:48:17Z2.1.0<p>Release 2.1.0</p>
<p>- [ufo.document] Added API to generate a single instance, useful when
<br /> parallelizing build for fonts with large number of instances.
<br /> The DesignSpaceDocumentReader has a new `readInstance` method that reads
<br /> and builds a single instance element. It takes a `key` tuple argument
<br /> with the (attribute, value) used to find and select the instance to build.</p>anthrotypetag:github.com,2008:Repository/24219208/2.0.72017-10-25T14:50:28Z2.0.7<p>Release 2.0.7</p>
<p>- Write forward slashes as path separators (<a class="issue-link js-issue-link" href="https://github.com/LettError/MutatorMath/pull/95">#95</a>).
<br />- Replace Adobe Sans test font with new data with similar range in width
<br /> and weight, covered by the same license as this package (<a class="issue-link js-issue-link" href="https://github.com/LettError/MutatorMath/issues/96">#96</a>).</p>anthrotypetag:github.com,2008:Repository/24219208/2.0.62017-10-02T16:12:45Z2.0.6<p>Release 2.0.6</p>
<p>Updated minimum requirements:
<br />* defcon >= 0.3.5
<br />* fontMath >= 0.4.4</p>anthrotypetag:github.com,2008:Repository/24219208/2.0.52017-10-02T15:52:14Z2.0.5<p>Release 2.0.5</p>
<p>Allow multiple unicode values for glyphs (<a class="issue-link js-issue-link" href="https://github.com/LettError/MutatorMath/pull/86">#86</a>).</p>anthrotypetag:github.com,2008:Repository/24219208/2.0.42017-04-12T22:17:44Z2.0.4<p>2.0.4</p>
<p>- Fixed problem caused by files in which a source element has no "name"
<br /> attribute, by adding a temporary simple unique name (<a class="issue-link js-issue-link" href="https://github.com/LettError/MutatorMath/pull/80">#80</a>).
<br />- The designspace document description now lives at the designSpaceDocument
<br /> repository: <a href="https://github.com/LettError/designSpaceDocument">https://github.com/LettError/designSpaceDocument</a>.
<br />- Pass UFO groups to the MathKerning object so that the latter is able to
<br /> identify the exceptions (<a class="issue-link js-issue-link" href="https://github.com/LettError/MutatorMath/pull/82">#82</a>).</p>anthrotypetag:github.com,2008:Repository/24219208/2.0.32017-03-15T15:47:46Z2.0.3<p>2.0.3</p>
<p>[bender] Properly handle split locations (i.e. anisotropic interpolation) in
<br />the WarpMutator and Bender classes (<a class="commit-link" href="https://github.com/LettError/MutatorMath/commit/1ed6581f120d152ba8ad4eb8f20f1f4e87f86932"><tt>1ed6581</tt></a>).</p>
<p>Note: If you happen to write your own warp functions (so, not the maps, but
<br />actual python function objects), these functions need to handle tuple values
<br />as well.</p>