| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2019-10-30 | 1.2 kB | |
| v19.10.0.tar.gz | 2019-10-30 | 4.1 MB | |
| v19.10.0.zip | 2019-10-30 | 4.4 MB | |
| Pyslvs v19.10.0.tar.gz | 2019-10-28 | 4.1 MB | |
| Pyslvs v19.10.0.zip | 2019-10-28 | 4.4 MB | |
| pyslvs-19.10.0.clang1000-x86_64.app.zip | 2019-10-28 | 94.3 MB | |
| pyslvs-19.10.0.mscv1916-amd64.zip | 2019-10-28 | 55.8 MB | |
| Pyslvs-19.10.0.glibc2.3.3-x86_64.AppImage | 2019-10-28 | 148.7 MB | |
| Totals: 8 Items | 315.6 MB | 0 | |
Features:
- Show the degree code on graphs.
- Pyslvs can only start one instance.
- Add "points alignment" function. (github issue [#21])
- Add "navigation toolbar position" option.
- Add "auto remove empty links after deleted points" option. (github issue [#23])
- Move background option into project file. (github issue [#26])
- The background image can be set by dragging in.
- Consider the background when zoom to fit.
- Show the current mechanism in the overview dialog. (github issue [#25])
- Support Solvespace 3.x format. (github issue [#28])
- Replace term "workbook" into "project".
- Improvement of reading path from Excel projects.
Development:
- Change the term "nodes" to "vertices".
- Create main window using
newstatic method. - Remove
corenamespace. - Move
iconsfolder intopyslvs_ui/icons. - Replace
*-pyslvscommand with*-kernelin Makefile. - Dependents:
- Treat
python-solvespaceas normal module. - Moved
depend/pyslvsintopyslvs.
- Treat
- Refactor
main_canvastocanvas. - Add PyInstaller recipe instead of Makefile.
- Add MyPy checking to GitHub workflow.
- Support PEP 561.