Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: setop/SolidPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SolidCode/SolidPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 22 files changed
  • 2 contributors

Commits on Nov 29, 2021

  1. Fix for SolidCode#189. polyhedron() convexity defaults to 10. This …

    …prevents some situations in the CSG visualizer where back faces were shown incorrectly. Changes to make tests work as well.
    etjones committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    5690267 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Version bump to v1.1.2

    etjones committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    4715c82 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. 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
    etjones committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2d54763 View commit details
    Browse the repository at this point in the history
  2. version bump => 1.1.3

    etjones committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    0a4f539 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. 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).
    dvzrv committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    d6568ee View commit details
    Browse the repository at this point in the history
  2. 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.
    dvzrv committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    025ca1c View commit details
    Browse the repository at this point in the history
  3. 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.
    etjones committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    594d81f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Merge pull request SolidCode#203 from dvzrv/poetry_core

    Switch to correct dependencies
    etjones authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a6822d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    bba953a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d962740 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Big overhaul to modernize

    - Removed pkg_resources, setuptools dependencies
    - Updated pyproject.toml for use with `uv`
    - Ruff formatting throughout
    - Added Github CI to replace circleci-based testing
    etjones committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    1b7d7b9 View commit details
    Browse the repository at this point in the history
  2. Big overhaul to modernize

    - Removed pkg_resources, setuptools dependencies
    - Updated pyproject.toml for use with uv
    - Ruff formatting throughout
    - Added Github CI to replace circleci-based testing
    etjones committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    921280e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e109d4e View commit details
    Browse the repository at this point in the history
  4. Merge pull request SolidCode#215 from SolidCode/feature/correct_pkg_r…

    …esources
    
    Feature/correct pkg resources - update to drag us screaming into the 2020s
    etjones authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    dcee03e View commit details
    Browse the repository at this point in the history
Loading