-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: seantrue/SolidPython
base: master
head repository: SolidCode/SolidPython
compare: master
- 12 commits
- 22 files changed
- 2 contributors
Commits on Feb 15, 2022
-
Resolves SolidCode#176 & SolidCode#194. Use the first-found, not last…
…-found include dir, and look in default app-install OpenSCAD `libraries` directories as well as per-user libraries dirs
Configuration menu - View commit details
-
Copy full SHA for 2d54763 - Browse repository at this point
Copy the full SHA 2d54763View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4f539 - Browse repository at this point
Copy the full SHA 0a4f539View commit details
Commits on Jan 9, 2023
-
Switch to correct PEP517 build-system
pyproject.toml: Since poetry is used, switch to the build-system setup as documented upstream (https://python-poetry.org/docs/pyproject#poetry-and-pep-517).
Configuration menu - View commit details
-
Copy full SHA for d6568ee - Browse repository at this point
Copy the full SHA d6568eeView commit details -
Add setuptools to dependencies
pyproject.toml: Pkg_resources is used in solid/solidpython.py, hence this project depends on setuptools until the use of pkg_resources is replaced with something else.
Configuration menu - View commit details
-
Copy full SHA for 025ca1c - Browse repository at this point
Copy the full SHA 025ca1cView commit details -
Resolves SolidCode#201. extrude_along_path() extrusions where first &…
… last rail points were the same had some ugly joins whether or not `connect_ends` was set. If first and last points are identical (within sqrt(EPSILON) of each other), assume we want to connect ends, and remove the duplicate rail point.
Configuration menu - View commit details
-
Copy full SHA for 594d81f - Browse repository at this point
Copy the full SHA 594d81fView commit details
Commits on Jan 10, 2023
-
Merge pull request SolidCode#203 from dvzrv/poetry_core
Switch to correct dependencies
Configuration menu - View commit details
-
Copy full SHA for a6822d5 - Browse repository at this point
Copy the full SHA a6822d5View commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bba953a - Browse repository at this point
Copy the full SHA bba953aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d962740 - Browse repository at this point
Copy the full SHA d962740View commit details
Commits on Oct 8, 2025
-
- Removed pkg_resources, setuptools dependencies - Updated pyproject.toml for use with `uv` - Ruff formatting throughout - Added Github CI to replace circleci-based testing
Configuration menu - View commit details
-
Copy full SHA for 1b7d7b9 - Browse repository at this point
Copy the full SHA 1b7d7b9View commit details -
- Removed pkg_resources, setuptools dependencies - Updated pyproject.toml for use with uv - Ruff formatting throughout - Added Github CI to replace circleci-based testing
Configuration menu - View commit details
-
Copy full SHA for 921280e - Browse repository at this point
Copy the full SHA 921280eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e109d4e - Browse repository at this point
Copy the full SHA e109d4eView commit details -
Merge pull request SolidCode#215 from SolidCode/feature/correct_pkg_r…
…esources Feature/correct pkg resources - update to drag us screaming into the 2020s
Configuration menu - View commit details
-
Copy full SHA for dcee03e - Browse repository at this point
Copy the full SHA dcee03eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master