~silnrsi/smith/+git/mutatormath-master:pyup-scheduled-update-2024-03-04

Last commit made on 2024-03-04
Get this branch:
git clone -b pyup-scheduled-update-2024-03-04 https://git.launchpad.net/~silnrsi/smith/+git/mutatormath-master

Branch merges

Branch information

Name:
pyup-scheduled-update-2024-03-04
Repository:
lp:~silnrsi/smith/+git/mutatormath-master

Recent commits

771bc91... by pyup-bot <email address hidden>

Update fontmath from 0.4.8 to 0.9.3

8fcf468... by pyup-bot <email address hidden>

Update defcon from 0.6.0 to 0.10.3

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