~silnrsi/smith/+git/mutatormath-master:master

Last commit made on 2022-11-18
Get this branch:
git clone -b master https://git.launchpad.net/~silnrsi/smith/+git/mutatormath-master

Branch merges

Branch information

Recent commits

b0a87ec... by Roberto Arista

Add pyproject.toml minimal configuration (#337)

* avoid pip deprecation warning with minimal pyproject.toml

* add newline at the end of the file

f7a7d7b... by Roberto Arista

Warning message with link to `ufoProcessor` (#320)

e5b9b61... by Cosimo Lupo <email address hidden>

Bump version: 3.0.1 → 3.0.2.dev0

b29fc6f... by Cosimo Lupo <email address hidden>

also bump version in mutatorMath/__init__

253fad7... by Cosimo Lupo <email address hidden>

Merge pull request #203 from punchcutter/master

Update to 3.0.1

058e93c... by Zachary Scheuren <email address hidden>

Update to 3.0.1

94b392a... by Erik van Blokland <email address hidden>

Small changes to accomodate some changes in other places (ufoProcessor). (#181)

* allow dictionaries with location data in makeInstance. Check if it is a dict and make it a Location if necessary
* if we can't find a neutral, report the items, not the mutator object itself which isn't very useful.

5c2d2d5... by Cosimo Lupo <email address hidden>

don't bend sources/instances locations by default (#168)

* A sketch for fontmake issue #552.
When building a mutator, accept the warp data to make benders. But don't apply them to the master and instance locations.
Add test file from @anthrotype

* Calculate some more values.

* move fontmake_#552/test.py to its own doctest

* mutator: default bend=False in makeInstance; update tests accordingly

* add bendLocations option to process instances locations as user-space coordinates

10318fc... by Erik van Blokland <email address hidden>

Make sure all locations are converted to `Location` objects so that we can sort them later on. (#141)

a0d018e... by Cosimo Lupo <email address hidden>

Release 2.1.2

- Removed ufoLib dependency. Bumped minimum fonttools >= 3.32.0.
- Added ``bend=True`` flag for makeInstance; allows instances to be
  calculated without the bender transformation.
  This is sometimes necessary.