Port details |
- py-fastdtw Dynamic Time Warping (DTW) algorithm with an O(N) complexity
- 0.3.4 math
=0 0.3.4Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-09-21 08:26:19
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: python
- License: MIT
- Description:
- Python implementation of FastDTW [1], which is an approximate Dynamic Time
Warping (DTW) algorithm that provides optimal or near-optimal alignments
with an O(N) time and memory complexity.
[1] http://cs.fit.edu/~pkc/papers/tdm04.pdf
WWW: https://github.com/slaypni/fastdtw
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}fastdtw>0:math/py-fastdtw@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-fastdtw/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-fastdtw
- pkg install py38-fastdtw
NOTE: This is a Python port. Instead of py38-fastdtw listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-fastdtw
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1570521412
SHA256 (slaypni-fastdtw-v0.3.4_GH0.tar.gz) = da9bea6a9bc3c3a3424de1d82d3ce7d0545514ed255af16558ef4ddce28f36a7
SIZE (slaypni-fastdtw-v0.3.4_GH0.tar.gz) = 127976
- 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:
-
- py38-pytest-runner>0 : devel/py-pytest-runner@py38
- cython-3.8 : lang/cython@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-numpy>=1.16,1<1.20,1 : math/py-numpy@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- biology/py-orange3-single-cell
- Configuration Options:
- No options to configure
- Options name:
- math_py-fastdtw
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.3.4
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.3.4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
0.3.4
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
08 Oct 2019 08:02:25
0.3.4
|
yuri  |
math/py-fastdtw: Update 0.3.2 -> 0.3.4
Reported by: portscout |
26 Jul 2019 20:46:57
0.3.2_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Dec 2018 01:35:36
0.3.2_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
21 Sep 2018 15:11:39
0.3.2
|
yuri  |
math/py-fastdtw: Fix license |
21 Sep 2018 08:25:54
0.3.2
|
yuri  |
New port: math/py-fastdtw: Dynamic Time Warping (DTW) algorithm with an O(N)
complexity |