Releases: FAST-LB/pyGCodeDecode
Releases · FAST-LB/pyGCodeDecode
1.3.0
1.2.0
1.1.3
1.1.3
Fixes
- avoid division by zero when finding a time for a certain point on the trajectory
Full Changelog: 1.1.2...1.1.3
1.1.2
1.1.2
Fixes
- adding some missing function to enable the submodel feature
Full Changelog: 1.1.1...1.1.2
1.1.1
1.1.1
This release was necessary to trigger publication on PyPI.
Documentation
- minor fixes in README
Full Changelog: 1.1.0...1.1.1
1.1.0
1.1.0
Fixes
- All console outputs are now stripped of non-ASCII characters when the ABAQUS CAE is used.
Full Changelog: 1.0.2...1.1.0
1.0.2
1.0.2
Fixes
- Modifying the GitHub workflow so that files managed in LFS are included in the releases on PyPi.
Full Changelog: 1.0.1...1.0.2
1.0.1
1.0.0
1.0.0
With this update, pyGCodeDecode gets a simple CLI that makes it possible to quickly create a plot and some output without writing a new script every time 🚀. pyGCD is a scrappy piece of research software and will maybe never be complete or stable but we will call this release 1.0.0 🥳.
Features
- Adding a simple CLI to run the examples or plot some G-code.
Documentation
- Included a brief mention of the CLI in the README.
- Refreshed the automatically created documentation.
Full Changelog: 0.2.4...1.0.0