diff --git a/README.rst b/README.rst index 73b792befc251f54832b5be91a14aacfe7435aad..51fc57a947639ab7b6a0440442c14d56730585a6 100755 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ For additional details, see doc/install.rst. Usage ----- -See the `documentation <https://valentin.emiya.pages.lis-lab.fr/pomad/>`_. +See the `documentation <http://valentin.emiya.pages.lis-lab.fr/pomad/>`_. Bugs ---- diff --git a/VERSION b/VERSION index fd8ec756abf342d609e0addb3405f02bd5e6860a..bc3b4510f0db0ad8f54e8fa248d9f96b96819b2b 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -pomad:0.1.2 +pomad:0.1.3 diff --git a/doc/copyright.rst b/doc/copyright.rst index 1e8dd0c9ac762f69b5373576211b0d0bed3cef16..f786f661cb3d829f08cf1e4866ba994a228944e8 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.2 +* pomad version = 0.1.3 Licence ------- diff --git a/pomad/__init__.py b/pomad/__init__.py index 6b719f24ebb69faaaef03ab1073cfeb2d286a442..5941df91e73b4fd71c11a310f0531a369e343e17 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.2" +__version__ = "0.1.3" diff --git a/pomad/_dev_range_approximation.py b/pomad/_dev_range_approximation.py index 17cb101a8cf2df7845b100e637a2a4161d2ac58b..823971c6299cff26e86b853372f490ebfdd30794 100755 --- a/pomad/_dev_range_approximation.py +++ b/pomad/_dev_range_approximation.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.2 +# * pomad version = 0.1.3 # # Licence # ------- diff --git a/pomad/factorization_construction.py b/pomad/factorization_construction.py index fe2a3d7ef19e600ee6e72836ebd062115710a136..e7110337285bce689ad7d5e0a4328a9dd5226af9 100755 --- a/pomad/factorization_construction.py +++ b/pomad/factorization_construction.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.2 +# * pomad version = 0.1.3 # # Licence # ------- diff --git a/pomad/range_approximation.py b/pomad/range_approximation.py index 48160a108dd71ed0ab8e74191dc211999c144e89..b142c36de1969be0a290930f2a4001c4bc70716c 100755 --- a/pomad/range_approximation.py +++ b/pomad/range_approximation.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.2 +# * pomad version = 0.1.3 # # Licence # ------- diff --git a/pomad/tests/test_dev_range_approximation.py b/pomad/tests/test_dev_range_approximation.py index e3662fc94e028ee9397364cd57610bcee1df0223..806a51633391c0f17c2574c69f0ed4d3ca90f46e 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.2 +# * pomad version = 0.1.3 # # Licence # ------- diff --git a/pomad/tests/test_factorization_construction.py b/pomad/tests/test_factorization_construction.py index 8abae8510a23af657d5595da5655f31d47b3b25e..ea5bda2229f4853a07dab4d1798059c1ccd41a02 100755 --- a/pomad/tests/test_factorization_construction.py +++ b/pomad/tests/test_factorization_construction.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.2 +# * pomad version = 0.1.3 # # Licence # ------- diff --git a/pomad/tests/test_range_approximation.py b/pomad/tests/test_range_approximation.py index 84108d6b9a051cf203de3a946ab091413dd90089..a0ea8621a7c4e03653bb81436010da898b465da9 100755 --- a/pomad/tests/test_range_approximation.py +++ b/pomad/tests/test_range_approximation.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.2 +# * pomad version = 0.1.3 # # Licence # ------- diff --git a/pomad/tests/test_utils.py b/pomad/tests/test_utils.py index d897381f2aee71c588afec5579be2d935276eff1..4cfca2b70f19a2ec6bbc571bb59ecf99d423a3c6 100755 --- a/pomad/tests/test_utils.py +++ b/pomad/tests/test_utils.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.2 +# * pomad version = 0.1.3 # # Licence # ------- diff --git a/pomad/utils.py b/pomad/utils.py index eabcadece46f8024bda46b44b46082e177e44694..a41698a2505ea50f495d06ccf67dbb0418b3bcab 100755 --- a/pomad/utils.py +++ b/pomad/utils.py @@ -31,7 +31,7 @@ # Version # ------- # -# * pomad version = 0.1.2 +# * pomad version = 0.1.3 # # Licence # ------- diff --git a/setup.py b/setup.py index b8079bd497f739c0badd37fa4754f18fcfa42f77..5eb9de6d28ae281064147d46052cdc8841c2ed2e 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ # Version # ------- # -# * pomad version = 0.1.2 +# * pomad version = 0.1.3 # # Licence # -------