Skip to content
Snippets Groups Projects
Commit 50f728cb authored by valentin.emiya's avatar valentin.emiya
Browse files

v0.1.2

parent d654b7cd
No related branches found
No related tags found
No related merge requests found
Pipeline #5037 passed
......@@ -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
----
......
pomad:0.1.1
pomad:0.1.2
......@@ -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
-------
......
......@@ -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"
......@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.1
# * pomad version = 0.1.2
#
# Licence
# -------
......
......@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.1
# * pomad version = 0.1.2
#
# Licence
# -------
......
......@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.1
# * pomad version = 0.1.2
#
# Licence
# -------
......
......@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.1
# * pomad version = 0.1.2
#
# Licence
# -------
......
......@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.1
# * pomad version = 0.1.2
#
# Licence
# -------
......
......@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.1
# * pomad version = 0.1.2
#
# Licence
# -------
......
......@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.1
# * pomad version = 0.1.2
#
# Licence
# -------
......
......@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.1
# * pomad version = 0.1.2
#
# Licence
# -------
......
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment