Port details |
- py-qats Library for efficient processing and visualization of time series
- 4.11.1_1 math
=2 4.11.1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-07-21 06:39:21
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/dnvgl/qats
- Description:
- QATS is a Python library and GUI for efficient processing and visualization
of time series.
QATS provides tools for:
* Import and export from/to various pre-defined time series file formats
* Signal processing
* Inferring statistical distributions
* Cycle counting using the Rainflow algorithm
It was originally created to handle time series files exported from SIMO and
RIFLEX. Now it also handles SIMA hdf5 (.h5) files, Matlab (version < 7.3)
.mat files, CSV files and more.
QATS also features a GUI which offers efficient and low threshold processing
and visualization of time series. It is perfect for inspecting, comparing and
reporting:
* time series
* power spectral density distributions
* peak and extreme distributions
* cycle distributions
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}qats>0:math/py-qats@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-qats/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-qats
- pkg install py311-qats
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-qats listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-qats
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1689899243
SHA256 (qats-4.11.1.tar.gz) = 63766918714dc71087bf4af4d357eb11ce5dddd910d0dae3421134e91acb7a44
SIZE (qats-4.11.1.tar.gz) = 51717904
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools-scm>=3.4.3 : devel/py-setuptools-scm@py311
- py311-sphinx>0 : textproc/py-sphinx@py311
- py311-wheel>0 : devel/py-wheel@py311
- py311-qt5-pyqt>=5.15.11 : devel/py-qt5-pyqt@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- py311-qt5-pyqt>=5.15.11 : devel/py-qt5-pyqt@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-QtPy>=1.9.0 : devel/py-QtPy@py311
- py311-furo>=2022.12.7 : textproc/py-furo@py311
- py311-h5py>0 : science/py-h5py@py311
- py311-matplotlib>0 : math/py-matplotlib@py311
- py311-myst-parser>=0.18.1 : textproc/py-myst-parser@py311
- py311-npTDMS>=1.1.0 : misc/py-npTDMS@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-openpyxl>=3.0.5 : textproc/py-openpyxl@py311
- py311-pandas>0 : math/py-pandas@py311
- py311-pymatreader>=0.0.24 : misc/py-pymatreader@py311
- py311-pyside2>=5.15.2 : devel/pyside2@py311
- py311-scipy>=1.7.2 : science/py-scipy@py311
- py311-qt5-pyqt>=5.15.11 : devel/py-qt5-pyqt@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_py-qats
- USES:
- pyqt:5 python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.11.1_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
4.11.1 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
4.11.1 21 Jul 2023 06:38:38
    |
Yuri Victorovich (yuri)  |
math/py-qats: New port: Library for efficient processing and visualization of
time series |