Skip to content

Releases: FAST-LB/pyGCodeDecode

1.1.0

11 Sep 11:47

Choose a tag to compare

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

06 Aug 14:02

Choose a tag to compare

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

06 Aug 13:33
f7544f7

Choose a tag to compare

1.0.1

Fixes

  • Including the files managed with LFS in releases.

Full Changelog: 1.0.0...1.0.1

1.0.0

24 Jul 15:50

Choose a tag to compare

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

08 Jul 12:23

Choose a tag to compare

Documentation

  • Hopefully actually the final changes for JOSS.

Full Changelog: 0.2.3...0.2.4

0.2.3

08 Jul 12:06

Choose a tag to compare

Documentation

  • changes to metadata for JOSS

Full Changelog: 0.2.2...0.2.3

0.2.2

05 Jul 08:41
9f1c993

Choose a tag to compare

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

14 Mar 16:33
a7d280e

Choose a tag to compare

Fixes

  • import of importlib.resources (#1)

Miscellaneous

  • dropping Python 3.8

Full Changelog: 0.2.0...0.2.1

0.2.0

29 Feb 10:33
d4a07ac

Choose a tag to compare

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

0.1.1

05 Feb 16:15

Choose a tag to compare

Fixes

  • adding default printer presets to the dists, so the examples can run unmodified without cloning the repo