diff --git a/README.rst b/README.rst index 51fc57a947639ab7b6a0440442c14d56730585a6..73b792befc251f54832b5be91a14aacfe7435aad 100755 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ For additional details, see doc/install.rst. Usage ----- -See the `documentation <http://valentin.emiya.pages.lis-lab.fr/pomad/>`_. +See the `documentation <https://valentin.emiya.pages.lis-lab.fr/pomad/>`_. Bugs ---- diff --git a/VERSION b/VERSION index ab59df5e7a1b71ffa776cec62a34f89ca408d279..fd8ec756abf342d609e0addb3405f02bd5e6860a 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -pomad:0.1.1 +pomad:0.1.2 diff --git a/doc/copyright.rst b/doc/copyright.rst index 1b2bc32c24c71568f876b7be659118ef87503bc5..1e8dd0c9ac762f69b5373576211b0d0bed3cef16 100755 --- a/doc/copyright.rst +++ b/doc/copyright.rst @@ -29,7 +29,7 @@ Martinsson and J. A. Tropp, SIAM review, 53 (2), 2011, https://arxiv.org/abs/090 Version ------- -* pomad version = 0.1.1 +* pomad version = 0.1.2 Licence ------- diff --git a/pomad/__init__.py b/pomad/__init__.py index f980617a297400d5284f9b41cb8a71b344c016a1..6b719f24ebb69faaaef03ab1073cfeb2d286a442 100755 --- a/pomad/__init__.py +++ b/pomad/__init__.py @@ -11,4 +11,4 @@ from .range_approximation import \ __all__ = ['direct_svd', 'evd_nystrom', 'randomized_range_finder', 'adaptive_randomized_range_finder'] -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/pomad/_dev_range_approximation.py b/pomad/_dev_range_approximation.py index 89680c3b2f99052fb0d2121df2d61d489fbb6a82..17cb101a8cf2df7845b100e637a2a4161d2ac58b 100755 --- a/pomad/_dev_range_approximation.py +++ b/pomad/_dev_range_approximation.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.1 +# * pomad version = 0.1.2 # # Licence # ------- diff --git a/pomad/factorization_construction.py b/pomad/factorization_construction.py index 0da6ce51be0a658e6aa79269511a08a134accbcc..fe2a3d7ef19e600ee6e72836ebd062115710a136 100755 --- a/pomad/factorization_construction.py +++ b/pomad/factorization_construction.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.1 +# * pomad version = 0.1.2 # # Licence # ------- diff --git a/pomad/range_approximation.py b/pomad/range_approximation.py index 2f2bc03b022a7333ed815cdf19b21779c8f60f05..48160a108dd71ed0ab8e74191dc211999c144e89 100755 --- a/pomad/range_approximation.py +++ b/pomad/range_approximation.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.1 +# * pomad version = 0.1.2 # # Licence # ------- diff --git a/pomad/tests/test_dev_range_approximation.py b/pomad/tests/test_dev_range_approximation.py index 21d0410b14ab0b55783e25524b0d41b6ad07b78a..e3662fc94e028ee9397364cd57610bcee1df0223 100755 --- a/pomad/tests/test_dev_range_approximation.py +++ b/pomad/tests/test_dev_range_approximation.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.1 +# * pomad version = 0.1.2 # # Licence # ------- diff --git a/pomad/tests/test_factorization_construction.py b/pomad/tests/test_factorization_construction.py index 64c5e161e8e537aafed0aedc4bd8e5b72db9127f..8abae8510a23af657d5595da5655f31d47b3b25e 100755 --- a/pomad/tests/test_factorization_construction.py +++ b/pomad/tests/test_factorization_construction.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.1 +# * pomad version = 0.1.2 # # Licence # ------- diff --git a/pomad/tests/test_range_approximation.py b/pomad/tests/test_range_approximation.py index 378663ee1251b9384cd3a45cebd1f8b9cb4c6df0..84108d6b9a051cf203de3a946ab091413dd90089 100755 --- a/pomad/tests/test_range_approximation.py +++ b/pomad/tests/test_range_approximation.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.1 +# * pomad version = 0.1.2 # # Licence # ------- diff --git a/pomad/tests/test_utils.py b/pomad/tests/test_utils.py index 154c98e99fbd09b5b3a5f441a7d8a5aa33c1d69a..d897381f2aee71c588afec5579be2d935276eff1 100755 --- a/pomad/tests/test_utils.py +++ b/pomad/tests/test_utils.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.1 +# * pomad version = 0.1.2 # # Licence # ------- diff --git a/pomad/utils.py b/pomad/utils.py index 8d00235ca3a9e857e6738663567a81bfbc7f3f4b..eabcadece46f8024bda46b44b46082e177e44694 100755 --- a/pomad/utils.py +++ b/pomad/utils.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.1 +# * pomad version = 0.1.2 # # Licence # ------- diff --git a/setup.py b/setup.py index 9bcd0f97a223cbd366851f9bb2cb3df81fa8cfaa..b8079bd497f739c0badd37fa4754f18fcfa42f77 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ # Version # ------- # -# * pomad version = 0.1.1 +# * pomad version = 0.1.2 # # Licence # ------- @@ -73,15 +73,14 @@ CLASSIFIERS = [ 'Natural Language :: English', 'Operating System :: MacOS :: MacOS X ', 'Operating System :: POSIX :: Linux', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6'] -PYTHON_REQUIRES = '>=3.5' +PYTHON_REQUIRES = '>=3.6' EXTRAS_REQUIRE = { 'dev': ['coverage', 'pytest', 'pytest-cov', 'pytest-randomly'], 'doc': ['nbsphinx', 'numpydoc', 'sphinx']} PROJECT_URLS = {'Bug Reports': URL + '/issues', 'Source': URL} -KEYWORDS = 'template, package' +KEYWORDS = 'matrix, decomposition, randomized, probabilistic, algorithm' ############################################################################### if sys.argv[-1] == 'setup.py':