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 42 #257

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

Update fonttools from 4.26.2 to 4.27.1.

Changelog ### 4.27.1 ``` ---------------------------- - [otlLib] Fixed error when chained contextual lookup builder overflows (2404, 2411). - [bezierTools] Fixed two floating-point bugs: one when computing `t` for a point lying on an almost horizontal/vertical line; another when computing the intersection point between a curve and a line (2413). ``` ### 4.27.0 ``` ---------------------------- - [ttLib/otTables] Cleaned up virtual GID handling: allow virtual GIDs in ``Coverage`` and ``ClassDef`` readers; removed unused ``allowVID`` argument from ``TTFont`` constructor, and ``requireReal`` argument in ``TTFont.getGlyphID`` method. Make ``TTFont.setGlyphOrder`` clear reverse glyphOrder map, and assume ``glyphOrder`` internal attribute is never modified outside setGlyphOrder; added ``TTFont.getGlyphNameMany`` and ``getGlyphIDMany`` (1536, 1654, 2334, 2398). - [py23] Dropped internal use of ``fontTools.py23`` module to fix deprecation warnings in client code that imports from fontTools (2234, 2399, 2400). - [subset] Fix subsetting COLRv1 clip boxes when font is loaded lazily (2408). ```
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 #257 (5ec4e90) into master (8a1fa07) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #257   +/-   ##
=======================================
  Coverage   88.29%   88.29%           
=======================================
  Files          13       13           
  Lines        2375     2375           
  Branches      308      308           
=======================================
  Hits         2097     2097           
  Misses        201      201           
  Partials       77       77           
Flag Coverage Δ
unittests 88.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 8a1fa07...5ec4e90. Read the comment docs.

pyup-bot commented 3 years ago

Closing this in favor of #258