d55037412b
Accepting request 1245169 from devel:languages:python
Ana Guerrero2025-02-12 20:31:30 +00:00
e527b8ab39
- update to 0.17.1: * [converters] Define our own structuring hook for fontTools Transform to workaround bug in cattrs when using from __future__ import annotations on NamedTuple
Dirk Mueller2025-02-11 20:47:45 +00:00
1b69de691e
Accepting request 1225981 from devel:languages:python
Ana Guerrero2024-11-24 10:04:40 +00:00
3c11fcb6ed
- update to 0.17.0: * Added outputImpliedClosingLine parameter to Glyph.draw() method
Dirk Mueller2024-11-23 16:37:25 +00:00
7daa40890d
Accepting request 1225396 from devel:languages:python
Ana Guerrero2024-11-21 14:14:45 +00:00
4a781c1fce
- update to 0.16.1: * Drop support Python 3.7 * Update testing dependencies and cattrs minimum version
Dirk Mueller2024-11-20 18:33:31 +00:00
2470e5e33d
- update to 0.16.0: * Added tempLib property to Font, Layer and Glyph (like defcon's) * raise appropriate error when extras not installed * Bring guideline invariants up to spec * Made lazily loaded ufoLib2.Font objects pickleable by automatically un-lazifying them in custom __getstate__ method (e0f3d6af). * Added optional support for de/serializing all ufoLib2 objects from/to JSON or MessagePack. * This uses `cattrs custom converters to unstructure/structure ufoLib2 objects to/from basic serializable data structures. * See docstring in ufoLib2.serde::serde` or #230 for examples. - Update to version 0.13.1 * Component.move: apply delta to offset directly rather than * Typing: add GlyphSet protocol. More elegant than referring to Layer and Glyph explicitly, which nicely avoids circular * Add APIs Font.object_lib(obj) and Glyph.object_lib(obj) to explicitly handle the new public.objectLibs mechanism of attaching libs to anchors, guidelines, contours, components and - skip python 3.6 build (no FontTools as it needs scipy)
Dirk Mueller2023-12-08 16:44:11 +00:00