openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
S
SolidPython
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
2 days
ago.
Sep 20, 2025 — Sep 20, 2026
Showing page 7 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
=> 0.4.1; We've started using some 3.6+ features (notably f-strings, maybe something else?); specify this in pyproject.toml. Experiment: set long_description in pyproject; does this fix the missing description on PyPi?
Evan Jones
More...
about 7 years ago
Merge branch 'master' into feature/type_hints
Evan Jones
More...
about 7 years ago
-- Bump version to 0.4.0 -- Don't explicitly name arguments to `func_to_animate()` in `scad_render_animated()`.
Evan Jones
More...
about 7 years ago
-- converted os.path file maipulation to Path() manip
Evan Jones
More...
about 7 years ago
Updated unit test to deal with new timestamp file header generated by scad_render_to_file()
Evan Jones
More...
about 7 years ago
Merge pull request #115 from rockstorm101/version-info
Evan Jones
More...
about 7 years ago
os.path => pathlib, so most of our internal functions can take Path arguments as well as strings
Evan Jones
More...
about 7 years ago
Removed extra lines between classes. Don't remove solid from dest_namespace_dict in use(); that was breaking things
Evan Jones
More...
about 7 years ago
added test_import_scad(); basic pathlib support
Evan Jones
More...
about 7 years ago
Updated basic_scad_include.py with `import_scad()` example
Evan Jones
More...
about 7 years ago
Use pathlib.Path in objects.py; do imports within use() and import_scad() so they don't clutter the global namespace
Evan Jones
More...
about 7 years ago
First pass at README instructions for using `import_scad()`
Evan Jones
More...
about 7 years ago
Add version and date info to output OpenSCAD code
Rock Storm
More...
about 7 years ago
Added `import_scad()` for namespaced imports of OpenSCAD code. Resolves GH #109, although documentation & testing are still needed.
Evan Jones
More...
about 7 years ago
Fixed broken tests
Evan Jones
More...
about 7 years ago
Clean mypy bills of health
Evan Jones
More...
about 7 years ago
solid used to import everything from `math`, but doesn't now. Make these imports explicit
Evan Jones
More...
about 7 years ago
Typing progress
Evan Jones
More...
about 7 years ago
Merge branch 'master' into feature/type_hints
Evan Jones
More...
about 7 years ago
type hints added
Evan Jones
More...
about 7 years ago
Added type hints to utils.py
Evan Jones
More...
about 7 years ago
OpenSCADObject => OScO in type hints, for brevity
Evan Jones
More...
about 7 years ago
"mypy runs cleanly on solidpython.py. Quite a few `# type: ignore` lines where we were doing some iffy accept-multiple-types things, but this is also code that's been working correctly for years.
Evan Jones
More...
about 7 years ago
WIP type hints
Evan Jones
More...
about 7 years ago
Use 3.7 Docker image in CircleCI
Evan Jones
More...
about 7 years ago
Revert "CIrcleCI builds report failure looking for env py37; some reports say `py370` will work"
Evan Jones
More...
about 7 years ago
CIrcleCI builds report failure looking for env py37; some reports say `py370` will work
Evan Jones
More...
about 7 years ago
scad import was reading scad file modules twice. Only do it once now
Evan Jones
More...
over 7 years ago
Specify prettytable at exactly 0.7.2; there's a (pypi? poetry?) error that causes poetry to try to install version 7.0 + when we specify >0.7.2
Evan Jones
More...
over 7 years ago
Packaging infrastructure changed from setup.py, etc to Poetry. Simpler
Evan Jones
More...
over 7 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
18
19
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree