Port details |
- py-qats Library for efficient processing and visualization of time series
- 4.11.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: 2024-02-29 07:18:32
- Commit Hash: 5d4139f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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 py39-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 py39-qats listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-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:
-
- py39-setuptools-scm>=3.4.3 : devel/py-setuptools-scm@py39
- py39-sphinx>0 : textproc/py-sphinx@py39
- py39-wheel>0 : devel/py-wheel@py39
- py39-qt5-pyqt>=5.15.10 : devel/py-qt5-pyqt@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-qt5-pyqt>=5.15.10 : devel/py-qt5-pyqt@py39
- py39-pytest>=7,1 : devel/py-pytest@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-QtPy>=1.9.0 : devel/py-QtPy@py39
- py39-furo>=2022.12.7 : textproc/py-furo@py39
- py39-h5py>0 : science/py-h5py@py39
- py39-matplotlib>0 : math/py-matplotlib@py39
- py39-myst-parser>=0.18.1 : textproc/py-myst-parser@py39
- py39-npTDMS>=1.1.0 : misc/py-npTDMS@py39
- py39-numpy>=1.16,1<1.26,1 : math/py-numpy@py39
- py39-openpyxl>=3.0.5 : textproc/py-openpyxl@py39
- py39-pandas>0 : math/py-pandas@py39
- py39-pymatreader>=0.0.24 : misc/py-pymatreader@py39
- py39-pyside2>=5.15.2 : devel/pyside2@py39
- py39-scipy>=1.7.2 : science/py-scipy@py39
- py39-qt5-pyqt>=5.15.10 : devel/py-qt5-pyqt@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- 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 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 |