Skip to content

v0.6.1

Choose a tag to compare

@Ladme Ladme released this 13 Jan 20:28
· 310 commits to main since this release

Version 0.6.1

  • Bug fix: When setting ProgressPrinter to write into a file, the printer did not start a new line once iteration was finished and instead printed new line into standard output. This has been now fixed.
  • ProgressPrinter can be now set to NOT start a new line upon finishing the iteration through the trajectory (see ProgressPrinter::with_newline_at_end).