From 9d778e1af7a1b7b3137caf03a97b5125f9aa557b Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 9 Jun 2023 19:31:04 +0100 Subject: [PATCH] Update NEWS.rst [skip ci] --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 2b25a101a..0a31bba0f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,10 @@ +- Published native binary wheels to PyPI for all the python minor versions and platform + and architecture currently supported that would benefit from this. They will include + precompiled Cython-accelerated modules (e.g. cu2qu) without requiring to compile them + from source. The pure-python wheel and source distribution will continue to be + published as always (pip will automatically chose them when no binary wheel is + available for the given platform, e.g. pypy). Use ``pip install --no-binary=fonttools fonttools`` + to expliclity request pip to install from the pure-python source. - [designspaceLib|varLib] Add initial support for specifying axis mappings and build ``avar2`` table from those (#3123). - [feaLib] Support variable ligature caret position (#3130).