Skip to content

Bump fonttools from 4.21.1 to 4.22.1 #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2021

Bumps fonttools from 4.21.1 to 4.22.1.

Release notes

Sourced from fonttools's releases.

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).

4.22.0

  • [ttLib] Remove .Format from Coverage, ClassDef, SingleSubst, LigatureSubst, AlternateSubst, MultipleSubst (#2238). ATTENTION: This will change your TTX dumps!
  • [misc.arrayTools] move Vector to its own submodule, and rewrite as a tuple subclass (#2201).
  • [docs] Added a terminology section for varLib (#2209).
  • [varLib] Move rounding to VariationModel, to avoid error accumulation from multiple deltas (#2214)
  • [varLib] Explain merge errors in more human-friendly terms (#2223, #2226)
  • [otlLib] Correct some documentation (#2225)
  • [varLib/otlLib] Allow merging into VariationFont without first saving GPOS PairPos2 (#2229)
  • [subset] Improve PairPosFormat2 subsetting (#2221)
  • [ttLib] TTFont.save: create file on disk as late as possible (#2253)
  • [cffLib] Add missing CFF2 dict operators LanguageGroup and ExpansionFactor (#2249) ATTENTION: This will change your TTX dumps!
Changelog

Sourced from fonttools's changelog.

4.22.1 (released 2021-04-26)

  • [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).

4.22.0 (released 2021-04-01)

  • [ttLib] Remove .Format from Coverage, ClassDef, SingleSubst, LigatureSubst, AlternateSubst, MultipleSubst (#2238). ATTENTION: This will change your TTX dumps!
  • [misc.arrayTools] move Vector to its own submodule, and rewrite as a tuple subclass (#2201).
  • [docs] Added a terminology section for varLib (#2209).
  • [varLib] Move rounding to VariationModel, to avoid error accumulation from multiple deltas (#2214)
  • [varLib] Explain merge errors in more human-friendly terms (#2223, #2226)
  • [otlLib] Correct some documentation (#2225)
  • [varLib/otlLib] Allow merging into VariationFont without first saving GPOS PairPos2 (#2229)
  • [subset] Improve PairPosFormat2 subsetting (#2221)
  • [ttLib] TTFont.save: create file on disk as late as possible (#2253)
  • [cffLib] Add missing CFF2 dict operators LanguageGroup and ExpansionFactor (#2249) ATTENTION: This will change your TTX dumps!
Commits
  • 61b6262 Release 4.22.1
  • 5d16f10 Update changelog [skip ci]
  • 8064028 Merge pull request #2277 from fonttools/fix-aalt-empty-lookup
  • 2830260 another test to check that empty lookups blocks are skipped
  • 9959916 Merge pull request #2275 from fonttools/subset-device
  • 3a6ebb8 [subset] Fix drop-hints implementation in Device tables
  • f514a68 [varLib.merger] Use Value.getEffectiveFormat() instead of .getFormat()
  • 9b5bc9e feaLib: ignore empty named lookup reference
  • bd618d0 add test to repro AttributeError when getAlternateGlyphs for empty lookups
  • ae982ab Merge pull request #2274 from googlefonts/mvar_fix
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 27, 2021
Bumps [fonttools](https://github.com/fonttools/fonttools) from 4.21.1 to 4.22.1.
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.21.1...4.22.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/fonttools-4.22.1 branch from 9935318 to c5d16ae Compare May 11, 2021 04:07
@chrissimpkins
Copy link
Member

Edited with unit test expected file changes to match new ttx xml output format introduced at fontttools v4.22.0 with fonttools/fonttools#2238 changes

@chrissimpkins chrissimpkins merged commit 08037f5 into master May 12, 2021
@chrissimpkins chrissimpkins deleted the dependabot/pip/fonttools-4.22.1 branch May 12, 2021 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant