Changelog
### 4.34.4
```
----------------------------
- Fixed typo in varLib/merger.py that causes NameError merging COLR glyphs
containing more than 255 layers (2685).
```
### 4.34.3
```
----------------------------
- [designspaceLib] Don't make up bad PS names when no STAT data (2684)
```
### 4.34.2
```
----------------------------
- [varStore/subset] fixed KeyError exception to do with NO_VARIATION_INDEX while
subsetting varidxes in GPOS/GDEF (a08140d).
```
### 4.34.1
```
----------------------------
- [instancer] When optimizing HVAR/VVAR VarStore, use_NO_VARIATION_INDEX=False to avoid
including NO_VARIATION_INDEX in AdvWidthMap, RsbMap, LsbMap mappings, which would
push the VarIdx width to maximum (4bytes), which is not desirable. This also fixes
a hard crash when attempting to subset a varfont after it had been partially instanced
with use_NO_VARIATION_INDEX=True.
```
Links
- PyPI: https://pypi.org/project/fonttools
- Changelog: https://pyup.io/changelogs/fonttools/
- Repo: http://github.com/fonttools/fonttools
Update fonttools[lxml,ufo] from 4.34.0 to 4.34.4.
Changelog
### 4.34.4 ``` ---------------------------- - Fixed typo in varLib/merger.py that causes NameError merging COLR glyphs containing more than 255 layers (2685). ``` ### 4.34.3 ``` ---------------------------- - [designspaceLib] Don't make up bad PS names when no STAT data (2684) ``` ### 4.34.2 ``` ---------------------------- - [varStore/subset] fixed KeyError exception to do with NO_VARIATION_INDEX while subsetting varidxes in GPOS/GDEF (a08140d). ``` ### 4.34.1 ``` ---------------------------- - [instancer] When optimizing HVAR/VVAR VarStore, use_NO_VARIATION_INDEX=False to avoid including NO_VARIATION_INDEX in AdvWidthMap, RsbMap, LsbMap mappings, which would push the VarIdx width to maximum (4bytes), which is not desirable. This also fixes a hard crash when attempting to subset a varfont after it had been partially instanced with use_NO_VARIATION_INDEX=True. ```Links
- PyPI: https://pypi.org/project/fonttools - Changelog: https://pyup.io/changelogs/fonttools/ - Repo: http://github.com/fonttools/fonttoolsUpdate defcon from 0.10.0 to 0.10.1.
Changelog
Links
- PyPI: https://pypi.org/project/defcon - Changelog: https://pyup.io/changelogs/defcon/ - Repo: https://github.com/robotools/defconUpdate compreffor from 0.5.1.post1 to 0.5.2.
Changelog
### 0.5.2 ``` Updated pre-generated cython sources in sdist to fix build issue with Python 3.11.0 beta1 ```Links
- PyPI: https://pypi.org/project/compreffor - Changelog: https://pyup.io/changelogs/compreffor/