robotools / fontMath

A collection of objects that implement fast font, glyph, etc. math.
MIT License
42 stars 17 forks source link

Scheduled weekly dependency update for week 18 #234

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

Update fonttools from 4.22.0 to 4.22.1.

Changelog ### 4.22.1 ``` ---------------------------- - [feaLib] Skip references to named lookups if the lookup block definition is empty, similarly to makeotf. This also fixes an ``AttributeError`` while generating ``aalt`` feature (2276, 2277). - [subset] Fixed bug with ``--no-hinting`` implementation for Device tables (2272, 2275). The previous code was alwyas dropping Device tables if no-hinting was requested, but some Device tables (DeltaFormat=0x8000) are also used to encode variation indices and need to be retained. - [otBase] Fixed bug in getting the ValueRecordSize when decompiling ``MVAR`` table with ``lazy=True`` (2273, 2274). - [varLib/glyf/gvar] Optimized and simplified ``GlyphCoordinates`` and ``TupleVariation`` classes, use ``bytearray`` where possible, refactored phantom-points calculations. We measured about 30% speedup in total time of loading master ttfs, building gvar, and saving (2261, 2266). - [subset] Fixed ``AssertionError`` while pruning unused CPAL palettes when ``0xFFFF`` is present (2257, 2259). ```
Links - PyPI: https://pypi.org/project/fonttools - Changelog: https://pyup.io/changelogs/fonttools/ - Repo: http://github.com/fonttools/fonttools
codecov[bot] commented 3 years ago

Codecov Report

Merging #234 (bc8be00) into master (a015e52) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   88.25%   88.25%           
=======================================
  Files          13       13           
  Lines        2308     2308           
  Branches      303      303           
=======================================
  Hits         2037     2037           
  Misses        193      193           
  Partials       78       78           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a015e52...bc8be00. Read the comment docs.

pyup-bot commented 3 years ago

Closing this in favor of #237