diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:00:49 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:00:49 +0000 |
| commit | d60e1fe0ecbd10a10185d1532141638eabb74952 (patch) | |
| tree | 379717e05ea05d05704e5a3532b8ee521c563472 | |
| parent | 9a3d5fdab8df5a792298db819bcff4f1bee35b78 (diff) | |
automatic import of python-hmmlearnopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-hmmlearn.spec | 26 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 15 insertions, 14 deletions
@@ -1 +1,2 @@ /hmmlearn-0.2.8.tar.gz +/hmmlearn-0.3.0.tar.gz diff --git a/python-hmmlearn.spec b/python-hmmlearn.spec index 8520161..de59fc8 100644 --- a/python-hmmlearn.spec +++ b/python-hmmlearn.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-hmmlearn -Version: 0.2.8 +Version: 0.3.0 Release: 1 Summary: Hidden Markov Models in Python with scikit-learn like API License: new BSD URL: https://github.com/hmmlearn/hmmlearn -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2b/f6/fe1f14c993ac95b9b33be2aa889c90bc607e1f38e3729f71c88bbaa7ff62/hmmlearn-0.2.8.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/c7/b6327a67967bd93fce45c069847c88d8e712dcfcdc002d9620b240001720/hmmlearn-0.3.0.tar.gz Requires: python3-numpy Requires: python3-scikit-learn @@ -20,10 +20,10 @@ Requires: python3-pytest | |GitHub| |PyPI| | |Read the Docs| |Build| |CodeCov| image:: https://img.shields.io/badge/github-hmmlearn%2Fhmmlearn-brightgreen - image:: https://img.shields.io/pypi/v/hmmlearn.svg + image:: https://img.shields.io/pypi/v/hmmlearn.svg?color=brightgreen image:: https://readthedocs.org/projects/hmmlearn/badge/?version=latest - image:: https://img.shields.io/github/workflow/status/hmmlearn/hmmlearn/build - image:: https://codecov.io/gh/hmmlearn/hmmlearn/master.svg + image:: https://img.shields.io/github/actions/workflow/status/hmmlearn/hmmlearn/build.yml?branch=main + image:: https://img.shields.io/codecov/c/github/hmmlearn/hmmlearn hmmlearn is a set of algorithms for **unsupervised** learning and inference of Hidden Markov Models. For supervised learning learning of HMMs and similar models see seqlearn_. @@ -42,10 +42,10 @@ BuildRequires: gdb | |GitHub| |PyPI| | |Read the Docs| |Build| |CodeCov| image:: https://img.shields.io/badge/github-hmmlearn%2Fhmmlearn-brightgreen - image:: https://img.shields.io/pypi/v/hmmlearn.svg + image:: https://img.shields.io/pypi/v/hmmlearn.svg?color=brightgreen image:: https://readthedocs.org/projects/hmmlearn/badge/?version=latest - image:: https://img.shields.io/github/workflow/status/hmmlearn/hmmlearn/build - image:: https://codecov.io/gh/hmmlearn/hmmlearn/master.svg + image:: https://img.shields.io/github/actions/workflow/status/hmmlearn/hmmlearn/build.yml?branch=main + image:: https://img.shields.io/codecov/c/github/hmmlearn/hmmlearn hmmlearn is a set of algorithms for **unsupervised** learning and inference of Hidden Markov Models. For supervised learning learning of HMMs and similar models see seqlearn_. @@ -58,17 +58,17 @@ Provides: python3-hmmlearn-doc | |GitHub| |PyPI| | |Read the Docs| |Build| |CodeCov| image:: https://img.shields.io/badge/github-hmmlearn%2Fhmmlearn-brightgreen - image:: https://img.shields.io/pypi/v/hmmlearn.svg + image:: https://img.shields.io/pypi/v/hmmlearn.svg?color=brightgreen image:: https://readthedocs.org/projects/hmmlearn/badge/?version=latest - image:: https://img.shields.io/github/workflow/status/hmmlearn/hmmlearn/build - image:: https://codecov.io/gh/hmmlearn/hmmlearn/master.svg + image:: https://img.shields.io/github/actions/workflow/status/hmmlearn/hmmlearn/build.yml?branch=main + image:: https://img.shields.io/codecov/c/github/hmmlearn/hmmlearn hmmlearn is a set of algorithms for **unsupervised** learning and inference of Hidden Markov Models. For supervised learning learning of HMMs and similar models see seqlearn_. **Note**: This package is under limited-maintenance mode. %prep -%autosetup -n hmmlearn-0.2.8 +%autosetup -n hmmlearn-0.3.0 %build %py3_build @@ -108,5 +108,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.8-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.0-1 - Package Spec generated @@ -1 +1 @@ -e3a95a6b1faca0b11a87763658dd1bef hmmlearn-0.2.8.tar.gz +0271c9f140afd34c993f6e873cb6f471 hmmlearn-0.3.0.tar.gz |
