Skip to content

Releases: dnvgl/qats

4.11.0

03 Jan 14:34
8a64693
Compare
Choose a tag to compare

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)
    • Includes changelog [PR #98]
    • New theme [PR #103]
  • qats.signal: function find_maxima() now always returns indices of maxima and optional parameter retind is removed.
    [PR #104]

Added

  • Command line interface (CLI) improvements. [PR #98]
    • Added Hook enabling python -m qats app as an equivalent to qats 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).
  • qats.stats.weibull: added Weibull distribution tail-fitting using least squares (qats.stats.weibull.lse()). [PR #104]

Fixed

  • Support for reading wind turbine key-files (key_<>_witurb.txt) exported from SIMA/RIFLEX version >=4.20 (where wind turbine name is included in a column to the left of time series name). [issue #97]
  • TimeSeries.minima() threshold error. [issue #95]

4.10.0

25 May 08:04
c4c6830
Compare
Choose a tag to compare

What's Changed

  • New export format SIMA HDF5 by @tovop in #88
  • Errors are no longer raised when having timeseries from different drives in the same time series database by @tovop in #88.

Full Changelog: 4.9.2...4.10.0