{ "info": { "author": "Markus L\u00f6ning, Martin Walter", "author_email": "Franz Kir\u00e1ly , Tony Bagnall ", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "\n\n# Welcome to sktime\n\n> A unified interface for machine learning with time series\n\n:rocket: **Version 0.11.4 out now!** [Check out the release notes here](https://www.sktime.org/en/latest/changelog.html).\n\nsktime is a library for time series analysis in Python. It provides a unified interface for multiple time series learning tasks. Currently, this includes time series classification, regression, clustering, annotation and forecasting. It comes with [time series algorithms](https://www.sktime.org/en/stable/estimator_overview.html) and [scikit-learn] compatible tools to build, tune and validate time series models.\n\n[scikit-learn]: https://scikit-learn.org/stable/\n\n| Overview | |\n|---|---|\n| **CI/CD** | [![github-actions](https://img.shields.io/github/workflow/status/alan-turing-institute/sktime/build-and-test?logo=github)](https://github.com/alan-turing-institute/sktime/actions?query=workflow%3Abuild-and-test) [![!codecov](https://img.shields.io/codecov/c/github/alan-turing-institute/sktime?label=codecov&logo=codecov)](https://codecov.io/gh/alan-turing-institute/sktime) [![readthedocs](https://img.shields.io/readthedocs/sktime?logo=readthedocs)](https://www.sktime.org/en/latest/?badge=latest) [![platform](https://img.shields.io/conda/pn/conda-forge/sktime)](https://github.com/alan-turing-institute/sktime) |\n| **Code** | [![!pypi](https://img.shields.io/pypi/v/sktime?color=orange)](https://pypi.org/project/sktime/) [![!conda](https://img.shields.io/conda/vn/conda-forge/sktime)](https://anaconda.org/conda-forge/sktime) [![!python-versions](https://img.shields.io/pypi/pyversions/sktime)](https://www.python.org/) [![!black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/alan-turing-institute/sktime/main?filepath=examples) |\n| **Downloads**| [![Downloads](https://static.pepy.tech/personalized-badge/sktime?period=week&units=international_system&left_color=grey&right_color=blue&left_text=weekly%20(pypi))](https://pepy.tech/project/sktime) [![Downloads](https://static.pepy.tech/personalized-badge/sktime?period=month&units=international_system&left_color=grey&right_color=blue&left_text=monthly%20(pypi))](https://pepy.tech/project/sktime) [![Downloads](https://static.pepy.tech/personalized-badge/sktime?period=total&units=international_system&left_color=grey&right_color=blue&left_text=cumulative%20(pypi))](https://pepy.tech/project/sktime) |\n| **Community** | [![!slack](https://img.shields.io/static/v1?logo=slack&label=slack&message=chat&color=lightgreen)](https://join.slack.com/t/sktime-group/shared_invite/zt-62i7aejn-vXc3nOWF26S_P3VXFPWisQ) [![!discord](https://img.shields.io/static/v1?logo=discord&label=discord&message=chat&color=lightgreen)](https://discord.com/invite/gqSab2K) [![!twitter](https://img.shields.io/twitter/follow/sktime_toolbox?label=%20Twitter&style=social)](https://twitter.com/sktime_toolbox) [![!youtube](https://img.shields.io/youtube/views/ODspi8-uWgo?label=watch&style=social)](https://www.youtube.com/watch?v=ODspi8-uWgo) |\n| **Citation** | [![!zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.3749000.svg)](https://doi.org/10.5281/zenodo.3749000) |\n\n## :books: Documentation\n\n| Documentation | |\n| -------------------------- | -------------------------------------------------------------- |\n| :star: **[Tutorials]** | New to sktime? Here's everything you need to know! |\n| :clipboard: **[Binder Notebooks]** | Example notebooks to play with in your browser. |\n| :woman_technologist: **[User Guides]** | How to use sktime and its features. |\n| :scissors: **[Extension Templates]** | How to build your own estimator using sktime's API. |\n| :control_knobs: **[API Reference]** | The detailed reference for sktime's API. |\n| :tv: **[Video Tutorial]** | Our video tutorial from the 2020 PyData Festival. |\n| :hammer_and_wrench: **[Changelog]** | Changes and version history. |\n| :deciduous_tree: **[Roadmap]** | sktime's software and community development plan. |\n| :pencil: **[Related Software]** | A list of related software. |\n\n[tutorials]: https://www.sktime.org/en/latest/tutorials.html\n[binder notebooks]: https://mybinder.org/v2/gh/alan-turing-institute/sktime/main?filepath=examples\n[user guides]: https://www.sktime.org/en/latest/user_guide.html\n[video tutorial]: https://github.com/sktime/sktime-tutorial-pydata-amsterdam-2020\n[api reference]: https://www.sktime.org/en/latest/api_reference.html\n[changelog]: https://www.sktime.org/en/latest/changelog.html\n[roadmap]: https://www.sktime.org/en/latest/roadmap.html\n[related software]: https://www.sktime.org/en/latest/related_software.html\n\n## :speech_balloon: Where to ask questions\n\nQuestions and feedback are extremely welcome! Please understand that we won't be able to provide individual support via email. We also believe that help is much more valuable if it's shared publicly, so that more people can benefit from it.\n\n| Type | Platforms |\n| ------------------------------- | --------------------------------------- |\n| :bug: **Bug Reports** | [GitHub Issue Tracker] |\n| :sparkles: **Feature Requests & Ideas** | [GitHub Issue Tracker] |\n| :woman_technologist: **Usage Questions** | [GitHub Discussions] \u00b7 [Stack Overflow] |\n| :speech_balloon: **General Discussion** | [GitHub Discussions] |\n| :factory: **Contribution & Development** | [Slack], contributors channel \u00b7 [Discord] |\n| :globe_with_meridians: **Community collaboration session** | [Discord] - Fridays 1pm UTC, dev/meet-ups channel |\n\n[github issue tracker]: https://github.com/alan-turing-institute/sktime/issues\n[github discussions]: https://github.com/alan-turing-institute/sktime/discussions\n[stack overflow]: https://stackoverflow.com/questions/tagged/sktime\n[discord]: https://discord.com/invite/gqSab2K\n[slack]: https://join.slack.com/t/sktime-group/shared_invite/zt-62i7aejn-vXc3nOWF26S_P3VXFPWisQ\n\n## :dizzy: Features\nOur aim is to make the time series analysis ecosystem more interoperable and usable as a whole. sktime provides a __unified interface for distinct but related time series learning tasks__. It features [__dedicated time series algorithms__](https://www.sktime.org/en/stable/estimator_overview.html) and __tools for composite model building__ including pipelining, ensembling, tuning and reduction that enables users to apply an algorithm for one task to another.\n\nsktime also provides **interfaces to related libraries**, for example [scikit-learn], [statsmodels], [tsfresh], [PyOD] and [fbprophet], among others.\n\nFor **deep learning**, see our companion package: [sktime-dl](https://github.com/sktime/sktime-dl).\n\n[statsmodels]: https://www.statsmodels.org/stable/index.html\n[tsfresh]: https://tsfresh.readthedocs.io/en/latest/\n[pyod]: https://pyod.readthedocs.io/en/latest/\n[prophet]: https://facebook.github.io/prophet/\n\n| Module | Status | Links |\n|---|---|---|\n| **[Forecasting]** | stable | [Tutorial](https://www.sktime.org/en/latest/examples/01_forecasting.html) \u00b7 [API Reference](https://www.sktime.org/en/latest/api_reference.html#sktime-forecasting-time-series-forecasting) \u00b7 [Extension Template](https://github.com/alan-turing-institute/sktime/blob/main/extension_templates/forecasting.py) |\n| **[Time Series Classification]** | stable | [Tutorial](https://github.com/alan-turing-institute/sktime/blob/main/examples/02_classification.ipynb) \u00b7 [API Reference](https://www.sktime.org/en/latest/api_reference.html#sktime-classification-time-series-classification) \u00b7 [Extension Template](https://github.com/alan-turing-institute/sktime/blob/main/extension_templates/classification.py) |\n| **[Time Series Regression]** | stable | [API Reference](https://www.sktime.org/en/latest/api_reference.html#sktime-classification-time-series-regression) |\n| **[Transformations]** | maturing | [API Reference](https://www.sktime.org/en/latest/api_reference.html#sktime-transformations-time-series-transformers) \u00b7 [Extension Template](https://github.com/alan-turing-institute/sktime/blob/main/extension_templates/transformer.py) |\n| **[Time Series Clustering]** | maturing | [Extension Template](https://github.com/alan-turing-institute/sktime/blob/main/extension_templates/clustering.py) |\n| **[Time Series Distances/Kernels]** | experimental | [Extension Template](https://github.com/alan-turing-institute/sktime/blob/main/extension_templates/dist_kern_panel.py) |\n| **[Annotation]** | experimental | [Extension Template](https://github.com/alan-turing-institute/sktime/blob/main/extension_templates/annotation.py) |\n\n[forecasting]: https://github.com/alan-turing-institute/sktime/tree/main/sktime/forecasting\n[time series classification]: https://github.com/alan-turing-institute/sktime/tree/main/sktime/classification\n[time series regression]: https://github.com/alan-turing-institute/sktime/tree/main/sktime/regression\n[time series clustering]: https://github.com/alan-turing-institute/sktime/tree/main/sktime/clustering\n[annotation]: https://github.com/alan-turing-institute/sktime/tree/main/sktime/annotation\n[time series distances/kernels]: https://github.com/alan-turing-institute/sktime/tree/main/sktime/dists_kernels\n[transformations]: https://github.com/alan-turing-institute/sktime/tree/main/sktime/transformations\n\n\n## :hourglass_flowing_sand: Install sktime\nFor trouble shooting and detailed installation instructions, see the [documentation](https://www.sktime.org/en/latest/installation.html).\n\n- **Operating system**: macOS X \u00b7 Linux \u00b7 Windows 8.1 or higher\n- **Python version**: Python 3.7, 3.8 and 3.9 (only 64 bit)\n- **Package managers**: [pip] \u00b7 [conda] (via `conda-forge`)\n\n[pip]: https://pip.pypa.io/en/stable/\n[conda]: https://docs.conda.io/en/latest/\n\n### pip\nUsing pip, sktime releases are available as source packages and binary wheels. You can see all available wheels [here](https://pypi.org/simple/sktime/).\n\n```bash\npip install sktime\n```\n\nor, with maximum dependencies,\n\n```bash\npip install sktime[all_extras]\n```\n\n### conda\nYou can also install sktime from `conda` via the `conda-forge` channel. For the feedstock including the build recipe and configuration, check out [this repository](https://github.com/conda-forge/sktime-feedstock).\n\n```bash\nconda install -c conda-forge sktime\n```\n\nor, with maximum dependencies,\n\n```bash\nconda install -c conda-forge sktime-all-extras\n```\n\n## :zap: Quickstart\n\n### Forecasting\n\n```python\nfrom sktime.datasets import load_airline\nfrom sktime.forecasting.base import ForecastingHorizon\nfrom sktime.forecasting.model_selection import temporal_train_test_split\nfrom sktime.forecasting.theta import ThetaForecaster\nfrom sktime.performance_metrics.forecasting import mean_absolute_percentage_error\n\ny = load_airline()\ny_train, y_test = temporal_train_test_split(y)\nfh = ForecastingHorizon(y_test.index, is_relative=False)\nforecaster = ThetaForecaster(sp=12) # monthly seasonal periodicity\nforecaster.fit(y_train)\ny_pred = forecaster.predict(fh)\nmean_absolute_percentage_error(y_test, y_pred)\n>>> 0.08661467738190656\n```\n\n### Time Series Classification\n\n```python\nfrom sktime.classification.interval_based import TimeSeriesForestClassifier\nfrom sktime.datasets import load_arrow_head\nfrom sklearn.model_selection import train_test_split\nfrom sklearn.metrics import accuracy_score\n\nX, y = load_arrow_head()\nX_train, X_test, y_train, y_test = train_test_split(X, y)\nclassifier = TimeSeriesForestClassifier()\nclassifier.fit(X_train, y_train)\ny_pred = classifier.predict(X_test)\naccuracy_score(y_test, y_pred)\n>>> 0.8679245283018868\n```\n\n## :wave: How to get involved\n\nThere are many ways to join the sktime community. We follow the [all-contributors](https://github.com/all-contributors/all-contributors) specification: all kinds of contributions are welcome - not just code.\n\n| Documentation | |\n| -------------------------- | -------------------------------------------------------------- |\n| :gift_heart: **[Contribute]** | How to contribute to sktime. |\n| :school_satchel: **[Mentoring]** | New to open source? Apply to our mentoring program! |\n| :date: **[Meetings]** | Join our discussions, tutorials, workshops and sprints! |\n| :woman_mechanic: **[Developer Guides]** | How to further develop sktime's code base. |\n| :construction: **[Enhancement Proposals]** | Design a new feature for sktime. |\n| :medal_sports: **[Contributors]** | A list of all contributors. |\n| :raising_hand: **[Roles]** | An overview of our core community roles. |\n| :money_with_wings: **[Donate]** | Fund sktime maintenance and development. |\n| :classical_building: **[Governance]** | How and by whom decisions are made in sktime's community. |\n\n[contribute]: https://www.sktime.org/en/latest/get_involved/contributing.html\n[donate]: https://opencollective.com/sktime\n[extension templates]: https://github.com/alan-turing-institute/sktime/tree/main/extension_templates\n[developer guides]: https://www.sktime.org/en/latest/developer_guide.html\n[contributors]: https://github.com/alan-turing-institute/sktime/blob/main/CONTRIBUTORS.md\n[governance]: https://www.sktime.org/en/latest/governance.html\n[mentoring]: https://github.com/sktime/mentoring\n[meetings]: https://calendar.google.com/calendar/u/0/embed?src=sktime.toolbox@gmail.com&ctz=UTC\n[enhancement proposals]: https://github.com/sktime/enhancement-proposals\n[roles]: https://www.sktime.org/en/latest/about/team.html\n\n## :bulb: Project vision\n\n* **by the community, for the community** -- developed by a friendly and collaborative community.\n* the **right tool for the right task** -- helping users to diagnose their learning problem and suitable scientific model types.\n* **embedded in state-of-art ecosystems** and **provider of interoperable interfaces** -- interoperable with [scikit-learn], [statsmodels], [tsfresh], and other community favourites.\n* **rich model composition and reduction functionality** -- build tuning and feature extraction pipelines, solve forecasting tasks with [scikit-learn] regressors.\n* **clean, descriptive specification syntax** -- based on modern object-oriented design principles for data science.\n* **fair model assessment and benchmarking** -- build your models, inspect your models, check your models, avoid pitfalls.\n* **easily extensible** -- easy extension templates to add your own algorithms compatible with sktime's API.\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://pypi.org/project/sktime/#files", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/alan-turing-institute/sktime", "keywords": "data-science,machine-learning,data-mining,time-series,scikit-learn,forecasting,time-series-analysis,time-series-classification,time-series-regression", "license": "BSD 3-Clause License Copyright (c) 2019 - 2020 The sktime developers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": "Martin Walter", "maintainer_email": "Franz Kir\u00e1ly , Tony Bagnall ", "name": "sktime", "package_url": "https://pypi.org/project/sktime/", "platform": null, "project_url": "https://pypi.org/project/sktime/", "project_urls": { "Download": "https://pypi.org/project/sktime/#files", "Homepage": "https://github.com/alan-turing-institute/sktime", "documentation": "https://www.sktime.org", "download": "https://pypi.org/project/sktime/#files", "homepage": "https://www.sktime.org", "repository": "https://github.com/alan-turing-institute/sktime" }, "release_url": "https://pypi.org/project/sktime/0.11.4/", "requires_dist": [ "deprecated (>=1.2.13)", "numba (>=0.53)", "numpy (<1.22,>=1.21.0)", "pandas (<1.5.0,>=1.1.0)", "scikit-learn (<1.2.0,>=0.24.0)", "statsmodels (>=0.12.1)", "scipy (<1.9.0)", "dtw-python ; extra == 'all_extras'", "esig (==0.9.7) ; extra == 'all_extras'", "prophet (>=1.0) ; extra == 'all_extras'", "hcrystalball (>=0.1.9) ; extra == 'all_extras'", "matplotlib (>=3.3.2) ; extra == 'all_extras'", "pmdarima (!=1.8.1,>=1.8.0) ; extra == 'all_extras'", "pyod (>=0.8.0) ; extra == 'all_extras'", "pystan (==2.19.1.1) ; extra == 'all_extras'", "scikit-posthocs (>=0.6.5) ; extra == 'all_extras'", "seaborn (>=0.11.0) ; extra == 'all_extras'", "statsforecast (>=0.5.2) ; extra == 'all_extras'", "stumpy (>=1.5.1) ; extra == 'all_extras'", "tbats (>=1.1.0) ; extra == 'all_extras'", "tensorflow ; extra == 'all_extras'", "tensorflow-probability ; extra == 'all_extras'", "tsfresh (>=0.17.0) ; extra == 'all_extras'", "tslearn (>=0.5.2) ; extra == 'all_extras'", "jupyter ; extra == 'binder'", "httpx ; extra == 'dev'", "pre-commit ; extra == 'dev'", "pytest ; extra == 'dev'", "pytest-cov ; extra == 'dev'", "pytest-timeout ; extra == 'dev'", "pytest-xdist ; extra == 'dev'", "wheel ; extra == 'dev'", "tensorflow ; extra == 'dl'", "tensorflow-probability ; extra == 'dl'", "jupyter ; extra == 'docs'", "myst-parser ; extra == 'docs'", "nbsphinx (>=0.8.6) ; extra == 'docs'", "numpydoc ; extra == 'docs'", "pydata-sphinx-theme ; extra == 'docs'", "sphinx-issues (==1.2.0) ; extra == 'docs'", "sphinx-gallery (==0.6.0) ; extra == 'docs'", "sphinx-panels (==0.6.0) ; extra == 'docs'", "sphinx (==4.1.1) ; extra == 'docs'", "tabulate ; extra == 'docs'" ], "requires_python": ">=3.7,<3.10", "summary": "A unified framework for machine learning with time series", "version": "0.11.4", "yanked": false, "yanked_reason": null }, "last_serial": 13812249, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ae8ce266457c808775d406624d7b98ea", "sha256": "64679594a610c41866f993ee1f39e769252ee1aba1bf5876774383788f607e35" }, "downloads": -1, "filename": "sktime-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "ae8ce266457c808775d406624d7b98ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 548571, "upload_time": "2019-03-21T13:39:26", "upload_time_iso_8601": "2019-03-21T13:39:26.062288Z", "url": "https://files.pythonhosted.org/packages/1d/0d/479992cb0477403238c6248be39493cee9fc9b1c0c41e16e2db0afe279ca/sktime-0.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0b7c7b2e89a7ad94bbd2c9a681e7d8aa", "sha256": "e284709b84f6e02ca24d831222df1dd949fbb83a5cb9d14b1ba541a509e94678" }, "downloads": -1, "filename": "sktime-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0b7c7b2e89a7ad94bbd2c9a681e7d8aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1345250, "upload_time": "2019-03-21T13:39:28", "upload_time_iso_8601": "2019-03-21T13:39:28.045887Z", "url": "https://files.pythonhosted.org/packages/4c/46/3c58ca993091cda71bd1c8493b18493109510e0bf29d7e06b12b240e43e8/sktime-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.dev0": [ { "comment_text": "", "digests": { "md5": "249c104ae141ebb77792f9828543b7a1", "sha256": "502d0d3504946f503de471fa80e64793240b268792f5fbcede1d92097b5e4ce7" }, "downloads": -1, "filename": "sktime-0.1.dev0-py3-none-any.whl", "has_sig": false, "md5_digest": "249c104ae141ebb77792f9828543b7a1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 540436, "upload_time": "2019-03-21T13:17:58", "upload_time_iso_8601": "2019-03-21T13:17:58.087024Z", "url": "https://files.pythonhosted.org/packages/7a/1a/83111b25084551961dd118e2e954240c6d996194de3da28379c8b06ac8d1/sktime-0.1.dev0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5b03a32021d2579f70009948c417c6b4", "sha256": "0ac987028059d8c11b288ffc904c2c031386588f5fcb5ebe3d398ac711da7219" }, "downloads": -1, "filename": "sktime-0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "5b03a32021d2579f70009948c417c6b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1345663, "upload_time": "2019-03-21T13:18:01", "upload_time_iso_8601": "2019-03-21T13:18:01.002098Z", "url": "https://files.pythonhosted.org/packages/f7/c4/8cdad1e77f76cef6af6a4246bc5526df4c2ce98760a0089e893dd41a2e2f/sktime-0.1.dev0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "3a82f3af27c901223f57761382c2c0e9", "sha256": "f7f9a5aa5ab38ef694e17eeb875cb2a6128f32e835dc7ad2e0e98191008fa8f3" }, "downloads": -1, "filename": "sktime-0.10.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3a82f3af27c901223f57761382c2c0e9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<3.10", "size": 6438134, "upload_time": "2022-02-02T00:55:50", "upload_time_iso_8601": "2022-02-02T00:55:50.195010Z", "url": "https://files.pythonhosted.org/packages/c1/79/5ae2ac4be10e3a34b0022edce1882c78adc43e71ffd3d6956c075cc395ae/sktime-0.10.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7643b536c47256c1efea25661f82c436", "sha256": "5a3f520ba57221f97b0e77779c7a16f504c1a784b209768a22070f6b031f6d9e" }, "downloads": -1, "filename": "sktime-0.10.0.tar.gz", "has_sig": false, "md5_digest": "7643b536c47256c1efea25661f82c436", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<3.10", "size": 11335043, "upload_time": "2022-02-02T00:55:53", "upload_time_iso_8601": "2022-02-02T00:55:53.174449Z", "url": "https://files.pythonhosted.org/packages/ac/a6/4bf27031f584eb985cc0e78cffa77ea02615586c253adbf7e07612a12e7e/sktime-0.10.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "d3c062e610ce51d8ee1ddaf65c860f4a", "sha256": "55ac62d1a5f87bde01065d1de73c3beae9da6e755133af655fdbf203520a130c" }, "downloads": -1, "filename": "sktime-0.10.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d3c062e610ce51d8ee1ddaf65c860f4a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<3.10", "size": 6453762, "upload_time": "2022-02-20T22:48:17", "upload_time_iso_8601": "2022-02-20T22:48:17.285067Z", "url": "https://files.pythonhosted.org/packages/6d/13/32a18c930de0afae15e458df056519ee1bd348cceaceafeed12c588316df/sktime-0.10.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "85b6652b30ecab5b02e3e80aababffd6", "sha256": "b06c1a55749c96c066ec3b71c95cef19d0be3cd8cf4b9071840409b5c36644ff" }, "downloads": -1, "filename": "sktime-0.10.1.tar.gz", "has_sig": false, "md5_digest": "85b6652b30ecab5b02e3e80aababffd6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<3.10", "size": 11349708, "upload_time": "2022-02-20T22:48:20", "upload_time_iso_8601": "2022-02-20T22:48:20.028406Z", "url": "https://files.pythonhosted.org/packages/4a/5b/cd19fc23dab8b7419a56e674db121e9b3bf25250edd3eeb30041afd83947/sktime-0.10.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "1f824a21f10c7c9c92c5a4805c068aeb", "sha256": "6acac8c84e56801ac57af85dca80e1dc6de42f1d6d113587ac9864d693d7e3e5" }, "downloads": -1, "filename": "sktime-0.11.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1f824a21f10c7c9c92c5a4805c068aeb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<3.10", "size": 6587340, "upload_time": "2022-03-26T22:33:50", "upload_time_iso_8601": "2022-03-26T22:33:50.808824Z", "url": "https://files.pythonhosted.org/packages/f7/b5/313e95967de48e47c93620b8961ec9363be5796b9135930fd827726dbfd3/sktime-0.11.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7e1db738fd1309ac5fbdd78c74288f6b", "sha256": "2662e55566bb2a29ac80baa23610e7fbce1f22a416cd7c5ac978197abe67b4f8" }, "downloads": -1, "filename": "sktime-0.11.0.tar.gz", "has_sig": false, "md5_digest": "7e1db738fd1309ac5fbdd78c74288f6b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<3.10", "size": 11461544, "upload_time": "2022-03-26T22:33:54", "upload_time_iso_8601": "2022-03-26T22:33:54.036444Z", "url": "https://files.pythonhosted.org/packages/b1/16/e9b3800adcf27a47dfd8b07118444cd95df32cfb49c2fc4f933bbc5e1902/sktime-0.11.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "7a787ba90ba0f8337806e02c98f7e46c", "sha256": "649d0569b34b5cfa7af7d085b582d9494904b53b70ced1582df7e068ae6cda91" }, "downloads": -1, "filename": "sktime-0.11.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7a787ba90ba0f8337806e02c98f7e46c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<3.10", "size": 6628342, "upload_time": "2022-04-10T18:48:12", "upload_time_iso_8601": "2022-04-10T18:48:12.370565Z", "url": "https://files.pythonhosted.org/packages/34/de/5bc4372ad220e4ef640f321b5eaf87f3a665040a3fe7833ace45f12a9f1c/sktime-0.11.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "91ab011cdc4bb12832be81f182d84c8c", "sha256": "461287797e1fc9740b931f89fa129151455e5538aea2eca40022614ab0338c35" }, "downloads": -1, "filename": "sktime-0.11.1.tar.gz", "has_sig": false, "md5_digest": "91ab011cdc4bb12832be81f182d84c8c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<3.10", "size": 11497746, "upload_time": "2022-04-10T18:48:15", "upload_time_iso_8601": "2022-04-10T18:48:15.027244Z", "url": "https://files.pythonhosted.org/packages/39/92/d9960228a9587c4f5cfdcd6c8e8ee0d21732acb35e830f40188361dfc9bd/sktime-0.11.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.2": [ { "comment_text": "", "digests": { "md5": "7bbe70aca6d2b9ffa3677c985b36af00", "sha256": "f6d75f65adca7069e8f023c4898ee734aa8c9d441ce21cf980774f89cd52c67b" }, "downloads": -1, "filename": "sktime-0.11.2-py3-none-any.whl", "has_sig": false, "md5_digest": "7bbe70aca6d2b9ffa3677c985b36af00", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<3.10", "size": 6628552, "upload_time": "2022-04-11T21:17:44", "upload_time_iso_8601": "2022-04-11T21:17:44.876023Z", "url": "https://files.pythonhosted.org/packages/5a/68/5acda00d287630f66287d91e5c2b3f90ca251b2831b6d7719c9ed6f835d2/sktime-0.11.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a090aa675a3ae4c94b0e03fce1ccc9a", "sha256": "1ab64d47888e3955c4bcb41ebac5ac4e1e575410a683eabe1b3307a76a45ff6c" }, "downloads": -1, "filename": "sktime-0.11.2.tar.gz", "has_sig": false, "md5_digest": "2a090aa675a3ae4c94b0e03fce1ccc9a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<3.10", "size": 11498116, "upload_time": "2022-04-11T21:17:47", "upload_time_iso_8601": "2022-04-11T21:17:47.285180Z", "url": "https://files.pythonhosted.org/packages/cd/45/7c33ce5d0acd3775e9455a8d076e45997495f1181b59e950bec847468176/sktime-0.11.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.3": [ { "comment_text": "", "digests": { "md5": "33869981a658c3048e98a9aee895c248", "sha256": "8b71ad3b3058b1be72c10b8a80889279e30da185a722f6ae2f7a40d6c7ef7354" }, "downloads": -1, "filename": "sktime-0.11.3-py3-none-any.whl", "has_sig": false, "md5_digest": "33869981a658c3048e98a9aee895c248", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<3.10", "size": 6656548, "upload_time": "2022-04-30T21:59:53", "upload_time_iso_8601": "2022-04-30T21:59:53.074942Z", "url": "https://files.pythonhosted.org/packages/65/cf/67df2744f02b1788e143d1a78ef5f05ec92a68d60706ebe42518d7f05b35/sktime-0.11.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "988b392e03f0423fec156821247fe863", "sha256": "e29c8afb40029b93ec91f170e5214fd00ebe0c2d0daa30ae2a3362d6e979986c" }, "downloads": -1, "filename": "sktime-0.11.3.tar.gz", "has_sig": false, "md5_digest": "988b392e03f0423fec156821247fe863", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<3.10", "size": 11513927, "upload_time": "2022-04-30T21:59:56", "upload_time_iso_8601": "2022-04-30T21:59:56.101432Z", "url": "https://files.pythonhosted.org/packages/7b/6e/f52303051fe5308458938c9e21ce22e6e144773c89c97c7192c2d739e3a2/sktime-0.11.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.4": [ { "comment_text": "", "digests": { "md5": "9de494ba38ea1ce7954ac8fa483dc1cc", "sha256": "c6c17fa95139d7b7e6868d5b1b812404f188cc3106d01f252a32a66f70479192" }, "downloads": -1, "filename": "sktime-0.11.4-py3-none-any.whl", "has_sig": false, "md5_digest": "9de494ba38ea1ce7954ac8fa483dc1cc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<3.10", "size": 6675666, "upload_time": "2022-05-13T21:27:47", "upload_time_iso_8601": "2022-05-13T21:27:47.758619Z", "url": "https://files.pythonhosted.org/packages/07/3e/f4cdc2dd64c0cdbb5d2e3501be3965097fbf60abe28bdb96b0a52d28beb4/sktime-0.11.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2406334086a68a900796ae5df85f4314", "sha256": "cde618625ff78219ffac63d2834cca48d7c468394ade29316148c2ef6e009a92" }, "downloads": -1, "filename": "sktime-0.11.4.tar.gz", "has_sig": false, "md5_digest": "2406334086a68a900796ae5df85f4314", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<3.10", "size": 11524825, "upload_time": "2022-05-13T21:27:52", "upload_time_iso_8601": "2022-05-13T21:27:52.869693Z", "url": "https://files.pythonhosted.org/packages/ff/e9/25d3dbc37db4e2e5bc59296044e292ea45162c17f6c9db47fc213aa679ca/sktime-0.11.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "e96dc3333b81e608b57515c3546b851c", "sha256": "f76aea5b597a265e36a12e381e62509478154a0386064ea322358dbe2dec5a26" }, "downloads": -1, "filename": "sktime-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "e96dc3333b81e608b57515c3546b851c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 943211, "upload_time": "2019-05-16T13:23:02", "upload_time_iso_8601": "2019-05-16T13:23:02.474570Z", "url": "https://files.pythonhosted.org/packages/cf/64/f9e7ceafc50fc1b3413f13f8584c3f69965c685f72a0877e12634296dcd0/sktime-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61ab3567ea46f6d98840f3b666e1d691", "sha256": "eeec7a5b9b86b1ba76cf309646939d1174d16b9e8f077c82da61ca3173339fc5" }, "downloads": -1, "filename": "sktime-0.2.0.tar.gz", "has_sig": false, "md5_digest": "61ab3567ea46f6d98840f3b666e1d691", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1691801, "upload_time": "2019-05-16T13:23:05", "upload_time_iso_8601": "2019-05-16T13:23:05.523228Z", "url": "https://files.pythonhosted.org/packages/53/24/d796112334c5c4b767648ee805b837d13ee3a0be7a146a510a08d7200028/sktime-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "42d4f58a504664e7b2e56f495cf7c443", "sha256": "3d5e791b9f36ef73d1036235726e6363df6ffa4306863d1562e8d0abbeb233b2" }, "downloads": -1, "filename": "sktime-0.3.0-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "42d4f58a504664e7b2e56f495cf7c443", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 3124386, "upload_time": "2019-08-06T21:56:49", "upload_time_iso_8601": "2019-08-06T21:56:49.988071Z", "url": "https://files.pythonhosted.org/packages/60/0c/cfaa4adaf4a04130c35c4acfb2ed8f2572bae161f5d7211b71b2f3428efc/sktime-0.3.0-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a6c4d73f6f6a3ad7c78682f5c41ab802", "sha256": "315d6c1ed19e6721d448987466853e5aa0be7cd62a1e1f6b6cb89a786bc37b04" }, "downloads": -1, "filename": "sktime-0.3.0.tar.gz", "has_sig": false, "md5_digest": "a6c4d73f6f6a3ad7c78682f5c41ab802", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5040268, "upload_time": "2019-08-06T21:56:54", "upload_time_iso_8601": "2019-08-06T21:56:54.392948Z", "url": "https://files.pythonhosted.org/packages/74/aa/a8709883f270fad7052c0f618aa7fe2001d35bb2c12d68317beb65c7789f/sktime-0.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "dbb38c55e22c4d13a019585671f1b8ad", "sha256": "1c4ac0f814e1cac220f62d4242a5ca6d095fb862b0059986577ab67494c6f7a2" }, "downloads": -1, "filename": "sktime-0.3.1-cp37-cp37m-macosx_10_9_x86_64.whl", "has_sig": false, "md5_digest": "dbb38c55e22c4d13a019585671f1b8ad", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 2413759, "upload_time": "2019-10-24T17:29:58", "upload_time_iso_8601": "2019-10-24T17:29:58.392443Z", "url": "https://files.pythonhosted.org/packages/68/f3/6271589e59618f0f1a1ae60c279d5bb943d0bbbe74968e97c3fbf9072533/sktime-0.3.1-cp37-cp37m-macosx_10_9_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ff220b436967577e8129e65f9c81788c", "sha256": "7e712198a61f69182c4654b11dd534e4b77b13e719425a48158ad0859a4b6da0" }, "downloads": -1, "filename": "sktime-0.3.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ff220b436967577e8129e65f9c81788c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 2621516, "upload_time": "2019-10-24T17:30:17", "upload_time_iso_8601": "2019-10-24T17:30:17.285825Z", "url": "https://files.pythonhosted.org/packages/ed/46/7c2b60c019dc74adc2961cc8f359f22faa6630b541fd98d90c17d317457d/sktime-0.3.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f0955a63ef89592e40e7a59804795cf9", "sha256": "e916b485346b30e719677addf9c8ee1bf415b5e543f75a7c2389302942c9f34d" }, "downloads": -1, "filename": "sktime-0.3.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "f0955a63ef89592e40e7a59804795cf9", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 2408813, "upload_time": "2019-10-24T17:30:26", "upload_time_iso_8601": "2019-10-24T17:30:26.694627Z", "url": "https://files.pythonhosted.org/packages/03/0c/7ad6a31cf7a676f271ac46156dadc7737ab97f2f956c428d244c137919af/sktime-0.3.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "a371549591dd7157f57e4fc2f4d36a84", "sha256": "05126e99ba5ef6359a3431801142cf688d7775bae9c58b014f5f9c5cb72b8ad6" }, "downloads": -1, "filename": "sktime-0.4.0-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "a371549591dd7157f57e4fc2f4d36a84", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 2625215, "upload_time": "2020-06-05T16:38:39", "upload_time_iso_8601": "2020-06-05T16:38:39.204306Z", "url": "https://files.pythonhosted.org/packages/2d/c3/6732a169feeca0c48b4083f725858965c579699c8967837fb134422db3c0/sktime-0.4.0-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ea2ee4fe6c36a64f112cef15fc69238f", "sha256": "a61fcf8bfdac72c8a3afcf7ec9b3857ceea56afb7332ca460ec1d0c08d0d17a0" }, "downloads": -1, "filename": "sktime-0.4.0-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ea2ee4fe6c36a64f112cef15fc69238f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 3506814, "upload_time": "2020-06-05T15:59:05", "upload_time_iso_8601": "2020-06-05T15:59:05.189884Z", "url": "https://files.pythonhosted.org/packages/79/cf/a05b986aa2aaaf8f2df11ab6a41d2a19ce22d6dfaf4a4a45a3f239aa19db/sktime-0.4.0-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dd06134df26c57e364c29cabffcb97c4", "sha256": "66c6bae26f81312b5f75aacc93199c7e8abc72c82d2a7829c0905e26cca2cc25" }, "downloads": -1, "filename": "sktime-0.4.0-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "dd06134df26c57e364c29cabffcb97c4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 3788118, "upload_time": "2020-06-05T15:59:07", "upload_time_iso_8601": "2020-06-05T15:59:07.221196Z", "url": "https://files.pythonhosted.org/packages/76/60/a44c847f4fdef1257297395aecf9770d001e13a1f3705fca46da594ff67d/sktime-0.4.0-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6a00d7ab06882588770ce6f6150681bd", "sha256": "7915c955a9e8d69769d4b70bc4d08543c28e971164abc030ae85dbe51cb4e447" }, "downloads": -1, "filename": "sktime-0.4.0-cp36-cp36m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "6a00d7ab06882588770ce6f6150681bd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 3898761, "upload_time": "2020-06-05T15:59:08", "upload_time_iso_8601": "2020-06-05T15:59:08.869506Z", "url": "https://files.pythonhosted.org/packages/77/3f/e85ef863268283685e15cdc24e285abcea340151eba153dc9cce1765d2cf/sktime-0.4.0-cp36-cp36m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "51c97e2dfdbd34ff40e40bf5c544eef6", "sha256": "2b5ea34dc5fce731f16ae8c3be308b73053a66e52a7c863c33ac1e2e58eaba0b" }, "downloads": -1, "filename": "sktime-0.4.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "51c97e2dfdbd34ff40e40bf5c544eef6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 2578543, "upload_time": "2020-06-05T17:47:35", "upload_time_iso_8601": "2020-06-05T17:47:35.220564Z", "url": "https://files.pythonhosted.org/packages/13/fe/9e74dae34dd94423287b6d11f8f76d72835b9b78c59e897e812b682daf80/sktime-0.4.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fd91ed1dd72586e7d1bd256b9bc5f5d1", "sha256": "a757352c2a76aa487e370e3d36b41e3e3befb9ee8e61cbd509654c671c9fcda5" }, "downloads": -1, "filename": "sktime-0.4.0-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "fd91ed1dd72586e7d1bd256b9bc5f5d1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 2621080, "upload_time": "2020-06-05T16:37:46", "upload_time_iso_8601": "2020-06-05T16:37:46.339596Z", "url": "https://files.pythonhosted.org/packages/c7/3d/78e85247a7dc0b04e4f0cb23c250d319493616457dfc8c88123b8781fd75/sktime-0.4.0-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f54b166ec709d3098e95423acdf39972", "sha256": "172c08b4d3feeba147ccca460e6f29a9a027a1c1036614d6676510dfd742a242" }, "downloads": -1, "filename": "sktime-0.4.0-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "f54b166ec709d3098e95423acdf39972", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 3508254, "upload_time": "2020-06-05T15:59:10", "upload_time_iso_8601": "2020-06-05T15:59:10.562051Z", "url": "https://files.pythonhosted.org/packages/cd/02/794298598a92f37510d88eada6f961b56215c4e87c2ebd1b8a1538cd5823/sktime-0.4.0-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eaec4082e1c5c8ea640257d46c9b943a", "sha256": "23940037c80fb276a6c9151f5c498c19d3637c1b89ddb809a927db0b243e4f83" }, "downloads": -1, "filename": "sktime-0.4.0-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "eaec4082e1c5c8ea640257d46c9b943a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 3788165, "upload_time": "2020-06-05T15:59:12", "upload_time_iso_8601": "2020-06-05T15:59:12.566779Z", "url": "https://files.pythonhosted.org/packages/26/71/986ab855ee1bb8a1cd5331213a23fb6ccba57e1686c64fe841acae935764/sktime-0.4.0-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "05c38f06808822e8b0f39b603cabff03", "sha256": "755ad4a976fb1ab80ae9551fea727dc5213e1b63d6ec7c58587b572530fe3aaf" }, "downloads": -1, "filename": "sktime-0.4.0-cp37-cp37m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "05c38f06808822e8b0f39b603cabff03", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 3899834, "upload_time": "2020-06-05T15:59:14", "upload_time_iso_8601": "2020-06-05T15:59:14.459593Z", "url": "https://files.pythonhosted.org/packages/ce/39/270e02db7962a68aee885b5f29c61a2167b76236da35694b19b053f40021/sktime-0.4.0-cp37-cp37m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "585ac34dcfcad6e72fddc14345468a35", "sha256": "760198233cbf8d0e01c43d70e4c39288dabf64ad5cd009376267609d3d314805" }, "downloads": -1, "filename": "sktime-0.4.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "585ac34dcfcad6e72fddc14345468a35", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 2578875, "upload_time": "2020-06-05T18:12:07", "upload_time_iso_8601": "2020-06-05T18:12:07.288135Z", "url": "https://files.pythonhosted.org/packages/ff/b4/0cd16de36c020f246a2a4ae47675a2458b12c1167dfe8045da6776cfe43c/sktime-0.4.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc0a1ad74989e267e30434a2f951f3f9", "sha256": "505e2fd9773dbe3b8fbe53e8b78bfd9f04855d53137dc8d1f74b0660e3ccecdc" }, "downloads": -1, "filename": "sktime-0.4.0-cp38-cp38-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "fc0a1ad74989e267e30434a2f951f3f9", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 2623862, "upload_time": "2020-06-05T16:38:25", "upload_time_iso_8601": "2020-06-05T16:38:25.155750Z", "url": "https://files.pythonhosted.org/packages/62/c6/232f57a80b538fe0ef0c02ebfc98b8db3f5b27b1051f1dc2060ed738adf1/sktime-0.4.0-cp38-cp38-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ffc86904eba5227e2c0aaa7e127ec61", "sha256": "01dbe6f15e32eb8e56e92d4e7b4bc2cc5296709ffe1edf92cd56de1bd3bb22cf" }, "downloads": -1, "filename": "sktime-0.4.0-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1ffc86904eba5227e2c0aaa7e127ec61", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 3528998, "upload_time": "2020-06-05T15:59:15", "upload_time_iso_8601": "2020-06-05T15:59:15.935576Z", "url": "https://files.pythonhosted.org/packages/52/a2/9fb79d8576360638f2920b89d18c56a8057e9cc753511de9266cd37f8834/sktime-0.4.0-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bd1ab4641b51e0d7f8c3584c52a57636", "sha256": "f101c58dec331231698e079ce43f23b3101d1024addba13fd9e5de9b1b7809d9" }, "downloads": -1, "filename": "sktime-0.4.0-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "bd1ab4641b51e0d7f8c3584c52a57636", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 3931242, "upload_time": "2020-06-05T15:59:17", "upload_time_iso_8601": "2020-06-05T15:59:17.570783Z", "url": "https://files.pythonhosted.org/packages/42/6d/cbfbdbd6c3a8dbcd1997c00840379a7f25637d009661cf514f1e79440f2b/sktime-0.4.0-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21bdbf20a4d191e06cd4b62c0acf3d5d", "sha256": "362d738c2091dddeabd65477f73cbe413f84ab5c047f43d10c835ec6595f2c7b" }, "downloads": -1, "filename": "sktime-0.4.0-cp38-cp38-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "21bdbf20a4d191e06cd4b62c0acf3d5d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4044549, "upload_time": "2020-06-05T15:59:19", "upload_time_iso_8601": "2020-06-05T15:59:19.298356Z", "url": "https://files.pythonhosted.org/packages/42/7d/a6cfbc606abd5580bd64d53c8ca4782e4a90c58039dd64d41a80f0442854/sktime-0.4.0-cp38-cp38-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "95866ca0758a26f39d32186fc0f402d8", "sha256": "3523f6697027129cc4c4148697ebc01f31747aa16d4f420fdfa74b891eb184b5" }, "downloads": -1, "filename": "sktime-0.4.0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "95866ca0758a26f39d32186fc0f402d8", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 2588176, "upload_time": "2020-06-05T18:19:52", "upload_time_iso_8601": "2020-06-05T18:19:52.091998Z", "url": "https://files.pythonhosted.org/packages/e3/4a/fd623f4640d445588a33c322d6aa3cb3cae6347ee19c2b93ed2a9fbc098e/sktime-0.4.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2c6e9bf74ff8d6bb4ccb51c9a233d8f8", "sha256": "05e7cce9e9e093665102908d7ad1e03eb97a153896258f13c0fc7b0db6ea3417" }, "downloads": -1, "filename": "sktime-0.4.0.tar.gz", "has_sig": false, "md5_digest": "2c6e9bf74ff8d6bb4ccb51c9a233d8f8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 5043721, "upload_time": "2020-06-05T16:37:48", "upload_time_iso_8601": "2020-06-05T16:37:48.094878Z", "url": "https://files.pythonhosted.org/packages/53/f1/e352a8b33df4b72380a64fe427d6d316f0654b5e65ca9a8f0fe3cff9aca5/sktime-0.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "b0d70d360d1c590ebeeddcd0ac5ab41d", "sha256": "fa46273ee3e8e0ccdbc1c4bd3c49bff015c492083ebd4c63c1589a2bfdc88c26" }, "downloads": -1, "filename": "sktime-0.4.1-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "b0d70d360d1c590ebeeddcd0ac5ab41d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4243221, "upload_time": "2020-07-09T16:27:28", "upload_time_iso_8601": "2020-07-09T16:27:28.792523Z", "url": "https://files.pythonhosted.org/packages/fc/56/9390c03751c6043ad2225256befef7895b3d3198d1693cd3f58562275246/sktime-0.4.1-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dbc4b113102fe7bdf6fe12185acf1766", "sha256": "698a20d3ce3f4fa1c9245dd5f7e6fbe7f49de1f992925851499aba214ba2d3bf" }, "downloads": -1, "filename": "sktime-0.4.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "dbc4b113102fe7bdf6fe12185acf1766", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5126064, "upload_time": "2020-07-09T16:43:28", "upload_time_iso_8601": "2020-07-09T16:43:28.180658Z", "url": "https://files.pythonhosted.org/packages/50/0a/54642ff237ef5cf19deae90a9474c179f8c4cb1348e5277657f8e0e5688c/sktime-0.4.1-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e8d3a90500975e8792009e549387c536", "sha256": "98e5fb9252afeffe3624ae66512b7833a4dfc9b241aaf08958c8e3ab047768e1" }, "downloads": -1, "filename": "sktime-0.4.1-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "e8d3a90500975e8792009e549387c536", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5405630, "upload_time": "2020-07-09T16:43:30", "upload_time_iso_8601": "2020-07-09T16:43:30.404543Z", "url": "https://files.pythonhosted.org/packages/25/ce/60ff4942888bb99558f775c8e69a47ba0045b0f32038225e32dd8e49c952/sktime-0.4.1-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4b2723ba842c309c2cf6eeefd0a4a29", "sha256": "24bd7c019ae10e2c882dfa558d92205336801fe1ac9e874ae1967bf190eac6af" }, "downloads": -1, "filename": "sktime-0.4.1-cp36-cp36m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "b4b2723ba842c309c2cf6eeefd0a4a29", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5515981, "upload_time": "2020-07-09T16:43:32", "upload_time_iso_8601": "2020-07-09T16:43:32.354038Z", "url": "https://files.pythonhosted.org/packages/34/f8/c4d9c83406245dc13aeb248bd9a8df1b35fd76dd815672d5090259c83dcc/sktime-0.4.1-cp36-cp36m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7da095f761c7bb86807bff4a9dd1312b", "sha256": "c183786144cd00940c0c027f9008df9f52e87265b8877f136b7330b0fcfad7db" }, "downloads": -1, "filename": "sktime-0.4.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "7da095f761c7bb86807bff4a9dd1312b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4196658, "upload_time": "2020-07-09T16:56:26", "upload_time_iso_8601": "2020-07-09T16:56:26.053698Z", "url": "https://files.pythonhosted.org/packages/d0/d9/f95c17d59bb6cdaa503dabe0607d7da78571b3e85df85146ad833573fe3c/sktime-0.4.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c98f732551590550908c7362b8210774", "sha256": "9ea7da3c283d462debaa4aca15c6a6b47ced2efaa0764dcf99b3d451b2335a12" }, "downloads": -1, "filename": "sktime-0.4.1-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "c98f732551590550908c7362b8210774", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4239039, "upload_time": "2020-07-09T16:28:47", "upload_time_iso_8601": "2020-07-09T16:28:47.927924Z", "url": "https://files.pythonhosted.org/packages/71/90/5afbb22d0fcd41e0bc9a09b42112d53d02f802cebbc41c1e08ffbcd03d87/sktime-0.4.1-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fda845f2671dd362a09d93d31fcbeed7", "sha256": "ac13950a5053ec4270bb7f98ae85b2e8f71db01af0c704d721da5d6882423993" }, "downloads": -1, "filename": "sktime-0.4.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fda845f2671dd362a09d93d31fcbeed7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5124890, "upload_time": "2020-07-09T16:43:34", "upload_time_iso_8601": "2020-07-09T16:43:34.494968Z", "url": "https://files.pythonhosted.org/packages/b6/fc/ec7c0404a16c2c1c21043dff70c399b49ec304a13dd4e7d0498c9be02b3a/sktime-0.4.1-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6cad30d30da6ef5a36490b817429b5d7", "sha256": "54aa311810051651479dc2e989c23e846b8d1beb02ab8cd333c5cf97d6a24150" }, "downloads": -1, "filename": "sktime-0.4.1-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "6cad30d30da6ef5a36490b817429b5d7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5405492, "upload_time": "2020-07-09T16:43:36", "upload_time_iso_8601": "2020-07-09T16:43:36.602783Z", "url": "https://files.pythonhosted.org/packages/fa/2c/6f19ea8c537b78a1d2d83207dc4ebf45e337e44ec524b5318e5ae3a7c27b/sktime-0.4.1-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8e4d365ba093181ece2be897dccc27fc", "sha256": "aa2921ba8321ebeb11713013d3e6bbb7c881e539e38ffe38a969feb55f4faa0d" }, "downloads": -1, "filename": "sktime-0.4.1-cp37-cp37m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "8e4d365ba093181ece2be897dccc27fc", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5516231, "upload_time": "2020-07-09T16:43:38", "upload_time_iso_8601": "2020-07-09T16:43:38.341310Z", "url": "https://files.pythonhosted.org/packages/44/07/63ad9bf5bd5d8d206c31255f4afb1475270f31843c9214b9e0dec45f973b/sktime-0.4.1-cp37-cp37m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eeeb0e645e305f87f939138842da4130", "sha256": "d7fbcaa6fd01390b408ad0f41e7b15cf4a3750fa8694dd3b1f2eb47d1cb41e51" }, "downloads": -1, "filename": "sktime-0.4.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "eeeb0e645e305f87f939138842da4130", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4196981, "upload_time": "2020-07-09T17:18:12", "upload_time_iso_8601": "2020-07-09T17:18:12.649923Z", "url": "https://files.pythonhosted.org/packages/6f/e2/89c6af281e2180b2725c55dd647736da0035dd9f260b8fc559f73bf06b57/sktime-0.4.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0b2fdd3b197eb88250df2c35160c43bd", "sha256": "529d87c7803893372043c4d57acc0aba6743d202f5c2d5bc33060fdf66c6c035" }, "downloads": -1, "filename": "sktime-0.4.1-cp38-cp38-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "0b2fdd3b197eb88250df2c35160c43bd", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4241645, "upload_time": "2020-07-09T16:31:34", "upload_time_iso_8601": "2020-07-09T16:31:34.607356Z", "url": "https://files.pythonhosted.org/packages/99/68/9599ea6af8fa65c1cc9132ac8a8fd0334250f05305408dd3d0b58c339154/sktime-0.4.1-cp38-cp38-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1a2499ddd31e8c34723897f3fa7934f9", "sha256": "7309c6a623f7c5001efe7c82418255656ebb133a8698c3612c7e0355d8b7f399" }, "downloads": -1, "filename": "sktime-0.4.1-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "1a2499ddd31e8c34723897f3fa7934f9", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5146617, "upload_time": "2020-07-09T16:43:40", "upload_time_iso_8601": "2020-07-09T16:43:40.254544Z", "url": "https://files.pythonhosted.org/packages/7a/3a/278a5ce34889450c3a2c74c9813d66a1ee40a3f8adf3e44e732753dccd6a/sktime-0.4.1-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fdd84416d6f76fe7572fb9a2171626f1", "sha256": "2ad8e6a4874c680d94fd96a794f79cf3153ad53b4d3933be9a080a90aec389c7" }, "downloads": -1, "filename": "sktime-0.4.1-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "fdd84416d6f76fe7572fb9a2171626f1", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5548869, "upload_time": "2020-07-09T16:43:42", "upload_time_iso_8601": "2020-07-09T16:43:42.249041Z", "url": "https://files.pythonhosted.org/packages/0c/7e/750fe0fc1c55162b5b7b2d664ba7d9835e4564139b9ca97d2daad78f83d8/sktime-0.4.1-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c4118af4038947b0b4c636a3d06e4e05", "sha256": "f4c4e1d91d795acb578645906126c384d6f167bc7cbd404e0d30061be76a2182" }, "downloads": -1, "filename": "sktime-0.4.1-cp38-cp38-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "c4118af4038947b0b4c636a3d06e4e05", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5662033, "upload_time": "2020-07-09T16:43:44", "upload_time_iso_8601": "2020-07-09T16:43:44.200427Z", "url": "https://files.pythonhosted.org/packages/b3/49/80daba916eee97a084e79ad18e0ec60708460e56d3f4a0cb1b8703fce57b/sktime-0.4.1-cp38-cp38-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0937fdc96cb04390dd8ba10d74214285", "sha256": "e688f0119120beee17ddf902f5cf5deafa063080ca788fa36694c2752628c0d3" }, "downloads": -1, "filename": "sktime-0.4.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "0937fdc96cb04390dd8ba10d74214285", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4206210, "upload_time": "2020-07-09T17:32:07", "upload_time_iso_8601": "2020-07-09T17:32:07.379297Z", "url": "https://files.pythonhosted.org/packages/10/ec/98d2a62a69e3b6edea452b823952adae849bf0d3042110548bb06daded0a/sktime-0.4.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2c105ac10df03e776b259053eee1ba2e", "sha256": "f066ce462b5f6013391ec7697471a22e6f67af70b85e670202fed02ac87488b1" }, "downloads": -1, "filename": "sktime-0.4.1.tar.gz", "has_sig": false, "md5_digest": "2c105ac10df03e776b259053eee1ba2e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 9501108, "upload_time": "2020-07-09T16:27:30", "upload_time_iso_8601": "2020-07-09T16:27:30.781537Z", "url": "https://files.pythonhosted.org/packages/78/3c/d83905ef49dada6281585f9bf9a294a76798a90b60f459d0228f0614aa58/sktime-0.4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "20de6a69f5d5a905fb6b9c9e84cd3e4d", "sha256": "05207c1c27d9a035bb7b3e0d25ca4314c4359eb86205449bf714aa4676ccfe43" }, "downloads": -1, "filename": "sktime-0.4.2-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "20de6a69f5d5a905fb6b9c9e84cd3e4d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4271142, "upload_time": "2020-10-01T12:54:26", "upload_time_iso_8601": "2020-10-01T12:54:26.164961Z", "url": "https://files.pythonhosted.org/packages/a9/36/e7320126ecbcfa64a10bcd9bd3e5a0c04143ce15c65992d6c4cca2b79960/sktime-0.4.2-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "67e747f2978bb42aea914addb03a62a2", "sha256": "c20b592037fc59778f96bf6137e037adf0cfe4419f7b109e5f145ef5b85a7238" }, "downloads": -1, "filename": "sktime-0.4.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "67e747f2978bb42aea914addb03a62a2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5153600, "upload_time": "2020-10-01T13:08:44", "upload_time_iso_8601": "2020-10-01T13:08:44.274477Z", "url": "https://files.pythonhosted.org/packages/ad/11/2bf982f14bdc68d5471e639090d611891035a90f5d52d1acd7ae25f7d8e6/sktime-0.4.2-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "653ea365a3ea35e784f64329c8e8617d", "sha256": "4a1bb29c0b1dfa32fe5770460164ba32d6ebbf7f3ea18f6152eea1704f3d8bb6" }, "downloads": -1, "filename": "sktime-0.4.2-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "653ea365a3ea35e784f64329c8e8617d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5433192, "upload_time": "2020-10-01T13:08:46", "upload_time_iso_8601": "2020-10-01T13:08:46.174786Z", "url": "https://files.pythonhosted.org/packages/91/05/165d152065861d1f6b120849852603500c2709d44bc68e88e63a84b0501a/sktime-0.4.2-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1dd294a500a2a35b85ad7bf94c104e55", "sha256": "985891c5e630f280550d386a7450e9ea4895b873d4a5c07791defec980e39879" }, "downloads": -1, "filename": "sktime-0.4.2-cp36-cp36m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "1dd294a500a2a35b85ad7bf94c104e55", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5543486, "upload_time": "2020-10-01T13:08:48", "upload_time_iso_8601": "2020-10-01T13:08:48.218598Z", "url": "https://files.pythonhosted.org/packages/1b/71/11d8e92ba4576fefd010168f4aab62a3baa6e5aa2ab3ac081c7fb5913075/sktime-0.4.2-cp36-cp36m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0887c416bb1e960dabe550c024031329", "sha256": "35fe80be73b06ff2f8b44039a35da83da2d6eb6c2f83e86e9b3ae21652f91148" }, "downloads": -1, "filename": "sktime-0.4.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "0887c416bb1e960dabe550c024031329", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4224801, "upload_time": "2020-10-01T12:40:22", "upload_time_iso_8601": "2020-10-01T12:40:22.559880Z", "url": "https://files.pythonhosted.org/packages/17/12/57bf55960829696a9c12a67d8263582027afc5ecd339abd6be56914f9087/sktime-0.4.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9ccfe87440abb034f447a069699ccd29", "sha256": "2cdc39745f97776461c6847aca56882682f03f51477adc80a50fc72a9c162382" }, "downloads": -1, "filename": "sktime-0.4.2-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "9ccfe87440abb034f447a069699ccd29", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4266961, "upload_time": "2020-10-01T12:52:39", "upload_time_iso_8601": "2020-10-01T12:52:39.655854Z", "url": "https://files.pythonhosted.org/packages/c3/ec/375708c0c3a2491061ec28f9af1527ede867d4963b4e1ca2c5663eac5139/sktime-0.4.2-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ac0c0520218cf173b9bc0f62e79eedc7", "sha256": "189e2e71a8642b4e07b32c6ae3a39a092313101da14377c42252ae7239c38122" }, "downloads": -1, "filename": "sktime-0.4.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "ac0c0520218cf173b9bc0f62e79eedc7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5152073, "upload_time": "2020-10-01T13:08:50", "upload_time_iso_8601": "2020-10-01T13:08:50.430781Z", "url": "https://files.pythonhosted.org/packages/7a/2c/53c28211a995f68aba91fca7c6fa0ac1862195ec8043fe816cb3de165a58/sktime-0.4.2-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "325244e07d40477f54482dfce39e39f0", "sha256": "d381b2c0c30b0cb9088e96f6b5f98a8502cca45403d7542b00c9727f923c2f0a" }, "downloads": -1, "filename": "sktime-0.4.2-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "325244e07d40477f54482dfce39e39f0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5433073, "upload_time": "2020-10-01T13:08:52", "upload_time_iso_8601": "2020-10-01T13:08:52.705132Z", "url": "https://files.pythonhosted.org/packages/d5/53/e976707f72ed14c1ba0e01cca34f7697c20409a3044bc1379c01bd659076/sktime-0.4.2-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8fc3dfb32b149dfd3320ed26939b84bf", "sha256": "6f999ad8260e22a7469f166e9ad6fe975f2857b0e4c32f776f46501133360d43" }, "downloads": -1, "filename": "sktime-0.4.2-cp37-cp37m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "8fc3dfb32b149dfd3320ed26939b84bf", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5543897, "upload_time": "2020-10-01T13:08:54", "upload_time_iso_8601": "2020-10-01T13:08:54.690693Z", "url": "https://files.pythonhosted.org/packages/07/a8/8c7ad6f11ae0dbfe008e40476db44d5b40371bb76d191fe7dc1105fd783a/sktime-0.4.2-cp37-cp37m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "75b30a5caa39f0fc38dd5b5bad25dc74", "sha256": "e41b77a1170aba90da0ffa863097e1c5d64b0be0a3a1cb22542a1cdd3ad99ec8" }, "downloads": -1, "filename": "sktime-0.4.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "75b30a5caa39f0fc38dd5b5bad25dc74", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4225109, "upload_time": "2020-10-01T12:53:48", "upload_time_iso_8601": "2020-10-01T12:53:48.290787Z", "url": "https://files.pythonhosted.org/packages/80/98/641fb123fae30c0b98c37563dc4c3722f705ae6c13d759dbca3a1179a8cc/sktime-0.4.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "493f7a7f1830474759cccf9097933d68", "sha256": "3ec2d4740070f5fa65ad8641efc3487fc0c5a49aee695c7c1792574fa943e067" }, "downloads": -1, "filename": "sktime-0.4.2-cp38-cp38-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "493f7a7f1830474759cccf9097933d68", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4269579, "upload_time": "2020-10-01T12:52:57", "upload_time_iso_8601": "2020-10-01T12:52:57.921611Z", "url": "https://files.pythonhosted.org/packages/9d/7e/acd4c2d64a93fd10d519a307a56743f557b3931e85f3a2b7ff8697eae501/sktime-0.4.2-cp38-cp38-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "304e8c97c882156a7e6a3800f2c78736", "sha256": "9e50bec96d4450b93a3529d0cea308bd4023838b6297393d56edbac5df43be45" }, "downloads": -1, "filename": "sktime-0.4.2-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "304e8c97c882156a7e6a3800f2c78736", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5173835, "upload_time": "2020-10-01T13:08:57", "upload_time_iso_8601": "2020-10-01T13:08:57.183144Z", "url": "https://files.pythonhosted.org/packages/f1/2e/683f21ba2fff5d0b0349afbc01ced5f967d7c35701ef59a0deb7ce9d9dea/sktime-0.4.2-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ef6778d296a8e0d215bf4fe5b15aa631", "sha256": "cadf5c93a3a895ec0e83b307ac70b561e5a4f4cc5e928e26614b0ef62a3dd0cb" }, "downloads": -1, "filename": "sktime-0.4.2-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "ef6778d296a8e0d215bf4fe5b15aa631", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5576380, "upload_time": "2020-10-01T13:08:59", "upload_time_iso_8601": "2020-10-01T13:08:59.483205Z", "url": "https://files.pythonhosted.org/packages/57/32/afb18393b54ec4e255478ca4f68b6c218fad77f05db7c71f05cc0edc2d9e/sktime-0.4.2-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b5e07483285e4a263f1ec64cbccbef80", "sha256": "195da4a89b69cbb21f5abd928e5c7961312a3e7b12402ee4a04f83e612d3a61e" }, "downloads": -1, "filename": "sktime-0.4.2-cp38-cp38-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "b5e07483285e4a263f1ec64cbccbef80", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5689432, "upload_time": "2020-10-01T13:09:01", "upload_time_iso_8601": "2020-10-01T13:09:01.243158Z", "url": "https://files.pythonhosted.org/packages/5f/27/89691a8e52341f8d5608800bc5180c89eee451aa3fe253b5f2c440c8425d/sktime-0.4.2-cp38-cp38-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "56dd3deca6bc2dbdac99df1e2817534d", "sha256": "c2fa5b078a3f1b2eccb6f97d25047b377999cd58a2f2f7c5d4575f515e2be1ec" }, "downloads": -1, "filename": "sktime-0.4.2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "56dd3deca6bc2dbdac99df1e2817534d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4234482, "upload_time": "2020-10-01T13:07:32", "upload_time_iso_8601": "2020-10-01T13:07:32.843581Z", "url": "https://files.pythonhosted.org/packages/35/a6/99032cf827c6ce999a2c6e867b3a0adbef1ae601c42eb5883dca95fdb34d/sktime-0.4.2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7cbe981f9812b07ec379294cd5aac6f5", "sha256": "2874263359650b7c9bfb1d27e66194ca09c5b97d9c64d43e140ffc38de6646aa" }, "downloads": -1, "filename": "sktime-0.4.2.tar.gz", "has_sig": false, "md5_digest": "7cbe981f9812b07ec379294cd5aac6f5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 9662976, "upload_time": "2020-10-01T12:52:41", "upload_time_iso_8601": "2020-10-01T12:52:41.482883Z", "url": "https://files.pythonhosted.org/packages/94/5d/60fa029758af24f826469851c54c44e69e84b2902b7e15e7d9857884af91/sktime-0.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "420d4effa34cbc5715b10d7359ea0dc4", "sha256": "5da14e777fd6cba900a5450da0f81267d45d7d42bb4291e88805ad334eceeae4" }, "downloads": -1, "filename": "sktime-0.4.3-cp36-cp36m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "420d4effa34cbc5715b10d7359ea0dc4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4292089, "upload_time": "2020-10-20T16:11:01", "upload_time_iso_8601": "2020-10-20T16:11:01.586784Z", "url": "https://files.pythonhosted.org/packages/c2/32/ce32c0d60d5511510739476ac16e8747dcbfdd127ab66df6238cd3321f0b/sktime-0.4.3-cp36-cp36m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e4f2aaba1e82c34ec3f6cba2a0a95c61", "sha256": "1cc8641078d4be89c12bb9a4961b4b645480120235a254cdbb379b8a173a5621" }, "downloads": -1, "filename": "sktime-0.4.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "e4f2aaba1e82c34ec3f6cba2a0a95c61", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5171837, "upload_time": "2020-10-20T16:24:48", "upload_time_iso_8601": "2020-10-20T16:24:48.610931Z", "url": "https://files.pythonhosted.org/packages/74/d3/03fcd032694311f7357d0fc6bd29f370f8057f0cbb239583055bfbae039a/sktime-0.4.3-cp36-cp36m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b2c32a7d0082b5b500ce8e39c7d69b39", "sha256": "2f64b74e3bf736d86bdfc380e974412c7a8b7539b650bed279a72bcafe1244ee" }, "downloads": -1, "filename": "sktime-0.4.3-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "b2c32a7d0082b5b500ce8e39c7d69b39", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5452950, "upload_time": "2020-10-20T16:24:51", "upload_time_iso_8601": "2020-10-20T16:24:51.202979Z", "url": "https://files.pythonhosted.org/packages/b5/cf/a2d830df8efd3b289da489bf41d53f069a63624568766ca366907bd6dc01/sktime-0.4.3-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a6870c820caf3142eeeb2f6196096d9a", "sha256": "a8488a2d2238f540cbbb5bba47364d4ab1882a3a9ec239ff7d2ff54a562da526" }, "downloads": -1, "filename": "sktime-0.4.3-cp36-cp36m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "a6870c820caf3142eeeb2f6196096d9a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5562627, "upload_time": "2020-10-20T16:24:54", "upload_time_iso_8601": "2020-10-20T16:24:54.103172Z", "url": "https://files.pythonhosted.org/packages/8b/85/b58f26cf0e6404d80b365a318b9e49c6810a9ee00c44f039d65272ec4314/sktime-0.4.3-cp36-cp36m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ad639eae9b2c3fb6a6edc0d6b50432af", "sha256": "0479d3cff038da6741e9f166736a9b722436c4da4e8c313dfae7e5cb6db41f3f" }, "downloads": -1, "filename": "sktime-0.4.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "ad639eae9b2c3fb6a6edc0d6b50432af", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4245852, "upload_time": "2020-10-20T17:09:44", "upload_time_iso_8601": "2020-10-20T17:09:44.702804Z", "url": "https://files.pythonhosted.org/packages/94/14/5d37e5832bbdb19375a8f8d410a4baeb70f826c7b1c9312446cb3f8e184a/sktime-0.4.3-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0c6d19c4d70f3a85b5bce7b5cd3d283c", "sha256": "a3c412b9a9a705b02c216eb281c555952abf205b7b8e53cbff8bd649e11ec37c" }, "downloads": -1, "filename": "sktime-0.4.3-cp37-cp37m-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "0c6d19c4d70f3a85b5bce7b5cd3d283c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4287894, "upload_time": "2020-10-20T16:13:51", "upload_time_iso_8601": "2020-10-20T16:13:51.898779Z", "url": "https://files.pythonhosted.org/packages/67/6f/40343ed4aa9c668be391cd9324e7ce8a0a753db0e4fe5d47df1c762002ff/sktime-0.4.3-cp37-cp37m-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d37d9b2abb15d2600a1de0b71a4d1ef", "sha256": "0db5c4d264dfa8ae08a740032c9ab7971aa6d723bd87e37065280f201d6cb457" }, "downloads": -1, "filename": "sktime-0.4.3-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "3d37d9b2abb15d2600a1de0b71a4d1ef", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5172013, "upload_time": "2020-10-20T16:24:57", "upload_time_iso_8601": "2020-10-20T16:24:57.190782Z", "url": "https://files.pythonhosted.org/packages/1b/eb/925398efc442f8c4018e289195690e5aebb97934fd39d37a7899b4eac82d/sktime-0.4.3-cp37-cp37m-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6c251f8445979f7e6de6027fbe095a82", "sha256": "f81f46250d39604854467c895f7a3149776cf887a67a244e8dce10a16a7515f4" }, "downloads": -1, "filename": "sktime-0.4.3-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "6c251f8445979f7e6de6027fbe095a82", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5454143, "upload_time": "2020-10-20T16:25:00", "upload_time_iso_8601": "2020-10-20T16:25:00.662777Z", "url": "https://files.pythonhosted.org/packages/86/70/2ec597c99adae03f70f0146285cb30c99f3eee04089bc67840e6d6d987b8/sktime-0.4.3-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c14f3d5618568c2fd61a9f22437a6c31", "sha256": "8f1b791652341275ee44e763b4e6e5c95088946bd11a6c266f6d08bbed16e452" }, "downloads": -1, "filename": "sktime-0.4.3-cp37-cp37m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "c14f3d5618568c2fd61a9f22437a6c31", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5564165, "upload_time": "2020-10-20T16:25:03", "upload_time_iso_8601": "2020-10-20T16:25:03.874058Z", "url": "https://files.pythonhosted.org/packages/74/50/8c5fa68c9483d23634277d78c7b73b5f56619d46fe5f4e42d3654990ba94/sktime-0.4.3-cp37-cp37m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a42fdf773cc3accf148616bf168bb028", "sha256": "4b90a4fb58de3e9598f8b2d027a3da7ace4686def30bd453cbb0bc4e80300288" }, "downloads": -1, "filename": "sktime-0.4.3-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "a42fdf773cc3accf148616bf168bb028", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4246231, "upload_time": "2020-10-20T17:23:41", "upload_time_iso_8601": "2020-10-20T17:23:41.750601Z", "url": "https://files.pythonhosted.org/packages/3e/5f/f08fc453927ea9d9c2ed19ad8e42b33ec8a90491bdff127027b16c42970f/sktime-0.4.3-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d1bf46949ace51325a8f7eb331be8945", "sha256": "73c21abe2ebfd471c655a3559322d962bf5bc6cf295e8455e4d4517b3f5b3253" }, "downloads": -1, "filename": "sktime-0.4.3-cp38-cp38-macosx_10_13_x86_64.whl", "has_sig": false, "md5_digest": "d1bf46949ace51325a8f7eb331be8945", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4290632, "upload_time": "2020-10-20T16:16:56", "upload_time_iso_8601": "2020-10-20T16:16:56.734566Z", "url": "https://files.pythonhosted.org/packages/4a/70/be39acc527a1a0cda9f972bbf8acc4eb26677637093ec18f9f630a815211/sktime-0.4.3-cp38-cp38-macosx_10_13_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bb9c9dc810d04abc8cb61185d971fde1", "sha256": "30352d6a67276425ea0fd87cda9c5f5436dd80617fbb3449213640cade8ce433" }, "downloads": -1, "filename": "sktime-0.4.3-cp38-cp38-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "bb9c9dc810d04abc8cb61185d971fde1", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5193503, "upload_time": "2020-10-20T16:25:06", "upload_time_iso_8601": "2020-10-20T16:25:06.766780Z", "url": "https://files.pythonhosted.org/packages/e0/c3/a0f286d6d836b98cc6fc68de7bdbb918390026cdfdd3bb5714d4c1f93e6f/sktime-0.4.3-cp38-cp38-manylinux1_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce6d13eaaa42337bb01a769d1f5e5efa", "sha256": "7ec8ff211bdc2e2e25a550267ee13747d7eb046684a98effe6f2d736d8e325ee" }, "downloads": -1, "filename": "sktime-0.4.3-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "ce6d13eaaa42337bb01a769d1f5e5efa", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5596716, "upload_time": "2020-10-20T16:25:10", "upload_time_iso_8601": "2020-10-20T16:25:10.874791Z", "url": "https://files.pythonhosted.org/packages/29/d1/4f88ce265c0892f11157ac0e84003e6c565c5c1dc9e9da3f1ee3f50ac98e/sktime-0.4.3-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "00ffaa25fdaf8ba71a64ee44e366f66e", "sha256": "8cc750b165cc25e3ac438d254fad9509c4ceeadb4e270dca24923b6a31c1707e" }, "downloads": -1, "filename": "sktime-0.4.3-cp38-cp38-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "00ffaa25fdaf8ba71a64ee44e366f66e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5709728, "upload_time": "2020-10-20T16:25:13", "upload_time_iso_8601": "2020-10-20T16:25:13.978780Z", "url": "https://files.pythonhosted.org/packages/46/52/0b3169df49a3e79f94d0905c89fb29757cb6a7fd005be0894bb7d6a0a202/sktime-0.4.3-cp38-cp38-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f912dce5e3b6f4ecf55de80ccb05a31b", "sha256": "bee61b48acabfa59ddc71c3952da51e303fbb5ef0d7502c5866550fbc85427c6" }, "downloads": -1, "filename": "sktime-0.4.3-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "f912dce5e3b6f4ecf55de80ccb05a31b", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4255795, "upload_time": "2020-10-20T17:37:17", "upload_time_iso_8601": "2020-10-20T17:37:17.198787Z", "url": "https://files.pythonhosted.org/packages/88/ac/30b11bff6bbe75beeb2f35786dbd77d6ff84bb18415a2f9fd81cfc14264d/sktime-0.4.3-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "66c7bb9a888a0cc66ece93fb672a02e9", "sha256": "109b2cec82ebb2891256562ec16e10d7a1e285c597b65f1dfc03da44160956f1" }, "downloads": -1, "filename": "sktime-0.4.3.tar.gz", "has_sig": false, "md5_digest": "66c7bb9a888a0cc66ece93fb672a02e9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 9654577, "upload_time": "2020-10-20T16:11:04", "upload_time_iso_8601": "2020-10-20T16:11:04.846859Z", "url": "https://files.pythonhosted.org/packages/84/40/0e770a79f19c3b00b546afc2a1fa3817c386ffcfc58ff62bc59a023f5043/sktime-0.4.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "978b283c1947f44def863b1144763974", "sha256": "1b9a8048637a0200d9152464873966f143be26cbfb55e3a94d2df6729216f0dc" }, "downloads": -1, "filename": "sktime-0.5.0-cp36-cp36m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "978b283c1947f44def863b1144763974", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4348394, "upload_time": "2020-12-19T21:10:48", "upload_time_iso_8601": "2020-12-19T21:10:48.538423Z", "url": "https://files.pythonhosted.org/packages/79/c1/83233af37496adce926f9716abb432174b3a054f4e9a76222afabc30f187/sktime-0.5.0-cp36-cp36m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f484d0410e8ae5a1094ebc2a3faf3c69", "sha256": "96acc362100c29a2b82d60c60a8a4938308e89b0e616c4da8f0180b994cc8a02" }, "downloads": -1, "filename": "sktime-0.5.0-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "f484d0410e8ae5a1094ebc2a3faf3c69", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5504476, "upload_time": "2020-12-20T01:06:10", "upload_time_iso_8601": "2020-12-20T01:06:10.862933Z", "url": "https://files.pythonhosted.org/packages/64/76/594476619ea933e5156eb8ff4761cdf6df433e75cba05ac9f60d40a3d64c/sktime-0.5.0-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "51491ad8e385380d3baef39468f734c0", "sha256": "66154fec136306016bda2e2b35d26f4e086b3e084e28151a018f6367ebbdd91d" }, "downloads": -1, "filename": "sktime-0.5.0-cp36-cp36m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "51491ad8e385380d3baef39468f734c0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5616472, "upload_time": "2020-12-20T01:06:13", "upload_time_iso_8601": "2020-12-20T01:06:13.197054Z", "url": "https://files.pythonhosted.org/packages/ff/c2/87660603033afeb23ce2aa6b85d47b2dd3feb7d5074908d885c749e98900/sktime-0.5.0-cp36-cp36m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2624f78d8d9661756e9a189723f473d0", "sha256": "f950d1c1a19386bcdd0dd5ffc65f3977e4991efb6d05b8414b72e534e789496a" }, "downloads": -1, "filename": "sktime-0.5.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "2624f78d8d9661756e9a189723f473d0", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4297411, "upload_time": "2020-12-19T21:09:22", "upload_time_iso_8601": "2020-12-19T21:09:22.675669Z", "url": "https://files.pythonhosted.org/packages/74/b2/072c2b3a65ff94ed95cec9143852d954ae38f3697633c2e1c400db69fcd1/sktime-0.5.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4e6ca9f3252d903cb5e9136c7e469f82", "sha256": "08ba02ac9c299337da50dd5f96acaa8642da4a37457249b26908bfe7112a897a" }, "downloads": -1, "filename": "sktime-0.5.0-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "4e6ca9f3252d903cb5e9136c7e469f82", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4345275, "upload_time": "2020-12-19T21:12:43", "upload_time_iso_8601": "2020-12-19T21:12:43.701946Z", "url": "https://files.pythonhosted.org/packages/03/dc/e16972c9c3f19d4f5f1440b00bcf96b03c10b28ea2a85dacf48105ff2c24/sktime-0.5.0-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e045cfe319213bc6077efa5230e22bad", "sha256": "d8c0faeb5dc50da2cc81e7af5118e843d3e3e0f09ac8095b2e36e93cd16fd9b3" }, "downloads": -1, "filename": "sktime-0.5.0-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "e045cfe319213bc6077efa5230e22bad", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5504475, "upload_time": "2020-12-20T01:06:15", "upload_time_iso_8601": "2020-12-20T01:06:15.440826Z", "url": "https://files.pythonhosted.org/packages/c8/c7/4a96d46fef0611b00933303c2cab5fd84a51333897e6cdb978c29227e2db/sktime-0.5.0-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b45c50b5790f8c2b55d0a1f16f465fef", "sha256": "0e70e355c7b5be28aeb851094fdc15068a3cbac45ca9034ff726c116967341ee" }, "downloads": -1, "filename": "sktime-0.5.0-cp37-cp37m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "b45c50b5790f8c2b55d0a1f16f465fef", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5618565, "upload_time": "2020-12-20T01:06:17", "upload_time_iso_8601": "2020-12-20T01:06:17.014684Z", "url": "https://files.pythonhosted.org/packages/05/c6/41970a470763522651801526e7e3e6db5f58f71cf18d3480f0095755f7ba/sktime-0.5.0-cp37-cp37m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1fde22f1e6673c85147349d9325c2964", "sha256": "f85cd2f9d15181f61f2252d6a4ba4ebc398752313607bc4d4e2ddade62f70f8b" }, "downloads": -1, "filename": "sktime-0.5.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "1fde22f1e6673c85147349d9325c2964", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4298061, "upload_time": "2020-12-19T21:24:07", "upload_time_iso_8601": "2020-12-19T21:24:07.884416Z", "url": "https://files.pythonhosted.org/packages/68/9f/7959830517bbea9907c88cd1781ee03a6d58a48a91be398a6384ef5ddc5a/sktime-0.5.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "706a56a17e4f2ea649d750debfd8a2d7", "sha256": "e4bc637ff458a0ed20a82fdbcd8d8afc8cdbc0a258f6fc708e3a15b1395ceb3e" }, "downloads": -1, "filename": "sktime-0.5.0-cp38-cp38-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "706a56a17e4f2ea649d750debfd8a2d7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4348047, "upload_time": "2020-12-19T21:15:42", "upload_time_iso_8601": "2020-12-19T21:15:42.685639Z", "url": "https://files.pythonhosted.org/packages/79/46/935c92c2bc918352bb0547fb05f803f94d644ae93c5c7ccc80c702c5531f/sktime-0.5.0-cp38-cp38-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "603c4a1985099149031fc5cdecc4116e", "sha256": "c455e914965a3109296b76981cdcbd5cdb609e1ddea612eb83aa8afb6ed0b022" }, "downloads": -1, "filename": "sktime-0.5.0-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "603c4a1985099149031fc5cdecc4116e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5655577, "upload_time": "2020-12-20T01:06:19", "upload_time_iso_8601": "2020-12-20T01:06:19.227378Z", "url": "https://files.pythonhosted.org/packages/fc/af/889e77b360faa1d9f48b0349d5bc496ac374ef5b36e812bc508375a120aa/sktime-0.5.0-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "668ebff075b6a8473a1503cc3511550d", "sha256": "b8060610f1fd01b9763d69f5071b8600d41bd44ba9260d944f20d3d38a65405c" }, "downloads": -1, "filename": "sktime-0.5.0-cp38-cp38-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "668ebff075b6a8473a1503cc3511550d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5770765, "upload_time": "2020-12-20T01:06:21", "upload_time_iso_8601": "2020-12-20T01:06:21.131113Z", "url": "https://files.pythonhosted.org/packages/d1/a1/27b6c64390fecab966c10b6969453d6b0a24841604000235ed08ba28d8a7/sktime-0.5.0-cp38-cp38-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b6e23ea023b34dac547c3390bd7607b7", "sha256": "3052ce44603009fef36baadb991d8613493e6a807b477f5d1746c4e157fe4861" }, "downloads": -1, "filename": "sktime-0.5.0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "b6e23ea023b34dac547c3390bd7607b7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4307720, "upload_time": "2020-12-19T21:39:06", "upload_time_iso_8601": "2020-12-19T21:39:06.201806Z", "url": "https://files.pythonhosted.org/packages/1c/6e/fe6862e70b7c172e5f1843d13e5f65a034a614deb452e04061b4cccea379/sktime-0.5.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "d553118a6a2bfa2dfad5e44cf54be815", "sha256": "ac8211b6bdf01747dc6d8ec8ae4c90a5f7d7ab631e726574516be9c765402936" }, "downloads": -1, "filename": "sktime-0.5.1-cp36-cp36m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "d553118a6a2bfa2dfad5e44cf54be815", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4368560, "upload_time": "2020-12-29T22:19:35", "upload_time_iso_8601": "2020-12-29T22:19:35.388802Z", "url": "https://files.pythonhosted.org/packages/80/ad/5b7088998b22561c1d6dca2de71c7840a03b1bd752ff06f50bc569d91fe4/sktime-0.5.1-cp36-cp36m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9db57aac055972b2abe026648a65a7f2", "sha256": "4e646eae09534efb4dfcdb4fcbc7ac2ab18014c9bb1c1ae46172aee23ce93903" }, "downloads": -1, "filename": "sktime-0.5.1-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "9db57aac055972b2abe026648a65a7f2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5524657, "upload_time": "2020-12-29T22:53:39", "upload_time_iso_8601": "2020-12-29T22:53:39.504823Z", "url": "https://files.pythonhosted.org/packages/28/0c/92dec121759353590619b266ba14a360b22b35f2e0b81313b60fc4fcceee/sktime-0.5.1-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "adf7b79d0f68c470240216b6ba6302ba", "sha256": "e25ea5d0807d9efe813ccfd6470f82dfddba804046090000e8de9fe92489341f" }, "downloads": -1, "filename": "sktime-0.5.1-cp36-cp36m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "adf7b79d0f68c470240216b6ba6302ba", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5636653, "upload_time": "2020-12-29T22:53:41", "upload_time_iso_8601": "2020-12-29T22:53:41.446970Z", "url": "https://files.pythonhosted.org/packages/2e/3b/800883299f16a1dc5d6206b06833e568263618eb0cc9259c6aa92566860d/sktime-0.5.1-cp36-cp36m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c3196cbf0729249df66a3b2d2dcfa839", "sha256": "d723316671e3711e65078abc93dd736941513be17b621df48ce8134f05b1bd90" }, "downloads": -1, "filename": "sktime-0.5.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "c3196cbf0729249df66a3b2d2dcfa839", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4317574, "upload_time": "2020-12-30T00:34:45", "upload_time_iso_8601": "2020-12-30T00:34:45.171482Z", "url": "https://files.pythonhosted.org/packages/23/ab/3317ac3ea4d2c619d5867362da85378206c6bd59d658c2023b99e337d7ad/sktime-0.5.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8bee74b18ccbe4af3706fdcb7abbfaa", "sha256": "2cb2debab886c3015b49e8c60c07b2e96625d0461eb1d5354bead7086b7f38d9" }, "downloads": -1, "filename": "sktime-0.5.1-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "d8bee74b18ccbe4af3706fdcb7abbfaa", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4365441, "upload_time": "2020-12-29T22:15:58", "upload_time_iso_8601": "2020-12-29T22:15:58.023162Z", "url": "https://files.pythonhosted.org/packages/c3/c0/1f92a1ec52c08fceeeedcdc219cb97576018878b8801d279ef82670bf2de/sktime-0.5.1-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "97651fc2e2e4985842841fac7a287fa3", "sha256": "ff27f412d720c147c6aa4b9a3b3597720c8d8e20fd75e48eae784a33ace190c7" }, "downloads": -1, "filename": "sktime-0.5.1-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "97651fc2e2e4985842841fac7a287fa3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5524659, "upload_time": "2020-12-29T22:53:43", "upload_time_iso_8601": "2020-12-29T22:53:43.058177Z", "url": "https://files.pythonhosted.org/packages/cc/9c/988377f802820c5ec0b11eee47eaa3be5598696a8c7b4fad67bce5219c45/sktime-0.5.1-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "842b0a18443bc280e689f229bb957e92", "sha256": "b96fbaa4384eb73d2d76e3310f966cd3cd82501400551e5b8307d33ac7c95579" }, "downloads": -1, "filename": "sktime-0.5.1-cp37-cp37m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "842b0a18443bc280e689f229bb957e92", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5638749, "upload_time": "2020-12-29T22:53:44", "upload_time_iso_8601": "2020-12-29T22:53:44.993291Z", "url": "https://files.pythonhosted.org/packages/2e/5c/a6e83fdd9350ca3a13058c810fff66d5a159d6f938ef0cf2881e3750edba/sktime-0.5.1-cp37-cp37m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "017f97ae6d9197dcabe44deff92385d5", "sha256": "cba282b17a69d0d016605face265a704261ede1910a32bdb0ed6aba25897158c" }, "downloads": -1, "filename": "sktime-0.5.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "017f97ae6d9197dcabe44deff92385d5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4318225, "upload_time": "2020-12-30T00:52:53", "upload_time_iso_8601": "2020-12-30T00:52:53.646123Z", "url": "https://files.pythonhosted.org/packages/9b/b1/64adf1b0de9835964aa03e65f299757e72abe39f17e3fb9bb7521877ef8e/sktime-0.5.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5376fd243c1a3adc7b22bfb9dbcfc13a", "sha256": "83715bd4a5a3b119f70acc058a2d2cdb986df3e6ed05d358593a6e1e035ac5d9" }, "downloads": -1, "filename": "sktime-0.5.1-cp38-cp38-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "5376fd243c1a3adc7b22bfb9dbcfc13a", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4368216, "upload_time": "2020-12-29T22:25:08", "upload_time_iso_8601": "2020-12-29T22:25:08.078908Z", "url": "https://files.pythonhosted.org/packages/0a/0b/e743626575092410482b4343e374e52f7d24cea96b85d1b82f694f65219b/sktime-0.5.1-cp38-cp38-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "81649e2cefde998b5a98c8e132634dfb", "sha256": "19fe5513590506a58913b83397e71c395b94a448a5e90facf0c3b8743760dde7" }, "downloads": -1, "filename": "sktime-0.5.1-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "81649e2cefde998b5a98c8e132634dfb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5675755, "upload_time": "2020-12-29T22:53:46", "upload_time_iso_8601": "2020-12-29T22:53:46.687648Z", "url": "https://files.pythonhosted.org/packages/d4/4d/fc2312c2c3db5e2f83a80275d901e8efd5dc799423bd96895ac20cf22c00/sktime-0.5.1-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a44c82aa5fc0c0131ec2f8a5dae9877d", "sha256": "902ac9585eff30d15c801be6a4f4bfb7bb6187d0de299b945c40bff7b675e868" }, "downloads": -1, "filename": "sktime-0.5.1-cp38-cp38-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "a44c82aa5fc0c0131ec2f8a5dae9877d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5790949, "upload_time": "2020-12-29T22:53:48", "upload_time_iso_8601": "2020-12-29T22:53:48.750058Z", "url": "https://files.pythonhosted.org/packages/a1/db/9e4867d0f5a8cbc302c2165818804e1d0704c993bbe97fc30b675eac137b/sktime-0.5.1-cp38-cp38-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "415fe2627f5469fb72cc53a61755ec3c", "sha256": "9f7d589cc99ac7c61d64d1c040413a5f404b04f57700160f5527c9b57e607de0" }, "downloads": -1, "filename": "sktime-0.5.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "415fe2627f5469fb72cc53a61755ec3c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4327884, "upload_time": "2020-12-30T01:11:02", "upload_time_iso_8601": "2020-12-30T01:11:02.068206Z", "url": "https://files.pythonhosted.org/packages/3a/ca/0607fd6cbc8e21987d6cf650f7ad94e76cdb4e5ca172f0f345aa1cc91afd/sktime-0.5.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "2a1a3fcf1485f632f1c5f19698437090", "sha256": "db31d8a700c45cde946796680577ef079a3ea494ffe1ab3bb46d895bb63eef2c" }, "downloads": -1, "filename": "sktime-0.5.2-cp36-cp36m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "2a1a3fcf1485f632f1c5f19698437090", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4387926, "upload_time": "2021-01-13T11:10:17", "upload_time_iso_8601": "2021-01-13T11:10:17.110926Z", "url": "https://files.pythonhosted.org/packages/2f/df/41764169faed029eea2115a35209364fd69b1b25e831cc8c554f81ec4dc9/sktime-0.5.2-cp36-cp36m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e5ceafd28ebe88f377f63a008a58bba", "sha256": "7472adab4b1c37a218b98d3ae72e7025195821cbb655b919dd2cb7bdcf1f4d78" }, "downloads": -1, "filename": "sktime-0.5.2-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "5e5ceafd28ebe88f377f63a008a58bba", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5544402, "upload_time": "2021-01-13T11:42:10", "upload_time_iso_8601": "2021-01-13T11:42:10.623400Z", "url": "https://files.pythonhosted.org/packages/74/de/22e26dc8ed1c19b42e1072a190de1a7276e9b887bba688f7929df50e36e2/sktime-0.5.2-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f5459461725adcdd6846d01b9ee1ecbe", "sha256": "a275c53a29fa2843073d1d751ee1ead556a139d5ae9acbf141737a93618e9d3e" }, "downloads": -1, "filename": "sktime-0.5.2-cp36-cp36m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "f5459461725adcdd6846d01b9ee1ecbe", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5656561, "upload_time": "2021-01-13T11:42:12", "upload_time_iso_8601": "2021-01-13T11:42:12.500894Z", "url": "https://files.pythonhosted.org/packages/c0/d2/cd05b0ec4cb060d0dbbd428c7949de680b7d080c768b1e758328530bfb77/sktime-0.5.2-cp36-cp36m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "48c5a332035d5cfebc50871d85763a57", "sha256": "84188f6114f37d6a9df6869ab4e08cdea810b27c07393b11981bd50485db2ed6" }, "downloads": -1, "filename": "sktime-0.5.2-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "48c5a332035d5cfebc50871d85763a57", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4336862, "upload_time": "2021-01-13T11:58:31", "upload_time_iso_8601": "2021-01-13T11:58:31.628652Z", "url": "https://files.pythonhosted.org/packages/64/d8/79f6a5221d2b49f46d9bbdb2bf4ed44bf44a2a27d092633678f32c7cb9a9/sktime-0.5.2-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "639f6e8c14bd05b58b11f76e3b85f08f", "sha256": "d890456298a0625ceac6f0ab0711057c767e90474ad10568aaeccc95b3a64f3d" }, "downloads": -1, "filename": "sktime-0.5.2-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "639f6e8c14bd05b58b11f76e3b85f08f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4384836, "upload_time": "2021-01-13T11:32:58", "upload_time_iso_8601": "2021-01-13T11:32:58.784941Z", "url": "https://files.pythonhosted.org/packages/e1/fb/4fb234f9a948a683a23d07df5d249f32a59d14865d7a199637affa55f911/sktime-0.5.2-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "012933dec1ecb6bae9605925c83f654a", "sha256": "f7060a1087538d51da6ac45dfa5b726f1b39bbbed700096640a739273e022e57" }, "downloads": -1, "filename": "sktime-0.5.2-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "012933dec1ecb6bae9605925c83f654a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5544502, "upload_time": "2021-01-13T11:42:14", "upload_time_iso_8601": "2021-01-13T11:42:14.438024Z", "url": "https://files.pythonhosted.org/packages/fa/69/80fa225f4e8a8f7ef90dad359415a4a94dd90a585bfeac75c89e6f235592/sktime-0.5.2-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "604587c76373c53ed4f8d29fbdd4db6c", "sha256": "01567cd9cd012d9a7985ab73bc97d191a202677df2bb8dfb89f4779a4362e235" }, "downloads": -1, "filename": "sktime-0.5.2-cp37-cp37m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "604587c76373c53ed4f8d29fbdd4db6c", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5658591, "upload_time": "2021-01-13T11:42:16", "upload_time_iso_8601": "2021-01-13T11:42:16.369997Z", "url": "https://files.pythonhosted.org/packages/23/25/e8e15ef7fdcdab5653bbf81480995b7a5900a95c466fd345364084deb660/sktime-0.5.2-cp37-cp37m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2a0940b3693a5f0f9b60a1780d37e646", "sha256": "a2a2e6ea717fe1c8a33ef65fce8927d85aedbed204f0730abf2b36cc5ae10d0d" }, "downloads": -1, "filename": "sktime-0.5.2-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "2a0940b3693a5f0f9b60a1780d37e646", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4337528, "upload_time": "2021-01-13T12:15:33", "upload_time_iso_8601": "2021-01-13T12:15:33.181822Z", "url": "https://files.pythonhosted.org/packages/4e/63/12f507102addbf7289e2639d3103270e840ec0ebf941cde88fa99b8fefb5/sktime-0.5.2-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7677dfb71e2e98e0047aeca350b6612e", "sha256": "97ce8134324e7d9c32e8f5825580d788910cc92b2d5c79346371c1432195a9cf" }, "downloads": -1, "filename": "sktime-0.5.2-cp38-cp38-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "7677dfb71e2e98e0047aeca350b6612e", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4387535, "upload_time": "2021-01-13T11:18:50", "upload_time_iso_8601": "2021-01-13T11:18:50.190769Z", "url": "https://files.pythonhosted.org/packages/13/36/9ab6e4bc21cbd5a47d3a591a9e6b8e6a83d2fc387aa3b3074e5a4b26e8d2/sktime-0.5.2-cp38-cp38-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a68c6041ac4009966f83da89c5b99a09", "sha256": "e36f58affac6ae93ce1dd61798306186edec91221003c4319126c81e5d2d19f0" }, "downloads": -1, "filename": "sktime-0.5.2-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "a68c6041ac4009966f83da89c5b99a09", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5695777, "upload_time": "2021-01-13T11:42:18", "upload_time_iso_8601": "2021-01-13T11:42:18.368736Z", "url": "https://files.pythonhosted.org/packages/39/01/5366d7c123a3277cf167271956531ca6797818d676f0a0ced93b90b3dbeb/sktime-0.5.2-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5e59225c3c385cb6e934fe06a3699adb", "sha256": "5ab6ccc3954974e00f1acfc62a8199a4b6093ebdf018edba6adfa16a503a9da2" }, "downloads": -1, "filename": "sktime-0.5.2-cp38-cp38-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "5e59225c3c385cb6e934fe06a3699adb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5810886, "upload_time": "2021-01-13T11:42:20", "upload_time_iso_8601": "2021-01-13T11:42:20.367230Z", "url": "https://files.pythonhosted.org/packages/7a/fb/2ea3d337a00bf3f436c6bb23fefe89a8d7aa04de105f9bee11633125d146/sktime-0.5.2-cp38-cp38-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4d4b13ac41925991d9acaa1e2ed3132f", "sha256": "41c7d400f08e7b5eed9244fd9a8ad8912164ec7fd28febdeab670f27bb8c0b12" }, "downloads": -1, "filename": "sktime-0.5.2-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "4d4b13ac41925991d9acaa1e2ed3132f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4347113, "upload_time": "2021-01-13T12:32:35", "upload_time_iso_8601": "2021-01-13T12:32:35.569525Z", "url": "https://files.pythonhosted.org/packages/e7/95/482d2508e1746c5f75838a3636b8a8154d0ec44b9a5e33f97e38bcc97435/sktime-0.5.2-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6f0fa9739af19b1ca1a882d0b23d64e6", "sha256": "6473161977c2e5aed303aa7c8615c4f6d419195fc532e31b6cd7023b1291845c" }, "downloads": -1, "filename": "sktime-0.5.2.tar.gz", "has_sig": false, "md5_digest": "6f0fa9739af19b1ca1a882d0b23d64e6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 38034316, "upload_time": "2021-03-24T23:53:14", "upload_time_iso_8601": "2021-03-24T23:53:14.768307Z", "url": "https://files.pythonhosted.org/packages/a5/b2/59da3123b4e89a5eb93804b089a99d61907bc492d4d1b516967b0bc41aa6/sktime-0.5.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "a961ce84609585f9cb7180ff642849a9", "sha256": "65673e314726df3cd61c21d132ed29641718055f26c77dd11a6a0ddf9b3ff02c" }, "downloads": -1, "filename": "sktime-0.5.3-cp36-cp36m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "a961ce84609585f9cb7180ff642849a9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4399479, "upload_time": "2021-02-06T11:46:30", "upload_time_iso_8601": "2021-02-06T11:46:30.497167Z", "url": "https://files.pythonhosted.org/packages/3f/f6/c32ca22fbd273221c63e31b402ea4bff2e52c8d3a1d1ec90485013da3757/sktime-0.5.3-cp36-cp36m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d3e43fde9f316d24747645c0ad483f2b", "sha256": "010ffcf0a2dd209d9e3bd37e0aeb18da5fb92a49c8808c4441a60dcc334d6a78" }, "downloads": -1, "filename": "sktime-0.5.3-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "d3e43fde9f316d24747645c0ad483f2b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5556340, "upload_time": "2021-02-06T12:20:30", "upload_time_iso_8601": "2021-02-06T12:20:30.959206Z", "url": "https://files.pythonhosted.org/packages/a1/4e/3bc2c8589498a7b10481ffc09218228a3a38ce900186ae2a73608fc7fd0c/sktime-0.5.3-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "550a02b02387f3564e46e019e2098e42", "sha256": "7ddce21304d8f33d038b18ae9e6126b3836a868a91559e5fa2d357427ae38206" }, "downloads": -1, "filename": "sktime-0.5.3-cp36-cp36m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "550a02b02387f3564e46e019e2098e42", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5668903, "upload_time": "2021-02-06T12:20:32", "upload_time_iso_8601": "2021-02-06T12:20:32.963698Z", "url": "https://files.pythonhosted.org/packages/23/33/9c41660bf00420033a6e07809491263cc9a7d889ec4dfb2f7ea4a2f1bb63/sktime-0.5.3-cp36-cp36m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "301a267836293f32f3fe81f7dd172981", "sha256": "1b4e3d97f69d6597017d2896f713f25d1b566da7fb9a9c219089abfb196c8530" }, "downloads": -1, "filename": "sktime-0.5.3-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "301a267836293f32f3fe81f7dd172981", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4348199, "upload_time": "2021-02-06T12:04:07", "upload_time_iso_8601": "2021-02-06T12:04:07.657863Z", "url": "https://files.pythonhosted.org/packages/c2/2a/5373cf07171881ff3de38fa8e8ec1b1949df314accb8e450e4c65f814271/sktime-0.5.3-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e00159f1f60d884cfa4c820daa4de2bf", "sha256": "231ae08b7e70276b6b22e378aa6c5f2217c964123ced09755a5ab08086cbb3b6" }, "downloads": -1, "filename": "sktime-0.5.3-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "e00159f1f60d884cfa4c820daa4de2bf", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4396432, "upload_time": "2021-02-06T11:40:49", "upload_time_iso_8601": "2021-02-06T11:40:49.887861Z", "url": "https://files.pythonhosted.org/packages/5d/30/f9c83f5766c322832b6f3a8ad8279cd1f64fb816584420a005858e9b5816/sktime-0.5.3-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0ec9db7d1773a1e82eb455fefc7bc19d", "sha256": "2630701238f4730cb6202c63516708d6fde62cebaffc07f47f64c0183f2f0f52" }, "downloads": -1, "filename": "sktime-0.5.3-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "0ec9db7d1773a1e82eb455fefc7bc19d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5556310, "upload_time": "2021-02-06T12:20:35", "upload_time_iso_8601": "2021-02-06T12:20:35.067081Z", "url": "https://files.pythonhosted.org/packages/01/b4/ae4b615fd50805e4c3277922b34a4e9bfe5262fdb1036c6e78fe7a191362/sktime-0.5.3-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4d2fddffbe9eb1516447ab89039ceb9f", "sha256": "86dbaa4f9a7c44eddf324fc6087a94ab4fa3e274be0bbc937b105b54df83f387" }, "downloads": -1, "filename": "sktime-0.5.3-cp37-cp37m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "4d2fddffbe9eb1516447ab89039ceb9f", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5671099, "upload_time": "2021-02-06T12:20:36", "upload_time_iso_8601": "2021-02-06T12:20:36.766682Z", "url": "https://files.pythonhosted.org/packages/cb/da/50152302ec50c4be412f028edd9173b66121ed7af80473cca47ef6eae65b/sktime-0.5.3-cp37-cp37m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0e725832cbbd442923bc90c12b375019", "sha256": "765d7dd52a332feeb405bb24bac78c522bddd7ce758d71277d8c1acead6dc94d" }, "downloads": -1, "filename": "sktime-0.5.3-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "0e725832cbbd442923bc90c12b375019", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4348886, "upload_time": "2021-02-06T12:21:38", "upload_time_iso_8601": "2021-02-06T12:21:38.669929Z", "url": "https://files.pythonhosted.org/packages/8f/81/369b1e8b3f0847230d93efa1d88a8181d44e49afd806fc767224ebc20352/sktime-0.5.3-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "315f2894361914e8348befa391eebc8d", "sha256": "917eab2a37bf97955e9846ae0e2bfbdf3ba786b1e39d45073f2177d6dc877ab1" }, "downloads": -1, "filename": "sktime-0.5.3-cp38-cp38-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "315f2894361914e8348befa391eebc8d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4399057, "upload_time": "2021-02-06T11:47:07", "upload_time_iso_8601": "2021-02-06T11:47:07.448738Z", "url": "https://files.pythonhosted.org/packages/9d/fe/5bec08194f2d514e3a91b0f2b50c9223804a4324a2453365385ecab34ce1/sktime-0.5.3-cp38-cp38-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1d31f890c1a9f0fc642b99964eace225", "sha256": "182046de0954d776b117231b8b042d7fcf637b9a8dc37d60b7d33a4780237e90" }, "downloads": -1, "filename": "sktime-0.5.3-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "1d31f890c1a9f0fc642b99964eace225", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5707769, "upload_time": "2021-02-06T12:20:38", "upload_time_iso_8601": "2021-02-06T12:20:38.760834Z", "url": "https://files.pythonhosted.org/packages/ee/2c/781895f9083f365d6b3f0e55986f72c58aff8eef7cd6d066395f1ae4afcb/sktime-0.5.3-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3d994bf74cc3fe030305018609af8428", "sha256": "30e3d05aced5fae4f3688cd30ce44aeb62679bfe1229832b991fa78daefaa121" }, "downloads": -1, "filename": "sktime-0.5.3-cp38-cp38-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "3d994bf74cc3fe030305018609af8428", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5822787, "upload_time": "2021-02-06T12:20:40", "upload_time_iso_8601": "2021-02-06T12:20:40.730788Z", "url": "https://files.pythonhosted.org/packages/ae/bc/80aaf4a61632b4eb672538da3ee1b6081a66405cb2e0e0141566c4f180e8/sktime-0.5.3-cp38-cp38-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "667962b5861b5899e6d3d241ba4901c6", "sha256": "4b48a11571eaf2474b7f9413439a4c1cb15a656cef59a66e74552b48ca3c4428" }, "downloads": -1, "filename": "sktime-0.5.3-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "667962b5861b5899e6d3d241ba4901c6", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4358412, "upload_time": "2021-02-06T12:40:07", "upload_time_iso_8601": "2021-02-06T12:40:07.289255Z", "url": "https://files.pythonhosted.org/packages/08/21/3ae2433b00da4432ecea5763ea0029e631a13b27544b79214fae08f4ff96/sktime-0.5.3-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2b466edf2546fd5f459c530b25f7c21a", "sha256": "fed22daa96b8ca1133633beecb583f52d7aaf5e6f614b9ff6020b6bcc9cb6741" }, "downloads": -1, "filename": "sktime-0.5.3.tar.gz", "has_sig": false, "md5_digest": "2b466edf2546fd5f459c530b25f7c21a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 37921427, "upload_time": "2021-03-24T23:48:18", "upload_time_iso_8601": "2021-03-24T23:48:18.243841Z", "url": "https://files.pythonhosted.org/packages/17/ed/ce48376261d27a3ea77f4eadfaf6a8a8fce229d2052681e8fb15ce78dc22/sktime-0.5.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "09e7197b3870bb0c754c25193cf7179d", "sha256": "41ca24269dba7e37900bc18801e1906c63cf7bf23cedfeaa404e6e86fc9cfb18" }, "downloads": -1, "filename": "sktime-0.6.0-cp36-cp36m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "09e7197b3870bb0c754c25193cf7179d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4422278, "upload_time": "2021-04-15T10:41:18", "upload_time_iso_8601": "2021-04-15T10:41:18.376903Z", "url": "https://files.pythonhosted.org/packages/13/d2/b6e1542e85cf80d40d59f86a1f19c99e18db7ce764d5940c851fefc1385e/sktime-0.6.0-cp36-cp36m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5f311fa8fd13814e8d8458c79ece4557", "sha256": "4fb0f7b8b4201e5c7e2964e459a598e4ae6b6c839decf771c1270d8d1344f4be" }, "downloads": -1, "filename": "sktime-0.6.0-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "5f311fa8fd13814e8d8458c79ece4557", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5579173, "upload_time": "2021-04-15T11:33:38", "upload_time_iso_8601": "2021-04-15T11:33:38.442641Z", "url": "https://files.pythonhosted.org/packages/17/f5/336efe56795555b8efe2fc00f8485007b30bbd161fc5f7f4d0cc2794f700/sktime-0.6.0-cp36-cp36m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d06b1cc1d4ffb033c2ebeb446c184f21", "sha256": "b4a157b9710534400befc9d504d9d28df69466e158798525ee4461d22a11ed6f" }, "downloads": -1, "filename": "sktime-0.6.0-cp36-cp36m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "d06b1cc1d4ffb033c2ebeb446c184f21", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5691708, "upload_time": "2021-04-15T11:33:40", "upload_time_iso_8601": "2021-04-15T11:33:40.963140Z", "url": "https://files.pythonhosted.org/packages/ca/f8/7a49369ee61c124c0e0c0356908964d8a11c973ed15999d1238288db7d28/sktime-0.6.0-cp36-cp36m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "47e18909bf05ed7357d5c43b7cb67eb9", "sha256": "3c21d3991c8ae3276526f515efc55a7ddaf6fe5c201394e1d61a3a2bb97035e5" }, "downloads": -1, "filename": "sktime-0.6.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "47e18909bf05ed7357d5c43b7cb67eb9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4371017, "upload_time": "2021-04-15T12:02:53", "upload_time_iso_8601": "2021-04-15T12:02:53.433430Z", "url": "https://files.pythonhosted.org/packages/46/6d/6a6c77572e35b0fa32047b051b817cbf6ce9e66fd99dafa47b7556b74137/sktime-0.6.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "89868ecee4d979decaae302f62cfb8a8", "sha256": "ca37f2f44343d93e1ebe4c13a22c421367895777cb24cc314b19e81007972637" }, "downloads": -1, "filename": "sktime-0.6.0-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "89868ecee4d979decaae302f62cfb8a8", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4419238, "upload_time": "2021-04-15T11:09:28", "upload_time_iso_8601": "2021-04-15T11:09:28.244426Z", "url": "https://files.pythonhosted.org/packages/ee/83/40546b03fa833e2e83b7a0c3c29ba5e57fbcd3c8a472c5fda8042aa46388/sktime-0.6.0-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21470511a2b035f77071bf5dce19dace", "sha256": "b1d6f7bec02ee6a4c7f60441f10dd518eb9bf2a2324a07a1d690eec6ea6f4e01" }, "downloads": -1, "filename": "sktime-0.6.0-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "21470511a2b035f77071bf5dce19dace", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5579122, "upload_time": "2021-04-15T11:33:43", "upload_time_iso_8601": "2021-04-15T11:33:43.453346Z", "url": "https://files.pythonhosted.org/packages/ba/83/41252e7b8440837726f5927abac0c8e98fbf3e6fdac3cc592c150c9d5f28/sktime-0.6.0-cp37-cp37m-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b0f717b3d6b28916708271dd650b00b6", "sha256": "edb3f7ac5b084cb192671ba426711bed59e41236563b39d8261e4e00e24387e4" }, "downloads": -1, "filename": "sktime-0.6.0-cp37-cp37m-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "b0f717b3d6b28916708271dd650b00b6", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5693840, "upload_time": "2021-04-15T11:33:45", "upload_time_iso_8601": "2021-04-15T11:33:45.186165Z", "url": "https://files.pythonhosted.org/packages/ed/0b/ee4c2a9f2ef22eea4e202c4740142f3dfb8a3e5f9f1b36731b39b58ca432/sktime-0.6.0-cp37-cp37m-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "55f1a33d06fc9697de0b139c7a4a33e4", "sha256": "a1be4177023d248fe00b7bb17d2e95bce63e6f9a78748dd5bb04d52b271838b6" }, "downloads": -1, "filename": "sktime-0.6.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "55f1a33d06fc9697de0b139c7a4a33e4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4371700, "upload_time": "2021-04-15T12:29:27", "upload_time_iso_8601": "2021-04-15T12:29:27.630393Z", "url": "https://files.pythonhosted.org/packages/1b/15/91c8bbad48fed448e9b538223689ab1356609decac60ff966e63f8543536/sktime-0.6.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0904e227f74beef5159bab73fda4b288", "sha256": "20cb6f04f7cb31d3a2c15c8213691eaef8a26e1ec3ac2a487aa75b531286e811" }, "downloads": -1, "filename": "sktime-0.6.0-cp38-cp38-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "0904e227f74beef5159bab73fda4b288", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4421853, "upload_time": "2021-04-15T10:45:37", "upload_time_iso_8601": "2021-04-15T10:45:37.097116Z", "url": "https://files.pythonhosted.org/packages/09/e7/3b889b4cf56d628de25b0260d6ffd24d4b3dee74c41beffbe801e4d4314b/sktime-0.6.0-cp38-cp38-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc8b7165379d0064fac1d348b359352d", "sha256": "f4a12a6466f02f86b4f06781c1a1e1c47ee4e8a6f69cd85e851b3b97bd0988ee" }, "downloads": -1, "filename": "sktime-0.6.0-cp38-cp38-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "fc8b7165379d0064fac1d348b359352d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5730578, "upload_time": "2021-04-15T11:33:47", "upload_time_iso_8601": "2021-04-15T11:33:47.191009Z", "url": "https://files.pythonhosted.org/packages/1c/e8/5dc33d90aad2041ceb95543488fd13ca57bb5e0b3b574a4bffdbb122172f/sktime-0.6.0-cp38-cp38-manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "616c7c37bfe3c5cf154fa323c484426c", "sha256": "16336b7920e92637ede8903c76fcdfc0ed8a356b07deed89f394ba9df98aa03f" }, "downloads": -1, "filename": "sktime-0.6.0-cp38-cp38-manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "616c7c37bfe3c5cf154fa323c484426c", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5845537, "upload_time": "2021-04-15T11:33:48", "upload_time_iso_8601": "2021-04-15T11:33:48.921217Z", "url": "https://files.pythonhosted.org/packages/8e/0e/4ed7d14b8e2a1ec624b3b64359d434b9e976850ee269f0c396e9ab2df6da/sktime-0.6.0-cp38-cp38-manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f30e0aae7192aa59d8cac4140b94805d", "sha256": "8bae174b809ac8c7034279b50bfe41ee6da6ebd528dc89fb208c44ffccbc309a" }, "downloads": -1, "filename": "sktime-0.6.0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "f30e0aae7192aa59d8cac4140b94805d", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4381401, "upload_time": "2021-04-15T12:56:05", "upload_time_iso_8601": "2021-04-15T12:56:05.157902Z", "url": "https://files.pythonhosted.org/packages/ea/25/2b50b082246eb04505f62d40a3657328d1269b239690a4409b5160a3c088/sktime-0.6.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e76f04d8b6e44bbb56060c1c0c20cae8", "sha256": "818dc3510dd2f57b85433e8733ca35f0fcb7bd354503104c9474a1e95284a8ca" }, "downloads": -1, "filename": "sktime-0.6.0.tar.gz", "has_sig": false, "md5_digest": "e76f04d8b6e44bbb56060c1c0c20cae8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10698220, "upload_time": "2021-04-15T10:41:21", "upload_time_iso_8601": "2021-04-15T10:41:21.041854Z", "url": "https://files.pythonhosted.org/packages/74/a9/d59f16ac5bfcc532a6a4810fece18ee89b934a270c4aa8b166393dc3d9d6/sktime-0.6.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "54945d1a671288dfae5dc5d1a510673b", "sha256": "607aaf1e9cf818fe5b797a03e80557c9dbb13d085d6bae7e63d01c07e4b4fae9" }, "downloads": -1, "filename": "sktime-0.6.1-cp36-cp36m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "54945d1a671288dfae5dc5d1a510673b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4428683, "upload_time": "2021-05-14T23:35:10", "upload_time_iso_8601": "2021-05-14T23:35:10.224328Z", "url": "https://files.pythonhosted.org/packages/09/5d/7d5d83e54308a523a750afa93782ce087b239ac688b7075ebf08ead7b7f2/sktime-0.6.1-cp36-cp36m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d6db116a6ba9587de637be250c961278", "sha256": "8306cad3dd4e7000b529d394a7b6bd3be55b6a532a55d5a9a58f9c6f20c2ea66" }, "downloads": -1, "filename": "sktime-0.6.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "d6db116a6ba9587de637be250c961278", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5588106, "upload_time": "2021-05-14T23:36:17", "upload_time_iso_8601": "2021-05-14T23:36:17.244104Z", "url": "https://files.pythonhosted.org/packages/25/31/571e20121220312f48f8e9f786c56c18f2264b4ed4fa9a7fd43233d3f16e/sktime-0.6.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8e37b1e75939f6079d64a2e11c66f876", "sha256": "6e043ffeb04fdd26d2e8733922604eb1631d115b56ff1e0fa4918304e309f8ac" }, "downloads": -1, "filename": "sktime-0.6.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "8e37b1e75939f6079d64a2e11c66f876", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5699761, "upload_time": "2021-05-14T23:36:19", "upload_time_iso_8601": "2021-05-14T23:36:19.230790Z", "url": "https://files.pythonhosted.org/packages/2e/a3/782eb6e1ef61227626004c0403796d9a92177439df88601ec780f43a4c4e/sktime-0.6.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c72b1ec3d333717440102312f5b29088", "sha256": "a026fac9cf5815c0e7689fa9d63ba73197c4421562a1fe2b519f3df58c6104ba" }, "downloads": -1, "filename": "sktime-0.6.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "c72b1ec3d333717440102312f5b29088", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4381860, "upload_time": "2021-05-15T01:45:12", "upload_time_iso_8601": "2021-05-15T01:45:12.358001Z", "url": "https://files.pythonhosted.org/packages/a5/26/ea89b38156226fce7a70278e92820c4af7052476830501d6845863e315e7/sktime-0.6.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ddf10d0a7329c65e348a028400f17c02", "sha256": "00819fd78a24d3f8278f9c1e6995cf541dd062f16d788933137c242a53038eb5" }, "downloads": -1, "filename": "sktime-0.6.1-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "ddf10d0a7329c65e348a028400f17c02", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4429308, "upload_time": "2021-05-14T23:18:54", "upload_time_iso_8601": "2021-05-14T23:18:54.913323Z", "url": "https://files.pythonhosted.org/packages/ad/7b/bbacd9d9f761b1e106a42cb76d29997f4493536ec1131c682797eb2468e0/sktime-0.6.1-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc90ddd5cea189a8d6d810636c5a5209", "sha256": "2509e7795a0e38db4786c279fec05bf0d0e7ab8919c9899785a163e0a051aec2" }, "downloads": -1, "filename": "sktime-0.6.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "fc90ddd5cea189a8d6d810636c5a5209", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5588007, "upload_time": "2021-05-14T23:36:20", "upload_time_iso_8601": "2021-05-14T23:36:20.931779Z", "url": "https://files.pythonhosted.org/packages/86/72/f0359ce760fe625e4e795667348f3f89ed8dfd3cf2b0d633ca29b0b7fd9d/sktime-0.6.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0c3c05ec85f564707aa80f54f4e89e6b", "sha256": "efa740a3207d20ebde8fd67247a529393e27652810fbfd8950bb53d5d45f6a9a" }, "downloads": -1, "filename": "sktime-0.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "0c3c05ec85f564707aa80f54f4e89e6b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5701683, "upload_time": "2021-05-14T23:36:22", "upload_time_iso_8601": "2021-05-14T23:36:22.669950Z", "url": "https://files.pythonhosted.org/packages/be/47/1cdd9342586b1695397bc72b8602cac2f9af7a49e1b51ddb5452d23d99c9/sktime-0.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "49deacde2bbf91c2279e9bbcb65e09be", "sha256": "13ff486b4647c332dbf4918f0e2e4dda43afea989bed73d5a2da65ebb660423d" }, "downloads": -1, "filename": "sktime-0.6.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "49deacde2bbf91c2279e9bbcb65e09be", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4382222, "upload_time": "2021-05-15T02:09:47", "upload_time_iso_8601": "2021-05-15T02:09:47.638722Z", "url": "https://files.pythonhosted.org/packages/a6/07/cbc59acef673c55dfb261115186db005b0447eefac27f69a23ae2f07583c/sktime-0.6.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6516b18d207ef2839b8d4dfbf825c2f7", "sha256": "e005e6d8f59a0bc16c264be853969efcfdb21d43da90302386d57c7e8bfd4661" }, "downloads": -1, "filename": "sktime-0.6.1-cp38-cp38-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "6516b18d207ef2839b8d4dfbf825c2f7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4433174, "upload_time": "2021-05-14T23:33:20", "upload_time_iso_8601": "2021-05-14T23:33:20.359150Z", "url": "https://files.pythonhosted.org/packages/88/06/904b416ddcd2e494cd49b36c2ffbbeeffbce8e26df96141fd7f3894ae88d/sktime-0.6.1-cp38-cp38-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "39f44361a1e9db552d3a273d03c9b52f", "sha256": "d8abe3537317d7ff404eb500add387b1c452c6c2f62044b797593269ddeb464e" }, "downloads": -1, "filename": "sktime-0.6.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "39f44361a1e9db552d3a273d03c9b52f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5732825, "upload_time": "2021-05-14T23:36:25", "upload_time_iso_8601": "2021-05-14T23:36:25.092506Z", "url": "https://files.pythonhosted.org/packages/0f/73/0586487240361464d3696c80148456cff9867937c04f6f476e26c97b4ad3/sktime-0.6.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce2b633e15a9cf6ad4de959355f91ba7", "sha256": "a67524c1630dc51465f0bb45e37174d0ae291ce864f5e7288253208b458c0f91" }, "downloads": -1, "filename": "sktime-0.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "ce2b633e15a9cf6ad4de959355f91ba7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5846804, "upload_time": "2021-05-14T23:36:27", "upload_time_iso_8601": "2021-05-14T23:36:27.056440Z", "url": "https://files.pythonhosted.org/packages/81/f0/280fe88309ffac9cc8bb66265c80c6184d101b858117b37f56ab27e2da07/sktime-0.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "93b026b8f0d493115cd79059d112e12a", "sha256": "f9b87c108bb3cb060c547b3f171fc586751011a44e788178d96592ef3297487a" }, "downloads": -1, "filename": "sktime-0.6.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "93b026b8f0d493115cd79059d112e12a", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4391717, "upload_time": "2021-05-15T02:36:27", "upload_time_iso_8601": "2021-05-15T02:36:27.588690Z", "url": "https://files.pythonhosted.org/packages/1f/ce/d0be87ed65e1f685059987c9bc66d9bbf019331aab717503c8ee933a5741/sktime-0.6.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b96067fe2f78410855696c58acf9550e", "sha256": "9814713f608eaed894aad144733aebe1f4fcba467c31d6a73a1bb4e1b4254dac" }, "downloads": -1, "filename": "sktime-0.6.1.tar.gz", "has_sig": false, "md5_digest": "b96067fe2f78410855696c58acf9550e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 10719226, "upload_time": "2021-05-14T23:18:57", "upload_time_iso_8601": "2021-05-14T23:18:57.222422Z", "url": "https://files.pythonhosted.org/packages/d8/5c/51af7e78068e33c3e5a7bf5c2c860fb8ec98666681ebcef19f2f56c9d45e/sktime-0.6.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "6cc3d31ae4b02d4f207c7e1aa950130a", "sha256": "2dfd3ee0e80798fdfe50fc0eab0a743ffd5d87c1391ce5229d9dddc0dc28f426" }, "downloads": -1, "filename": "sktime-0.7.0-cp36-cp36m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "6cc3d31ae4b02d4f207c7e1aa950130a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4521475, "upload_time": "2021-07-12T19:18:54", "upload_time_iso_8601": "2021-07-12T19:18:54.212781Z", "url": "https://files.pythonhosted.org/packages/1b/b3/bd8d5a8039627b247f5c23116812fe713c18aeb935a856ab4feadb584f08/sktime-0.7.0-cp36-cp36m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "811f218437da0fcf45a0c1da75f27b6f", "sha256": "463dceb1fa5a99f097879d81ad145cba5b580ea52f3accd707192ae7e83ef3de" }, "downloads": -1, "filename": "sktime-0.7.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "811f218437da0fcf45a0c1da75f27b6f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5680909, "upload_time": "2021-07-13T14:15:59", "upload_time_iso_8601": "2021-07-13T14:15:59.283418Z", "url": "https://files.pythonhosted.org/packages/32/63/d130bf5c5db75e16121654a242c534e7d001e37e551893cba2c0a2baa2c9/sktime-0.7.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "53b19dde1669f8149ce23c843bbd023f", "sha256": "93d11ff114c7739043f5f25994f93b577dd9a2cba33c190d31850cbcb3cc073e" }, "downloads": -1, "filename": "sktime-0.7.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "53b19dde1669f8149ce23c843bbd023f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5792313, "upload_time": "2021-07-13T14:16:02", "upload_time_iso_8601": "2021-07-13T14:16:02.495052Z", "url": "https://files.pythonhosted.org/packages/7d/44/7f5c95216a2164fa27192ad12fcdcea0543322ded8ec9bef47ff42317b59/sktime-0.7.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9649276b89c995fe5daab5d7c1ec850d", "sha256": "a5492919302bf88ed0ca6735ac71c602aa882ffd969104daa073ea44b68d30b0" }, "downloads": -1, "filename": "sktime-0.7.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "9649276b89c995fe5daab5d7c1ec850d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4474639, "upload_time": "2021-07-13T14:04:02", "upload_time_iso_8601": "2021-07-13T14:04:02.943169Z", "url": "https://files.pythonhosted.org/packages/6a/07/b718064049a2c5f88ff81190e19e48fead4b4d68735b0559f5a272d6aef5/sktime-0.7.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a23aaf7daf8f1a736321b47fd8380477", "sha256": "ca72ac0ba9d0722d4082b0f90f6a4934ef3d5e6906c670780902a684ad5af9e4" }, "downloads": -1, "filename": "sktime-0.7.0-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "a23aaf7daf8f1a736321b47fd8380477", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4522075, "upload_time": "2021-07-12T19:30:14", "upload_time_iso_8601": "2021-07-12T19:30:14.369293Z", "url": "https://files.pythonhosted.org/packages/29/a2/f172b6baf1c48646ca8fbefd017008153a91237eb72f6f2551ed47b3f775/sktime-0.7.0-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a0765bacfdd17ce323d322b881613e43", "sha256": "d5067e3207ccb68b726a21cfd3a67b2dfea097bee3bc7b84a406ff236cc40180" }, "downloads": -1, "filename": "sktime-0.7.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "a0765bacfdd17ce323d322b881613e43", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5681117, "upload_time": "2021-07-13T14:16:05", "upload_time_iso_8601": "2021-07-13T14:16:05.243293Z", "url": "https://files.pythonhosted.org/packages/dd/7e/8b4929e5c7e9e674e0cdc79b9a858da22d550b5429f5717d6d9da0581dd7/sktime-0.7.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "054d0347eda50b5dccfea003654202a0", "sha256": "d062f1a08596d88294ec5bb9adb5f3d3b86ef71921ab322536638f6146459d58" }, "downloads": -1, "filename": "sktime-0.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "054d0347eda50b5dccfea003654202a0", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5794578, "upload_time": "2021-07-13T14:16:07", "upload_time_iso_8601": "2021-07-13T14:16:07.168149Z", "url": "https://files.pythonhosted.org/packages/0f/06/09c592a35ce03e9ba6f68f593218e1cebdb8ef3f6945e5dc974bf80f4289/sktime-0.7.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f65e20f8db122f2839b6116804dc926b", "sha256": "7836fd27f23698c1a1015032ec555960a9b2a91bab337ae5a90ad10fdc98d3f2" }, "downloads": -1, "filename": "sktime-0.7.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "f65e20f8db122f2839b6116804dc926b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4474986, "upload_time": "2021-07-13T14:38:43", "upload_time_iso_8601": "2021-07-13T14:38:43.769960Z", "url": "https://files.pythonhosted.org/packages/b9/f8/818e780ab35eef72d9fb58698bf8575795381d957acdcd51622a7e20e93c/sktime-0.7.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a895cf7096678f0e650c1865315446ac", "sha256": "2c8647f8e16b63ab8bbcc580910726788b4c23c1265d14618c85919e70952540" }, "downloads": -1, "filename": "sktime-0.7.0-cp38-cp38-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "a895cf7096678f0e650c1865315446ac", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4526035, "upload_time": "2021-07-12T19:17:43", "upload_time_iso_8601": "2021-07-12T19:17:43.974238Z", "url": "https://files.pythonhosted.org/packages/58/de/1ade593ec759cd691f919bcb93364bc7b3c95c741727f2a537751b694886/sktime-0.7.0-cp38-cp38-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6e0d089c4e892d60d7a803cddc8fa190", "sha256": "5d38b5d564f9521fad84c5efad215ec27ff3934617024ba3aea523a3c848dd8c" }, "downloads": -1, "filename": "sktime-0.7.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "6e0d089c4e892d60d7a803cddc8fa190", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5825695, "upload_time": "2021-07-13T14:16:09", "upload_time_iso_8601": "2021-07-13T14:16:09.843093Z", "url": "https://files.pythonhosted.org/packages/ed/a4/c8746bf99c7df15f82b801ef5af0407e8be120ab3ec45079562d7d27c1f5/sktime-0.7.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3598ca16f98e61d89bbc5c301335296f", "sha256": "dfdaa5599ed87e7dcd87a932a0ec73f7e124b04fedfd069d7c9c6501f5262d31" }, "downloads": -1, "filename": "sktime-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "3598ca16f98e61d89bbc5c301335296f", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5939719, "upload_time": "2021-07-13T14:16:12", "upload_time_iso_8601": "2021-07-13T14:16:12.417995Z", "url": "https://files.pythonhosted.org/packages/eb/97/dddf6138220cb01c0abf2d3f4e212f016e57ce075fcd828e73e7e86f18ee/sktime-0.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc96b9ddfc4a411b4e305f75e58c49eb", "sha256": "dce5e7c5b57d8c4adea1a40445f09b49d15aff681e61e105b6956715665c8fbd" }, "downloads": -1, "filename": "sktime-0.7.0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "fc96b9ddfc4a411b4e305f75e58c49eb", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4484901, "upload_time": "2021-07-13T15:14:10", "upload_time_iso_8601": "2021-07-13T15:14:10.690269Z", "url": "https://files.pythonhosted.org/packages/e7/43/4e4ce4a55ab9bb9cbed42960b527f45701bd86049680acf5d94c28d5fcfc/sktime-0.7.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f3c1eddd79212556e3f6c813cd0d1b6f", "sha256": "9edc1652b527b98692a9fb92858a6dd720876f842dcc9fa6b0cf22d9bf252b7a" }, "downloads": -1, "filename": "sktime-0.7.0.tar.gz", "has_sig": false, "md5_digest": "f3c1eddd79212556e3f6c813cd0d1b6f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 9467071, "upload_time": "2021-07-12T19:17:47", "upload_time_iso_8601": "2021-07-12T19:17:47.198788Z", "url": "https://files.pythonhosted.org/packages/d5/ff/0d122ee24212ad380ac602fb7d6ea2fa15b5277eca08b5ec1b45c5da2222/sktime-0.7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "5de52e42474088ee2756ef4f485437e3", "sha256": "60f066de8a54318f29a5fb9b19ca8e73d67c69529c0fb318cfae9357a6c21247" }, "downloads": -1, "filename": "sktime-0.8.0-cp36-cp36m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "5de52e42474088ee2756ef4f485437e3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4661236, "upload_time": "2021-09-18T02:14:40", "upload_time_iso_8601": "2021-09-18T02:14:40.954412Z", "url": "https://files.pythonhosted.org/packages/db/17/c4b434465c3d96b4cf54237cbc5a28ef3daaef71fb468f25062784b088c1/sktime-0.8.0-cp36-cp36m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ddea04662b2479f3d5fd0a94dcb6c7dc", "sha256": "8c7e27ea93bfcbf90b0d813ed5ec992649624936af2853045eb0bffc0eb5522f" }, "downloads": -1, "filename": "sktime-0.8.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "ddea04662b2479f3d5fd0a94dcb6c7dc", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5820298, "upload_time": "2021-09-17T22:03:35", "upload_time_iso_8601": "2021-09-17T22:03:35.314562Z", "url": "https://files.pythonhosted.org/packages/be/d3/68a1efefd88c1377b4242d77885053137a23ffc02d48c607ca1e30b5151a/sktime-0.8.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ed1fc4d228bd737fce060d87af26ec5e", "sha256": "91fad9b80eb5d986226265594961a8198f67cf05e2a7e75f2e790458cef400ef" }, "downloads": -1, "filename": "sktime-0.8.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "ed1fc4d228bd737fce060d87af26ec5e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 5929909, "upload_time": "2021-09-17T22:03:37", "upload_time_iso_8601": "2021-09-17T22:03:37.668835Z", "url": "https://files.pythonhosted.org/packages/1d/b5/22bfc38a124e428a7298c9a7a2d98c5ccb707dee496bd66388be0b96bcb5/sktime-0.8.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "321a47cb4a73f0e8193b863deb288739", "sha256": "15a629df60f7512c37e5f7391e19039a3bcf75fd6dc96ec6b158ff453fa7ca0d" }, "downloads": -1, "filename": "sktime-0.8.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "321a47cb4a73f0e8193b863deb288739", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4614626, "upload_time": "2021-09-18T08:45:35", "upload_time_iso_8601": "2021-09-18T08:45:35.133314Z", "url": "https://files.pythonhosted.org/packages/1f/84/11fa5eb275824f9db072bb28921b545f4a1c8aeaf43732dc87c11f64c8a4/sktime-0.8.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "029b196ee9c780921a908b8f00063bc6", "sha256": "bb9c97b9f77f140ccf495f412068e842193091e9ac0122e21aca709c02325e3d" }, "downloads": -1, "filename": "sktime-0.8.0-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "029b196ee9c780921a908b8f00063bc6", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4661841, "upload_time": "2021-09-18T02:13:44", "upload_time_iso_8601": "2021-09-18T02:13:44.486791Z", "url": "https://files.pythonhosted.org/packages/64/41/597aaff4ee8978af6ad7a54b6624a7d9b89127efe7fd5a70902ef12debc6/sktime-0.8.0-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7c511319b5f31f1a380af340461f3231", "sha256": "2df1185e045c9927e0deaa7ec7e6e56012df999ce9e382162a12f39d569a020e" }, "downloads": -1, "filename": "sktime-0.8.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "7c511319b5f31f1a380af340461f3231", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5820571, "upload_time": "2021-09-17T22:03:40", "upload_time_iso_8601": "2021-09-17T22:03:40.062822Z", "url": "https://files.pythonhosted.org/packages/cf/06/2410d1391549f84b8040b80ae604fe79ef255c7b08feabd869613ee08b03/sktime-0.8.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1eb602c06843215e4df55dc3fb7b4659", "sha256": "764dc1254b75e4f42907320eb67e75d734e973704f70bf508748cbeb59ba6b14" }, "downloads": -1, "filename": "sktime-0.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "1eb602c06843215e4df55dc3fb7b4659", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 5932915, "upload_time": "2021-09-17T22:03:43", "upload_time_iso_8601": "2021-09-17T22:03:43.014784Z", "url": "https://files.pythonhosted.org/packages/8a/60/9467e3e57afe7d7ba3c31b13499c24be0eac57bdcf994e8df9cfa044270b/sktime-0.8.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dab444d982578e2e3100cb7e5961d4e1", "sha256": "6570ad33794dbb49ec78f891e51195d48b45091d2776072def4c995e0e3b5603" }, "downloads": -1, "filename": "sktime-0.8.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "dab444d982578e2e3100cb7e5961d4e1", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4614936, "upload_time": "2021-09-18T09:13:36", "upload_time_iso_8601": "2021-09-18T09:13:36.695309Z", "url": "https://files.pythonhosted.org/packages/84/63/e9ca5d3f4fe8c076fb978566e5bfa9c796e96b5431724ed6cd1116823218/sktime-0.8.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f631b50c4efae3186d3a5bca231291ee", "sha256": "25ad30cd6c6167ddb9dee90114df7ecb8b4518a9df9e2eaa83580c79930ac037" }, "downloads": -1, "filename": "sktime-0.8.0-cp38-cp38-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "f631b50c4efae3186d3a5bca231291ee", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4665793, "upload_time": "2021-09-18T02:21:53", "upload_time_iso_8601": "2021-09-18T02:21:53.050766Z", "url": "https://files.pythonhosted.org/packages/d4/aa/8b5f76d2d0a67b323fba4dca98d7bfcf8e13c428ecb394eacaafa271afe3/sktime-0.8.0-cp38-cp38-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4f1deb4d5d193b2a8eb8e9f52b0b7564", "sha256": "396216ea7fb63c5c611c38f140212a9d4976608bd55f8bbccd78ba5df7e70727" }, "downloads": -1, "filename": "sktime-0.8.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "4f1deb4d5d193b2a8eb8e9f52b0b7564", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 5965235, "upload_time": "2021-09-17T22:03:44", "upload_time_iso_8601": "2021-09-17T22:03:44.918779Z", "url": "https://files.pythonhosted.org/packages/cf/41/abc3bd46edf02fada485e73e09ad2b931b2afefcf65fad817c187a05e436/sktime-0.8.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c4459dba7c00fdedcc2218c982099755", "sha256": "c0c99eebfccdd8ec603ecfc61aac4d9dca3e1d307b82920de2a5bcd3cf8453b4" }, "downloads": -1, "filename": "sktime-0.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "c4459dba7c00fdedcc2218c982099755", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6024770, "upload_time": "2021-09-17T22:03:47", "upload_time_iso_8601": "2021-09-17T22:03:47.531215Z", "url": "https://files.pythonhosted.org/packages/13/5b/0ec91f26aea7c6b2ac43afe317859c6e4a2428345398c2a972fdebc1f9ad/sktime-0.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "eb49035542147cb551ce11747919bec2", "sha256": "6debacac87cf4ce6a89691c16e8a93c6dd22bfe42ef9156bf1869f2bc84acc4e" }, "downloads": -1, "filename": "sktime-0.8.0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "eb49035542147cb551ce11747919bec2", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4624946, "upload_time": "2021-09-18T09:45:04", "upload_time_iso_8601": "2021-09-18T09:45:04.785661Z", "url": "https://files.pythonhosted.org/packages/09/c9/a6de56933d1ccbd47111b7dcd0e0eec53e88b899813aaa5b0be80f263ece/sktime-0.8.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "40a3ebda38c08654712c07940050843b", "sha256": "dc17e38eeb5d00361b42386c781ed56441134f859c120a4e4b1b030f87ae00d8" }, "downloads": -1, "filename": "sktime-0.8.0-cp39-cp39-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "40a3ebda38c08654712c07940050843b", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 4668258, "upload_time": "2021-09-18T02:44:55", "upload_time_iso_8601": "2021-09-18T02:44:55.249564Z", "url": "https://files.pythonhosted.org/packages/3a/da/bcad1865e952d9a570cca04898e94a094d92355c30b1327faefda2bf487a/sktime-0.8.0-cp39-cp39-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3068682c9ac930fc32640b8e2352db17", "sha256": "f35ab884a456ce7eea61d0bd20527cf389ab7b1ae7c04ebad9b9025b8fee02ae" }, "downloads": -1, "filename": "sktime-0.8.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "3068682c9ac930fc32640b8e2352db17", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 5896293, "upload_time": "2021-09-17T22:03:49", "upload_time_iso_8601": "2021-09-17T22:03:49.675082Z", "url": "https://files.pythonhosted.org/packages/b4/05/e3bc59b3f566265169562dee5c8c231ce75b52b8d357c309f120594a49ff/sktime-0.8.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "901190e82c97abf04d802564cf2e5e3e", "sha256": "9f5418f1c1d1d7b0d32ba03890d9ed67f7416be17cb575894bbf6faca6d09af1" }, "downloads": -1, "filename": "sktime-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "901190e82c97abf04d802564cf2e5e3e", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6010549, "upload_time": "2021-09-17T22:03:51", "upload_time_iso_8601": "2021-09-17T22:03:51.776408Z", "url": "https://files.pythonhosted.org/packages/61/5f/9f651df2c13362fbf495c3831ddc533c318e362991ecf9d4864533cb1a74/sktime-0.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "36c76caca8ad2e208fc28a89b2e0c656", "sha256": "8970f2d4f2eb54c0181b05f5714d198a0fa95c127252475e5216a702347cd881" }, "downloads": -1, "filename": "sktime-0.8.0.tar.gz", "has_sig": false, "md5_digest": "36c76caca8ad2e208fc28a89b2e0c656", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 9737744, "upload_time": "2021-09-18T02:13:47", "upload_time_iso_8601": "2021-09-18T02:13:47.230025Z", "url": "https://files.pythonhosted.org/packages/4f/62/c661fd6b344f426326f0ac43cf12f7e95845d638be43a2401cfeb4058a46/sktime-0.8.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "2866d1d1a79848d25358f2f3e856cae8", "sha256": "ab5a06aa6be08b6d54c53785e69243c9fbdfbac3954dbe9efc852b4e948473e5" }, "downloads": -1, "filename": "sktime-0.8.1-cp36-cp36m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "2866d1d1a79848d25358f2f3e856cae8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4799215, "upload_time": "2021-10-28T23:12:32", "upload_time_iso_8601": "2021-10-28T23:12:32.936237Z", "url": "https://files.pythonhosted.org/packages/cc/2a/c85ac142331970c8be2ac6702e303f722ee3c7a5c32965fda13c0dd1099e/sktime-0.8.1-cp36-cp36m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ec25f2cda62f7fe48d8203fb4424a605", "sha256": "04544291a8765731335895ba35dd65955a1d0f15b4158da8e18b0b19ec94f2e4" }, "downloads": -1, "filename": "sktime-0.8.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "ec25f2cda62f7fe48d8203fb4424a605", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6084550, "upload_time": "2021-10-28T19:14:26", "upload_time_iso_8601": "2021-10-28T19:14:26.935761Z", "url": "https://files.pythonhosted.org/packages/e8/bd/5f50e00d7bb7359077df58aea0817e90a524a3a1310f4f310407105613b0/sktime-0.8.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "827add1219bb307a565c521bba9293a6", "sha256": "d61b9529193e53e244027971d00eb7040ce0b64402ee10fa5662fd64a31be5e1" }, "downloads": -1, "filename": "sktime-0.8.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "827add1219bb307a565c521bba9293a6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4752604, "upload_time": "2021-10-29T00:56:11", "upload_time_iso_8601": "2021-10-29T00:56:11.160032Z", "url": "https://files.pythonhosted.org/packages/7d/ac/fc463bf34c2166c4e16d46e1ef3cfe44d83fb1835fbe5106f447595d13ad/sktime-0.8.1-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "89c675ec38f36dfb24c7ec946565b413", "sha256": "40bcc9413db633e4b20db87069259751127a52f87b8f3a76056b60028d44aa44" }, "downloads": -1, "filename": "sktime-0.8.1-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "89c675ec38f36dfb24c7ec946565b413", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4799825, "upload_time": "2021-10-28T22:52:41", "upload_time_iso_8601": "2021-10-28T22:52:41.179377Z", "url": "https://files.pythonhosted.org/packages/b9/aa/99aea42bef42d29d38fc8f7715f9e9e14e9627d055ee3f81c3d4ec7e8e0c/sktime-0.8.1-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "abdb1bdd9b5ef712418964955811d291", "sha256": "ec70c6cbe43d1c67c44469f3ba6bc018e2b8b2fb3936a15a718418519c98a6dc" }, "downloads": -1, "filename": "sktime-0.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "abdb1bdd9b5ef712418964955811d291", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6087547, "upload_time": "2021-10-28T19:14:30", "upload_time_iso_8601": "2021-10-28T19:14:30.277363Z", "url": "https://files.pythonhosted.org/packages/f4/33/7e996560d9cf274bf14c18b97766287939148c1b8648a76fd570ee494125/sktime-0.8.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61f61eabd28e28f1ab8f6288b1a54c13", "sha256": "80c6b2dc045e893f6231818ab5dff173d84a177971f6bfad097dc3b0d4fdcbc2" }, "downloads": -1, "filename": "sktime-0.8.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "61f61eabd28e28f1ab8f6288b1a54c13", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4752919, "upload_time": "2021-10-29T05:50:21", "upload_time_iso_8601": "2021-10-29T05:50:21.665038Z", "url": "https://files.pythonhosted.org/packages/b5/ae/b874a082ca360d6d134cde4968ecd78b2dd5f47588d59d062d308d9ede0b/sktime-0.8.1-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "341a01a70ecab0fa69f89bfda3110878", "sha256": "b2efcbf4c44fb9276ddee0373ef5367b45b92a8948095e96eb104435e1190502" }, "downloads": -1, "filename": "sktime-0.8.1-cp38-cp38-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "341a01a70ecab0fa69f89bfda3110878", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4803776, "upload_time": "2021-10-28T23:23:06", "upload_time_iso_8601": "2021-10-28T23:23:06.325925Z", "url": "https://files.pythonhosted.org/packages/52/7b/27935144ead73bc10cc179686b1e47995a16f07a7bda99abc8b773075bc8/sktime-0.8.1-cp38-cp38-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "47c0912b4129436bd89cc394e12c5689", "sha256": "8feb9ef97974e3d2bf57a48983e400b3f97b8473bab3d21d3f75ab115d77f4a8" }, "downloads": -1, "filename": "sktime-0.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "47c0912b4129436bd89cc394e12c5689", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6179397, "upload_time": "2021-10-28T19:14:32", "upload_time_iso_8601": "2021-10-28T19:14:32.867541Z", "url": "https://files.pythonhosted.org/packages/b9/9e/b8c46d8174148165d1713d8c87fac944670e743d891b05ceb869f3535e69/sktime-0.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "13549add0249b9a268b03b4a4e40ba79", "sha256": "d7df7b2d8db373ddfaf0c7814f4b27f4f32e3b5d9d624628f09439d1cd4025cf" }, "downloads": -1, "filename": "sktime-0.8.1-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "13549add0249b9a268b03b4a4e40ba79", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4762927, "upload_time": "2021-10-29T06:25:54", "upload_time_iso_8601": "2021-10-29T06:25:54.720440Z", "url": "https://files.pythonhosted.org/packages/f5/b6/5fc83b126e8f4ad901f4584004a63b43be3dad51eaacced66fb64bca9f25/sktime-0.8.1-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f616282b99e6c4b320c90d58deaad47a", "sha256": "0f62077a1a1acd00db60af469a15231f71fe6cdcd21311aeb866a145300960df" }, "downloads": -1, "filename": "sktime-0.8.1-cp39-cp39-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "f616282b99e6c4b320c90d58deaad47a", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 4806245, "upload_time": "2021-10-28T23:25:08", "upload_time_iso_8601": "2021-10-28T23:25:08.041443Z", "url": "https://files.pythonhosted.org/packages/50/75/a281ffbbf279a11213d500452e650da5a7d67f7f17f328d90acc450ec031/sktime-0.8.1-cp39-cp39-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5425a03741aeab2c8d071e2020769e98", "sha256": "9c4067b8c28f64472bcb0a52d9378f9ec72dddd8cdfbace24c18188c2b662562" }, "downloads": -1, "filename": "sktime-0.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "5425a03741aeab2c8d071e2020769e98", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6165185, "upload_time": "2021-10-28T19:14:35", "upload_time_iso_8601": "2021-10-28T19:14:35.277764Z", "url": "https://files.pythonhosted.org/packages/c5/4d/e3ad1c8487dbcbb587a66267542f92bf8c2bb850a3d4a497612ea1f93ae8/sktime-0.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2cc44681bfb2c170df9ce6763c358795", "sha256": "91068186335cdd19494c96de1506b826400b9d707de7cee86f4169e7018e8906" }, "downloads": -1, "filename": "sktime-0.8.1.tar.gz", "has_sig": false, "md5_digest": "2cc44681bfb2c170df9ce6763c358795", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 11076866, "upload_time": "2021-10-28T22:52:43", "upload_time_iso_8601": "2021-10-28T22:52:43.867935Z", "url": "https://files.pythonhosted.org/packages/14/3c/02b40dd3133f7607421dcc3c5b44747f5bc0f6af14cc7a14e83b686f1ed1/sktime-0.8.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "f87293784c3cfb640c6bcb8e02a8113e", "sha256": "5ed471c4d20718ffb43b4c69d9ab1fc88062cf8e99688ac6b464cdb74b5cb550" }, "downloads": -1, "filename": "sktime-0.9.0-cp36-cp36m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "f87293784c3cfb640c6bcb8e02a8113e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4884201, "upload_time": "2021-12-08T20:14:11", "upload_time_iso_8601": "2021-12-08T20:14:11.690250Z", "url": "https://files.pythonhosted.org/packages/ce/f2/189a4efb53abd2bb11b92c860d5a03f2d47d38a56a7a81447c2a415b177f/sktime-0.9.0-cp36-cp36m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "cecd82c1bca5c851389531f9adca1120", "sha256": "3d80cfaf80cca6093e0b86241109d836d6ebe0a570240d19b4152f647935c17a" }, "downloads": -1, "filename": "sktime-0.9.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "cecd82c1bca5c851389531f9adca1120", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 6197754, "upload_time": "2021-12-08T20:09:51", "upload_time_iso_8601": "2021-12-08T20:09:51.889847Z", "url": "https://files.pythonhosted.org/packages/73/72/840c32b4dba236cfdbd3d046bc553d3ecfe44079bcede3ea8f000ca4396d/sktime-0.9.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4bba2c0d9a07cbf6627263ac59206fae", "sha256": "79cd096c3607a80ed2c9d4671a506a677b99f6d9e0cc92572500d3eab1b72b23" }, "downloads": -1, "filename": "sktime-0.9.0-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "4bba2c0d9a07cbf6627263ac59206fae", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 4834741, "upload_time": "2021-12-09T03:01:54", "upload_time_iso_8601": "2021-12-09T03:01:54.523405Z", "url": "https://files.pythonhosted.org/packages/30/d7/ec3d2152a3930678d0b7894b60f0f47efe9308d09d9df6f5ed1b891c44af/sktime-0.9.0-cp36-cp36m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "05c61bce75f7535e0e401ec11637614a", "sha256": "c34e4862608902be660ac7d304cd1507ef774de5842a0741a856ac2f6ab0e45d" }, "downloads": -1, "filename": "sktime-0.9.0-cp37-cp37m-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "05c61bce75f7535e0e401ec11637614a", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4884734, "upload_time": "2021-12-08T20:04:41", "upload_time_iso_8601": "2021-12-08T20:04:41.695497Z", "url": "https://files.pythonhosted.org/packages/8a/6c/9b528c301333256c9f72ec4eb3bc5e854e49f033fa4ca08bc49dad9b8696/sktime-0.9.0-cp37-cp37m-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b9bf641a80ad22633bbd44d8510da53d", "sha256": "1e3e35a2b2b252b4e8c1befe9e57d970159a96f4679406a112f2613443740342" }, "downloads": -1, "filename": "sktime-0.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "b9bf641a80ad22633bbd44d8510da53d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 6198025, "upload_time": "2021-12-08T20:09:54", "upload_time_iso_8601": "2021-12-08T20:09:54.280157Z", "url": "https://files.pythonhosted.org/packages/38/bf/9c5c88afee1bdac7674082399d8e43817202de3f604615e37ef9c24a39b6/sktime-0.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9b12af1d42de86293dfb329adb98e576", "sha256": "552443f90701242fe08bf6d12421de40b705851032d213f986299a783081aa31" }, "downloads": -1, "filename": "sktime-0.9.0-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "9b12af1d42de86293dfb329adb98e576", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 4834886, "upload_time": "2021-12-09T03:40:05", "upload_time_iso_8601": "2021-12-09T03:40:05.295069Z", "url": "https://files.pythonhosted.org/packages/dc/b5/8c45485956c9e0b636cc05646bf506c587c740b02150ff1c11afde7dc952/sktime-0.9.0-cp37-cp37m-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9da3853d497a369c68d2e5d16051b5d7", "sha256": "79a73b04d0260f7a300d6e47024ed22b51c71ac7b85c4bc02633264849c02ada" }, "downloads": -1, "filename": "sktime-0.9.0-cp38-cp38-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "9da3853d497a369c68d2e5d16051b5d7", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4888721, "upload_time": "2021-12-08T20:03:45", "upload_time_iso_8601": "2021-12-08T20:03:45.738289Z", "url": "https://files.pythonhosted.org/packages/90/c0/6898312b3dcb2c785a747a7c1d2d947c24b4366e32674787caf60371f48d/sktime-0.9.0-cp38-cp38-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "30471126823b5f96bdcb6905af97c384", "sha256": "9ae4395f44205b4f841b52a55c38dfd9e9a88fe07523fcd6b1afbb7e67e78a99" }, "downloads": -1, "filename": "sktime-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "30471126823b5f96bdcb6905af97c384", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 6291816, "upload_time": "2021-12-08T20:09:56", "upload_time_iso_8601": "2021-12-08T20:09:56.119514Z", "url": "https://files.pythonhosted.org/packages/55/48/cf1b05b6bbe2956e960cb72160ae4d3a161141c0a49e09b98c97c9638815/sktime-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6a4323da4aefbe0bb0a287efa74f1f21", "sha256": "012b777b7600174c5b74040a8d07c57a16b3d31e26d249da21d36b0529ca6b93" }, "downloads": -1, "filename": "sktime-0.9.0-cp38-cp38-win_amd64.whl", "has_sig": false, "md5_digest": "6a4323da4aefbe0bb0a287efa74f1f21", "packagetype": "bdist_wheel", "python_version": "cp38", "requires_python": ">=3.6", "size": 4845526, "upload_time": "2021-12-09T04:18:18", "upload_time_iso_8601": "2021-12-09T04:18:18.388613Z", "url": "https://files.pythonhosted.org/packages/38/a1/465c548cf649ef14da1172e7a0f660e1526a7b9c98325ddb1bc9c268133f/sktime-0.9.0-cp38-cp38-win_amd64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d3f92acdd28979846833dd1f90a4f5e3", "sha256": "b9d743d5388988d9db076ee3a72859a4fc069540b00ffbeff0f549cf79d7d65e" }, "downloads": -1, "filename": "sktime-0.9.0-cp39-cp39-macosx_10_15_x86_64.whl", "has_sig": false, "md5_digest": "d3f92acdd28979846833dd1f90a4f5e3", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 4892174, "upload_time": "2021-12-08T20:40:29", "upload_time_iso_8601": "2021-12-08T20:40:29.428788Z", "url": "https://files.pythonhosted.org/packages/e1/8f/2fc099cbbe328096c3bafdf82a6b4929c317753759820422f0a7a981c346/sktime-0.9.0-cp39-cp39-macosx_10_15_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0aea1003a44c893e467cbac8aea7c833", "sha256": "dba310716dddc90985f756c35039b9c717b8786310a62301278c877d0aef297d" }, "downloads": -1, "filename": "sktime-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "has_sig": false, "md5_digest": "0aea1003a44c893e467cbac8aea7c833", "packagetype": "bdist_wheel", "python_version": "cp39", "requires_python": ">=3.6", "size": 6274690, "upload_time": "2021-12-08T20:09:58", "upload_time_iso_8601": "2021-12-08T20:09:58.247413Z", "url": "https://files.pythonhosted.org/packages/22/10/715b466800922fd70f7c8cd8c399f57bd49e5c6bcad64232d7e90129a6f0/sktime-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f4a1384765055524a4c061dba50f3005", "sha256": "a0fd80d5d7702f4a5b6fed3bb96273a4962f146f7337590a0ad3a26620f5a179" }, "downloads": -1, "filename": "sktime-0.9.0.tar.gz", "has_sig": false, "md5_digest": "f4a1384765055524a4c061dba50f3005", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 12774489, "upload_time": "2021-12-08T20:03:48", "upload_time_iso_8601": "2021-12-08T20:03:48.229457Z", "url": "https://files.pythonhosted.org/packages/4d/e6/4cef66be9de556c0f310eb04546b650150d66deaccca368c20f4d962922e/sktime-0.9.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9de494ba38ea1ce7954ac8fa483dc1cc", "sha256": "c6c17fa95139d7b7e6868d5b1b812404f188cc3106d01f252a32a66f70479192" }, "downloads": -1, "filename": "sktime-0.11.4-py3-none-any.whl", "has_sig": false, "md5_digest": "9de494ba38ea1ce7954ac8fa483dc1cc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<3.10", "size": 6675666, "upload_time": "2022-05-13T21:27:47", "upload_time_iso_8601": "2022-05-13T21:27:47.758619Z", "url": "https://files.pythonhosted.org/packages/07/3e/f4cdc2dd64c0cdbb5d2e3501be3965097fbf60abe28bdb96b0a52d28beb4/sktime-0.11.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2406334086a68a900796ae5df85f4314", "sha256": "cde618625ff78219ffac63d2834cca48d7c468394ade29316148c2ef6e009a92" }, "downloads": -1, "filename": "sktime-0.11.4.tar.gz", "has_sig": false, "md5_digest": "2406334086a68a900796ae5df85f4314", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<3.10", "size": 11524825, "upload_time": "2022-05-13T21:27:52", "upload_time_iso_8601": "2022-05-13T21:27:52.869693Z", "url": "https://files.pythonhosted.org/packages/ff/e9/25d3dbc37db4e2e5bc59296044e292ea45162c17f6c9db47fc213aa679ca/sktime-0.11.4.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }