Skip to content

Releases: jeremyleung521/LPATH

v1.0.6: TUI Dependency Update

24 Oct 16:37
Compare
Choose a tag to compare

A small dependency update

What's Changed

  • Changed pinned textual and argparse-tui versions such that --tui options should pull newest versions.

Full Changelog: v1.0.5...v1.0.6

v1.0.5 - TUI Bug Fix

17 Oct 16:20
Compare
Choose a tag to compare

A small feature update + dependency update

What's Changed

  • Pinned textual and argparse-tui versions such that --tui options should work now.
  • Other backend fixes.

Full Changelog: v1.0.4...v1.0.5

v1.0.4: DefaultArgs + Dependency Updates

18 Jun 22:15
Compare
Choose a tag to compare

A small feature update + dependency update

What's Changed

  • Added the lpath.argparser.DefaultArgs() class which contains the necessary arguments to run each step's main() function.
  • Added stricter versioning requirements

Full Changelog: v1.0.3...v1.0.4

v1.0.3 - Bug Fix Release

31 May 22:48
Compare
Choose a tag to compare

Bug Fix Release

What's Changed

  • Default to agg matplotlib backend when not showing plots (faster performance)
  • Allow use of --stride to accurately plot duration

Full Changelog: v1.0.2...v1.0.3

v1.0.2 - Bug Fix Release

21 May 19:37
faf035b
Compare
Choose a tag to compare

Bug Fix Release

What's Changed

  • Bug fix for --n-clusters
  • Option to set a timeout using --timeout
  • Other backend fixes

Full Changelog: v1.0.1...v1.0.2

v1.0.1: Bug Fix Release

01 Mar 18:23
Compare
Choose a tag to compare

Bug Fix Release

What's Changed

  • Bug Fixes for --trace-basis
  • Backend fixes
  • More Documentation

Full Changelog: v1.0.0...v1.0.1

v1.0.0: Stable Release

15 Oct 22:56
Compare
Choose a tag to compare

Stable release for publication.

  • lpath plot is working + other QOL fixes.

v0.9.6: Zenodo Release

03 Oct 16:28
Compare
Choose a tag to compare

Release for Zenodo archiving.

v0.9.3: TUI Support!

29 Aug 21:18
Compare
Choose a tag to compare

TUI support via argparse-tui.