bezier
bezier copied to clipboard
Helper for Bézier Curves, Triangles, and Higher Order Objects
Also remove support for Python 3.9
This is still a WIP, running the following currently segaults: ```bash #!/bin/bash set -e -x export CIBW_ARCHS=x86_64 export CIBW_BEFORE_BUILD='python -m pip install cmake nox numpy; nox --session libbezier-release' export CIBW_BUILD='cp311*musllinux*'...
Bumps the production-dependencies group with 4 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/setup-python` from 5.1.0 to 5.1.1 Release notes Sourced from actions/setup-python's releases. v5.1.1 What's...
Getting started on #336 to see what it looks like.
I think scikit-build-core is ready to try if you'd like me to take a stab at it. I've got a ~~few~~ question~~s~~: * BEZIER_NO_EXTENSION is only an opt-in way to...
Bumps the production-dependencies group with 4 updates in the / directory: [actions/cache](https://github.com/actions/cache), [actions/checkout](https://github.com/actions/checkout), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/cache` from 4.0.2 to 4.1.1 Release notes Sourced from actions/cache's releases. v4.1.1 What's...