| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2019-09-25 | 1.7 kB | |
| v19.09.0.tar.gz | 2019-09-25 | 3.7 MB | |
| v19.09.0.zip | 2019-09-25 | 4.0 MB | |
| Totals: 3 Items | 7.8 MB | 0 | |
Features:
- Provided PyPI install approach.
- Install Pyslvs-UI with "pip install pyslvs-ui" command.
- Use "pyslvs" command line script or "python -m pyslvs_ui" to startup.
- "Project" page:
- Replaced database functions with YAML.
- Integrated "Project overview" and "Mechanism expression" button.
- Move "export" and "import" functions to project page.
- "History" page has been merged in this page.
- Provided new file format "HDF5" as binary format.
- Discard "MySQL" file format.
- YAML format has been changed.
- User options:
- Separate out "preferences" page as dialog.
- Add "open actions" setting for the opening macros.
- Add "file type" setting for YAML and HDF5 saving.
- Add "Tick mark" setting for main canvas.
- Add "Transparent background when capturing" setting for main canvas.
- Use star sign as unsaved mark.
- Show multiple joint with multiple circles.
- Logical correction of checking update.
- Selection mode can be scrolled infinitely.
- Fix a solver bug of the stop button on inputs page.
- Fix the error of path context menu.
Development:
- Remove pre-build requirement of Linux platform.
- Use QtPy as Qt switcher, use
qt_patchinstead ofQtModules. - Add return None annotations.
- Peewee module requirement is removed.
- Separate out the abstract methods of main window base into
main_abc. - Show the startup time in none-debug mode.
- Replace "time.time" with "time.perf_counter".
platformdirectory:appimage_recipe.shhas been moved to here.- Add Windows patch script
set_pycompiler.
- Create GitHub action.