Skip to content

Release 0.6.10

Compare
Choose a tag to compare
@Qwlouse Qwlouse released this 08 Aug 13:45
· 857 commits to master since this release

A minor release to incorporate a few bugfixes and minor features before the upcoming big 0.7 release

  • Bugfix: fixed a problem when trying to set the loglevel to DEBUG
  • Bugfix: fixed a random crash of the heartbeat thread (see #101).
  • Feature: added --force/-f option to disable errors and warnings concerning
    suspicious changes. (thanks to Yannic Kilcher)
  • Feature: experiments can now be run in Jupyter notebook, but will fail with
    an error by default, which can be deactivated using interactive=True
  • Feature: added support for adding a captured out filter, and a filter that
    and applies backspaces and linefeeds before saving like a terminal
    would. (thanks to Kevin McGuinness)