11435 Commits

Author SHA1 Message Date
Cosimo Lupo
7412268cbe
Merge pull request #3387 from fonttools/justvanrossum-axis-loc-help 2023-12-11 15:50:29 +00:00
Just van Rossum
4826f9b016
Fix help string for AXIS=LOC 2023-12-11 15:59:30 +01:00
Cosimo Lupo
c89971f662
Merge pull request #3384 from fonttools/interpolatable-parent-dir 2023-12-09 08:31:54 +00:00
Cosimo Lupo
a5b3305edb
[interpolatable] ensure parent directory for various output paths
Fixes https://github.com/fonttools/fonttools/issues/3383
2023-12-08 15:18:33 +00:00
Cosimo Lupo
dd8102673d
Merge pull request #3380 from fonttools/getMasterScalars
[varLib.models] Add getMasterScalars
2023-12-08 14:30:21 +00:00
Cosimo Lupo
97d487638c
models_test: confirm value interpolated from master scalars is as expected
and rename test method to match its content
2023-12-08 11:41:59 +00:00
Cosimo Lupo
a13f6fd5c3
Merge pull request #3358 from colinmford/designspaceLib-public-fontInfo
Add `public.fontInfo` to designSpaceLib specification
2023-12-08 10:39:55 +00:00
Behdad Esfahbod
754762d97d [interpolatable] Remove a couple unused lines 2023-12-07 17:03:17 -07:00
Colin M. Ford
e11074a6ee
Merge branch 'main' into designspaceLib-public-fontInfo 2023-12-07 16:16:19 -05:00
Colin M. Ford
97d6fde76e one (final?) "superseding" spelling correction 2023-12-07 15:43:56 -05:00
Behdad Esfahbod
0edb0072f3 [varLib.models] Port getMasterScalars tests from Just
https://github.com/fonttools/fonttools/pull/3380#issuecomment-1846051270
2023-12-07 13:43:40 -07:00
Colin M. Ford
2448aa76f3 rewording, removing <variable-font> from inheritance order 2023-12-07 15:41:30 -05:00
Behdad Esfahbod
ae69c22df8 [varLib.models] Document a bit 2023-12-07 13:01:48 -07:00
Behdad Esfahbod
e98cec3264 [varLib.models] Simplify getMasterScalars
https://github.com/fonttools/fonttools/pull/3380#issuecomment-1845983903
2023-12-07 12:52:51 -07:00
Behdad Esfahbod
85883f09bc [varLib.models] Add getMasterScalars 2023-12-07 12:29:00 -07:00
Colin M. Ford
e185936b71
"superseding" spelling correction
Co-authored-by: Cosimo Lupo <cosimo@anthrotype.com>
2023-12-07 14:03:07 -05:00
Colin M. Ford
fa702fb7a0
"Variable" Spelling correction
Co-authored-by: Cosimo Lupo <cosimo@anthrotype.com>
2023-12-07 14:02:42 -05:00
Behdad Esfahbod
3ecbc94dcf [interpolatable] Sort issues by tolerance as well 2023-12-07 09:15:44 -05:00
Behdad Esfahbod
141b155353 [interpolatable] Undo unintentional change
I'm sorry. I'll go work on a branch again.
2023-12-07 05:58:48 -07:00
Behdad Esfahbod
e1382c1094 [interpolatable] Log 2023-12-07 05:57:23 -07:00
Behdad Esfahbod
1463695bd9
Merge pull request #3375 from fonttools/lerp-glyphs
Move LerpGlyphSet and lerp_recordings to more prominent places
2023-12-07 06:51:05 -05:00
Behdad Esfahbod
9afac79105 [lerp_recording] Make into a generator 2023-12-07 04:49:59 -07:00
Behdad Esfahbod
167e0cb646 [ttGlyphSet] Use lerp_recordings 2023-12-07 04:49:59 -07:00
Behdad Esfahbod
4f6c739181 Move LerpGlyphSet and lerp_recordings to more prominent places
Fixes https://github.com/fonttools/fonttools/issues/3361
2023-12-07 04:49:59 -07:00
Behdad Esfahbod
dcf3f0c4b1 [interpolatable] Simplify sorting 2023-12-07 04:14:35 -07:00
Behdad Esfahbod
39f6142f2c
Merge pull request #3377 from fonttools/interpolatable-refactor3
Interpolatable refactor3
2023-12-06 16:03:16 -05:00
Behdad Esfahbod
930047d853 [interpolatable] Tweak sort order
Sort by most severe problem.
2023-12-06 13:44:06 -07:00
Behdad Esfahbod
c7d9da630a [interpolatable] Sort "nothing" at the end of the report 2023-12-06 13:25:28 -07:00
Behdad Esfahbod
1a36194179 [interpolatable] Sort problems by severity 2023-12-06 12:47:06 -07:00
Behdad Esfahbod
8ad3bb53b7 [interpolatable] Add InterpolatableProblem 2023-12-06 12:38:32 -07:00
Behdad Esfahbod
aceaf10b78 [interpolatableTestStartingPoint] Remove unneeded code 2023-12-06 09:03:40 -07:00
Behdad Esfahbod
d88292b742 Revert "[interpolatableTestStartingPoint] Try to rationalize the extended case"
This reverts commit b950447e491ddf1e1a739d06711755db01ad5e4e.
2023-12-06 09:03:40 -07:00
Behdad Esfahbod
90a84d25ca [interpolatableTestStartingPoint] Try to rationalize the extended case
Breaks all kinds of things. Going to revert. I have no idea why
the existing code works so well but any touching it to make it more
reasonable regresses the results :(.
2023-12-06 09:03:40 -07:00
Behdad Esfahbod
8728789c05 [instancer] Don't produce triples outside <-1,0,+1>
Fixes https://github.com/fonttools/fonttools/issues/3350
2023-12-06 10:22:11 -05:00
Jany Belluz
4dbf534bc2
Merge pull request #3373 from fonttools/fix-ds5-diagram
Fix #3369: sources should not allow anisotropic location
2023-12-06 13:26:29 +01:00
Jany Belluz
6a16be3e3b [designspaceLib] Fix #3369 match Python type hints to the documentation 2023-12-06 12:02:39 +00:00
Jany Belluz
2c44688cff [designspaceLib] Fix #3369 sources should not allow anisotropic location 2023-12-06 11:41:50 +00:00
Cosimo Lupo
203346af7f
setup.py: fix SyntaxWarning: invalid escape sequence
Fixes https://github.com/fonttools/fonttools/issues/3370
2023-12-06 10:21:53 +00:00
Colin M. Ford
adf7d6817f Changes to the index definition of the key, allowing for the key to appear in the root lib, and defining the order of inheritance 2023-12-05 15:52:42 -05:00
خالد حسني (Khaled Hosny)
77e2b2d70c
Merge pull request #3368 from fonttools/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.11
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
2023-12-04 21:18:56 +00:00
dependabot[bot]
b774045025
Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.8.11.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.10...v1.8.11)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 19:51:59 +00:00
Behdad Esfahbod
0641526a26
Merge pull request #3366 from fonttools/interpolatable-refactor2
Interpolatable refactor2
2023-12-04 12:58:39 -05:00
خالد حسني (Khaled Hosny)
c7e00785c3
Merge pull request #3367 from fonttools/pyup-scheduled-update-2023-12-04
Scheduled weekly dependency update for week 49
2023-12-04 16:33:31 +00:00
Khaled Hosny
6025ec634e Black 2023-12-04 18:25:34 +02:00
pyup-bot
65e251cce7 Update glyphslib from 6.4.1 to 6.6.0 2023-12-04 15:54:06 +00:00
pyup-bot
5fd83ee9e8 Update scipy from 1.11.3 to 1.11.4 2023-12-04 15:54:05 +00:00
pyup-bot
9b2aaa235d Update black from 23.10.0 to 23.11.0 2023-12-04 15:54:05 +00:00
pyup-bot
927b56b6a6 Update reportlab from 4.0.6 to 4.0.7 2023-12-04 15:54:05 +00:00
pyup-bot
170a0c79d1 Update sphinx_rtd_theme from 1.3.0 to 2.0.0 2023-12-04 15:54:04 +00:00
Behdad Esfahbod
1130fd799f [interpolatable] Black 2023-12-03 20:25:35 -05:00