fix(deps): update dependency build123d to ~=0.9.0 - autoclosed #17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~=0.8.0
->~=0.9.0
Release Notes
gumyr/build123d (build123d)
v0.9.0
Compare Source
Upgrade Steps
pip uninstall vtk
thenpip install vtk==9.3.1
. See https://github.com/gumyr/build123d/issues/883 for any further updates.Breaking Changes
Shape.export_stl
methods. Please use the appropriate function instead e.g.export_stl(Shape, "filename.stl")
Compound()
is a usable workaround for these cases to approximate the old behavior. This change was necessary due to the refactor of topology.py.Major Notable Changes
pip install build123d[development]
Selected Other Changes
3b0fcb0
test.yml
to use the newly released cadquery-ocp PyPI packages for macos-arm64 by @jdegenstein in https://github.com/gumyr/build123d/pull/797e82b20a
52e43d5
5571e9e
d12f80c
test_benchmarks.py
by @jdegenstein in https://github.com/gumyr/build123d/pull/8707b16193
19d925f
import_svg
API by @snoyer in https://github.com/gumyr/build123d/pull/838eebd82d
cadquery-ocp-stubs
to [development] optional extras by @jdegenstein in https://github.com/gumyr/build123d/pull/877cadquery-ocp-stubs
from [development] to new [stubs] and exclude from [all] (optional dependencies) by @jdegenstein in https://github.com/gumyr/build123d/pull/8780625c77
f077d72
4aee76f
94fdd97
and0da16cf
9f5b4ea
8fe3ec1
b8dcad3
0e3dbbe
c728124
New Contributors
Full Changelog: gumyr/build123d@v0.8.0...v0.9.0
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.