From 0385b8ae6155c43a79bdf19f1a0a6d7828f60be7 Mon Sep 17 00:00:00 2001 From: Manoel Marques Date: Wed, 15 Dec 2021 11:23:44 -0500 Subject: [PATCH] Prepare 0.3.0 Release (#261) --- docs/conf.py | 2 +- .../add-quantum-kernel-trainer-a31bfa1c91a05e32.yaml | 0 .../batch-circuits-statevector-522a842c6f68d954.yaml | 0 ...callback-for-NN-classifier-regressor-8e1d5c887335e6d9.yaml | 0 .../notes/{ => 0.3}/cateforical-output-049e682adc9d1e28.yaml | 0 .../{ => 0.3}/circuit-qnn-transpile-c2fe7eae3afedf2d.yaml | 0 .../deprecated-positional-arguments-cb78dd22eb0894e0.yaml | 0 .../fix-empty-parameters-for-torch-nn-1ebd8b4e0c7ce914.yaml | 0 .../{ => 0.3}/fix-exp-val-two-layer-qnn-5d65cf5c706f3e08.yaml | 0 .../notes/{ => 0.3}/fix-forward-cache-7c2e60228c5efd43.yaml | 0 .../fix-raw-feature-vector-copy-20534d595a0056de.yaml | 0 .../{ => 0.3}/fix-vqc-initialisation-bdf753c45b66f192.yaml | 0 .../{ => 0.3}/implement-pegasos-qsvc-4ae0a7c3ccdad6b3.yaml | 0 .../notes/{ => 0.3}/qsvm-transpiler-fix-13ab6b22a837d2b5.yaml | 0 .../quant-kernel-tunable-featmaps-8c049b70888e22e8.yaml | 0 ...register-torchconnector-param-weight-b31228e1833b53ea.yaml | 0 .../notes/{ => 0.3}/torch-runtime-b9c7f791b3964ab6.yaml | 0 requirements.txt | 2 +- setup.py | 4 ++-- 19 files changed, 4 insertions(+), 4 deletions(-) rename releasenotes/notes/{ => 0.3}/add-quantum-kernel-trainer-a31bfa1c91a05e32.yaml (100%) rename releasenotes/notes/{ => 0.3}/batch-circuits-statevector-522a842c6f68d954.yaml (100%) rename releasenotes/notes/{ => 0.3}/callback-for-NN-classifier-regressor-8e1d5c887335e6d9.yaml (100%) rename releasenotes/notes/{ => 0.3}/cateforical-output-049e682adc9d1e28.yaml (100%) rename releasenotes/notes/{ => 0.3}/circuit-qnn-transpile-c2fe7eae3afedf2d.yaml (100%) rename releasenotes/notes/{ => 0.3}/deprecated-positional-arguments-cb78dd22eb0894e0.yaml (100%) rename releasenotes/notes/{ => 0.3}/fix-empty-parameters-for-torch-nn-1ebd8b4e0c7ce914.yaml (100%) rename releasenotes/notes/{ => 0.3}/fix-exp-val-two-layer-qnn-5d65cf5c706f3e08.yaml (100%) rename releasenotes/notes/{ => 0.3}/fix-forward-cache-7c2e60228c5efd43.yaml (100%) rename releasenotes/notes/{ => 0.3}/fix-raw-feature-vector-copy-20534d595a0056de.yaml (100%) rename releasenotes/notes/{ => 0.3}/fix-vqc-initialisation-bdf753c45b66f192.yaml (100%) rename releasenotes/notes/{ => 0.3}/implement-pegasos-qsvc-4ae0a7c3ccdad6b3.yaml (100%) rename releasenotes/notes/{ => 0.3}/qsvm-transpiler-fix-13ab6b22a837d2b5.yaml (100%) rename releasenotes/notes/{ => 0.3}/quant-kernel-tunable-featmaps-8c049b70888e22e8.yaml (100%) rename releasenotes/notes/{ => 0.3}/register-torchconnector-param-weight-b31228e1833b53ea.yaml (100%) rename releasenotes/notes/{ => 0.3}/torch-runtime-b9c7f791b3964ab6.yaml (100%) diff --git a/docs/conf.py b/docs/conf.py index 8bf4f8bc4..d9b084c0e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -115,7 +115,7 @@ templates_path = ["_templates"] html_css_files = ["style.css", "custom.css", "gallery.css"] -nbsphinx_timeout = 7200 +nbsphinx_timeout = 360 nbsphinx_execute = os.getenv("QISKIT_DOCS_BUILD_TUTORIALS", "never") nbsphinx_widgets_path = "" exclude_patterns = ["_build", "**.ipynb_checkpoints"] diff --git a/releasenotes/notes/add-quantum-kernel-trainer-a31bfa1c91a05e32.yaml b/releasenotes/notes/0.3/add-quantum-kernel-trainer-a31bfa1c91a05e32.yaml similarity index 100% rename from releasenotes/notes/add-quantum-kernel-trainer-a31bfa1c91a05e32.yaml rename to releasenotes/notes/0.3/add-quantum-kernel-trainer-a31bfa1c91a05e32.yaml diff --git a/releasenotes/notes/batch-circuits-statevector-522a842c6f68d954.yaml b/releasenotes/notes/0.3/batch-circuits-statevector-522a842c6f68d954.yaml similarity index 100% rename from releasenotes/notes/batch-circuits-statevector-522a842c6f68d954.yaml rename to releasenotes/notes/0.3/batch-circuits-statevector-522a842c6f68d954.yaml diff --git a/releasenotes/notes/callback-for-NN-classifier-regressor-8e1d5c887335e6d9.yaml b/releasenotes/notes/0.3/callback-for-NN-classifier-regressor-8e1d5c887335e6d9.yaml similarity index 100% rename from releasenotes/notes/callback-for-NN-classifier-regressor-8e1d5c887335e6d9.yaml rename to releasenotes/notes/0.3/callback-for-NN-classifier-regressor-8e1d5c887335e6d9.yaml diff --git a/releasenotes/notes/cateforical-output-049e682adc9d1e28.yaml b/releasenotes/notes/0.3/cateforical-output-049e682adc9d1e28.yaml similarity index 100% rename from releasenotes/notes/cateforical-output-049e682adc9d1e28.yaml rename to releasenotes/notes/0.3/cateforical-output-049e682adc9d1e28.yaml diff --git a/releasenotes/notes/circuit-qnn-transpile-c2fe7eae3afedf2d.yaml b/releasenotes/notes/0.3/circuit-qnn-transpile-c2fe7eae3afedf2d.yaml similarity index 100% rename from releasenotes/notes/circuit-qnn-transpile-c2fe7eae3afedf2d.yaml rename to releasenotes/notes/0.3/circuit-qnn-transpile-c2fe7eae3afedf2d.yaml diff --git a/releasenotes/notes/deprecated-positional-arguments-cb78dd22eb0894e0.yaml b/releasenotes/notes/0.3/deprecated-positional-arguments-cb78dd22eb0894e0.yaml similarity index 100% rename from releasenotes/notes/deprecated-positional-arguments-cb78dd22eb0894e0.yaml rename to releasenotes/notes/0.3/deprecated-positional-arguments-cb78dd22eb0894e0.yaml diff --git a/releasenotes/notes/fix-empty-parameters-for-torch-nn-1ebd8b4e0c7ce914.yaml b/releasenotes/notes/0.3/fix-empty-parameters-for-torch-nn-1ebd8b4e0c7ce914.yaml similarity index 100% rename from releasenotes/notes/fix-empty-parameters-for-torch-nn-1ebd8b4e0c7ce914.yaml rename to releasenotes/notes/0.3/fix-empty-parameters-for-torch-nn-1ebd8b4e0c7ce914.yaml diff --git a/releasenotes/notes/fix-exp-val-two-layer-qnn-5d65cf5c706f3e08.yaml b/releasenotes/notes/0.3/fix-exp-val-two-layer-qnn-5d65cf5c706f3e08.yaml similarity index 100% rename from releasenotes/notes/fix-exp-val-two-layer-qnn-5d65cf5c706f3e08.yaml rename to releasenotes/notes/0.3/fix-exp-val-two-layer-qnn-5d65cf5c706f3e08.yaml diff --git a/releasenotes/notes/fix-forward-cache-7c2e60228c5efd43.yaml b/releasenotes/notes/0.3/fix-forward-cache-7c2e60228c5efd43.yaml similarity index 100% rename from releasenotes/notes/fix-forward-cache-7c2e60228c5efd43.yaml rename to releasenotes/notes/0.3/fix-forward-cache-7c2e60228c5efd43.yaml diff --git a/releasenotes/notes/fix-raw-feature-vector-copy-20534d595a0056de.yaml b/releasenotes/notes/0.3/fix-raw-feature-vector-copy-20534d595a0056de.yaml similarity index 100% rename from releasenotes/notes/fix-raw-feature-vector-copy-20534d595a0056de.yaml rename to releasenotes/notes/0.3/fix-raw-feature-vector-copy-20534d595a0056de.yaml diff --git a/releasenotes/notes/fix-vqc-initialisation-bdf753c45b66f192.yaml b/releasenotes/notes/0.3/fix-vqc-initialisation-bdf753c45b66f192.yaml similarity index 100% rename from releasenotes/notes/fix-vqc-initialisation-bdf753c45b66f192.yaml rename to releasenotes/notes/0.3/fix-vqc-initialisation-bdf753c45b66f192.yaml diff --git a/releasenotes/notes/implement-pegasos-qsvc-4ae0a7c3ccdad6b3.yaml b/releasenotes/notes/0.3/implement-pegasos-qsvc-4ae0a7c3ccdad6b3.yaml similarity index 100% rename from releasenotes/notes/implement-pegasos-qsvc-4ae0a7c3ccdad6b3.yaml rename to releasenotes/notes/0.3/implement-pegasos-qsvc-4ae0a7c3ccdad6b3.yaml diff --git a/releasenotes/notes/qsvm-transpiler-fix-13ab6b22a837d2b5.yaml b/releasenotes/notes/0.3/qsvm-transpiler-fix-13ab6b22a837d2b5.yaml similarity index 100% rename from releasenotes/notes/qsvm-transpiler-fix-13ab6b22a837d2b5.yaml rename to releasenotes/notes/0.3/qsvm-transpiler-fix-13ab6b22a837d2b5.yaml diff --git a/releasenotes/notes/quant-kernel-tunable-featmaps-8c049b70888e22e8.yaml b/releasenotes/notes/0.3/quant-kernel-tunable-featmaps-8c049b70888e22e8.yaml similarity index 100% rename from releasenotes/notes/quant-kernel-tunable-featmaps-8c049b70888e22e8.yaml rename to releasenotes/notes/0.3/quant-kernel-tunable-featmaps-8c049b70888e22e8.yaml diff --git a/releasenotes/notes/register-torchconnector-param-weight-b31228e1833b53ea.yaml b/releasenotes/notes/0.3/register-torchconnector-param-weight-b31228e1833b53ea.yaml similarity index 100% rename from releasenotes/notes/register-torchconnector-param-weight-b31228e1833b53ea.yaml rename to releasenotes/notes/0.3/register-torchconnector-param-weight-b31228e1833b53ea.yaml diff --git a/releasenotes/notes/torch-runtime-b9c7f791b3964ab6.yaml b/releasenotes/notes/0.3/torch-runtime-b9c7f791b3964ab6.yaml similarity index 100% rename from releasenotes/notes/torch-runtime-b9c7f791b3964ab6.yaml rename to releasenotes/notes/0.3/torch-runtime-b9c7f791b3964ab6.yaml diff --git a/requirements.txt b/requirements.txt index fabeddf5b..019b4d2e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -qiskit-terra>=0.19.0 +qiskit-terra>=0.19.1 scipy>=1.4 numpy>=1.17 psutil>=5 diff --git a/setup.py b/setup.py index c75ea3b49..e2e19bcdb 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ author='Qiskit Machine Learning Development Team', author_email='hello@qiskit.org', license='Apache-2.0', - classifiers=( + classifiers=[ "Environment :: Console", "License :: OSI Approved :: Apache Software License", "Intended Audience :: Developers", @@ -62,7 +62,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering" - ), + ], keywords='qiskit sdk quantum machine learning ml', packages=setuptools.find_packages(include=['qiskit_machine_learning','qiskit_machine_learning.*']), install_requires=REQUIREMENTS,