{ "info": { "author": "Shunsuke Aihara", "author_email": "aihara@argmax.jp", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "pydtw\n=====\n\nFast Imprementation of the Dynamic Time Warping For Python.\n\ninstall\n=======\n\n::\n\n pip install pydtw\n\nusage\n=====\n\nAlignment for two 1-dimensional sequences\n-----------------------------------------\n\n::\n\n from pydtw import dtw1d\n import numpy as np\n a = np.random.rand(10)\n b = np.random.rand(15)\n cost_matrix, cost, alignmend_a, alignmend_b = dtw1d(a, b)\n\nAlignment for two 2-dimensional sequences\n-----------------------------------------\n\n::\n\n from pydtw import dtw2d\n import numpy as np\n\n a = np.random.rand(10, 4)\n b = np.random.rand(15, 4)\n cost_matrix, cost, alignmend_a, alignmend_b = dtw2d(a, b)\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/shunsukeaihara/pydtw", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "pydtw", "package_url": "https://pypi.org/project/pydtw/", "platform": "", "project_url": "https://pypi.org/project/pydtw/", "project_urls": { "Homepage": "https://github.com/shunsukeaihara/pydtw" }, "release_url": "https://pypi.org/project/pydtw/2.0.2/", "requires_dist": null, "requires_python": "", "summary": "Fast Imprementation of the Dynamic Wime Warping", "version": "2.0.2" }, "last_serial": 5193575, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c366a94f5cc64389c701cbbec1a57f58", "sha256": "5fa2bd307b4b58c6f888c1290c3f65452879e48cc6fc09a860d0f2744a4b898f" }, "downloads": -1, "filename": "pydtw-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c366a94f5cc64389c701cbbec1a57f58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4155, "upload_time": "2015-08-23T15:32:03", "url": "https://files.pythonhosted.org/packages/97/6e/7aad39ab6d22da1d9625385c46831407e6104b8012ecdc8a822067e008ff/pydtw-1.0.0.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "80abd0e35929ee0bbedcf4d6d98d8c42", "sha256": "9d3d5bd243a34a07fc05e8468bf179cec9c035fc53f62b5f4ac1b73d8a44ab5d" }, "downloads": -1, "filename": "pydtw-2.0.2.tar.gz", "has_sig": false, "md5_digest": "80abd0e35929ee0bbedcf4d6d98d8c42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4620, "upload_time": "2019-04-26T15:21:51", "url": "https://files.pythonhosted.org/packages/ce/61/f6735cccdbff6536b27533b61b470a9aeb67cf624cc7c0a7cd5fbad00894/pydtw-2.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "80abd0e35929ee0bbedcf4d6d98d8c42", "sha256": "9d3d5bd243a34a07fc05e8468bf179cec9c035fc53f62b5f4ac1b73d8a44ab5d" }, "downloads": -1, "filename": "pydtw-2.0.2.tar.gz", "has_sig": false, "md5_digest": "80abd0e35929ee0bbedcf4d6d98d8c42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4620, "upload_time": "2019-04-26T15:21:51", "url": "https://files.pythonhosted.org/packages/ce/61/f6735cccdbff6536b27533b61b470a9aeb67cf624cc7c0a7cd5fbad00894/pydtw-2.0.2.tar.gz" } ] }