Releases: FAST-LB/pyGCodeDecode
Releases · FAST-LB/pyGCodeDecode
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
0.2.4
0.2.3
0.2.2
Documentation
- Implementing feedback from review to JOSS paper.
- Reworking README
Fixes
- 3D-plot checks for a display when using Linux.
Full Changelog: 0.2.1...0.2.2
0.2.1
0.2.0
Features
- create screenshots and VTK exports of 3D-plots
- reuse meshes for additional 3D-plots
Improvements
- speed up by only refreshing progress bars when necessary
- showing a progress bar during Block correction
Fixes
- checking all points in
extrusion_extent()
Full Changelog: 0.1.1...0.2.0