SolidCode / SolidPython

A python frontend for solid modelling that compiles to OpenSCAD
1.1k stars 171 forks source link

Plans for a new release? #191

Closed yaqwsx closed 2 years ago

yaqwsx commented 2 years ago

Hello, I am sorry this is not really an issue rather than a discussion, but I don't have another way of contacting the active maintainers of this project.

Do you plan to have a new release? If so when? I use SolidPython in yaqwsx/KiKit and unfortunately, the latest release of SolidPython (v1.1.1) depends on the regex library that is troublesome on Windows (with the Python interpreter that KiCAD brings). Fortunately, you have removed the dependency, but since it is not released, I cannot enforce it from my Python package.

etjones commented 2 years ago

Hi Jan - I think this is definitely an issue! I've delayed making a new release because there's a big re-write I've been working on. That's fallen behind a little, so it's probably best if I release anyway. Thanks for being in touch; I'll update this when there's a new release

etjones commented 2 years ago

I just pushed a new release, v1.1.2, with no regex dependency. Should install fine with pip install solidpython. Re-open this issue if you run into any problems. Cheers!

yaqwsx commented 2 years ago

Thanks a lot!