Releases: jeremyleung521/LPATH
Releases · jeremyleung521/LPATH
v1.0.6: TUI Dependency Update
A small dependency update
What's Changed
- Changed pinned
textual
andargparse-tui
versions such that--tui
options should pull newest versions.
Full Changelog: v1.0.5...v1.0.6
v1.0.5 - TUI Bug Fix
A small feature update + dependency update
What's Changed
- Pinned
textual
andargparse-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
A small feature update + dependency update
What's Changed
- Added the
lpath.argparser.DefaultArgs()
class which contains the necessary arguments to run each step'smain()
function. - Added stricter versioning requirements
Full Changelog: v1.0.3...v1.0.4
v1.0.3 - Bug Fix Release
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
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
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
Stable release for publication.
- lpath plot is working + other QOL fixes.
v0.9.6: Zenodo Release
Release for Zenodo archiving.
v0.9.3: TUI Support!
TUI support via argparse-tui.