Releases: dnvgl/qats
Releases · dnvgl/qats
4.11.0
This release includes pull requests #98, #99, #101, #103 and #104.
Full Changelog: 4.10.0...4.11.0
Changed
- Python version support [PR #101]
- Added support for Python 3.10
- Removed support for Python 3.6
- Documentation (https://qats.readthedocs.io)
qats.signal
: functionfind_maxima()
now always returns indices of maxima and optional parameterretind
is removed.
[PR #104]
Added
- Command line interface (CLI) improvements. [PR #98]
- Added Hook enabling
python -m qats app
as an equivalent toqats app
(the entry point executable). - Added
config
option--link-app-no-exe
that generates Windows Start menu shortcut utilizing the new CLI hook (instead of entry point executable).
- Added Hook enabling
qats.stats.weibull
: added Weibull distribution tail-fitting using least squares (qats.stats.weibull.lse()
). [PR #104]