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. ...@@ -21,7 +21,7 @@ For additional details, see doc/install.rst.
Usage Usage
----- -----
See the `documentation <http://valentin.emiya.pages.lis-lab.fr/pomad/>`_. See the `documentation <https://valentin.emiya.pages.lis-lab.fr/pomad/>`_.
Bugs 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 ...@@ -29,7 +29,7 @@ Martinsson and J. A. Tropp, SIAM review, 53 (2), 2011, https://arxiv.org/abs/090
Version Version
------- -------
* pomad version = 0.1.1 * pomad version = 0.1.2
Licence Licence
------- -------
......
...@@ -11,4 +11,4 @@ from .range_approximation import \ ...@@ -11,4 +11,4 @@ from .range_approximation import \
__all__ = ['direct_svd', 'evd_nystrom', __all__ = ['direct_svd', 'evd_nystrom',
'randomized_range_finder', 'adaptive_randomized_range_finder'] 'randomized_range_finder', 'adaptive_randomized_range_finder']
__version__ = "0.1.1" __version__ = "0.1.2"
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# Version # Version
# ------- # -------
# #
# * pomad version = 0.1.1 # * pomad version = 0.1.2
# #
# Licence # Licence
# ------- # -------
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# Version # Version
# ------- # -------
# #
# * pomad version = 0.1.1 # * pomad version = 0.1.2
# #
# Licence # Licence
# ------- # -------
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# Version # Version
# ------- # -------
# #
# * pomad version = 0.1.1 # * pomad version = 0.1.2
# #
# Licence # Licence
# ------- # -------
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# Version # Version
# ------- # -------
# #
# * pomad version = 0.1.1 # * pomad version = 0.1.2
# #
# Licence # Licence
# ------- # -------
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# Version # Version
# ------- # -------
# #
# * pomad version = 0.1.1 # * pomad version = 0.1.2
# #
# Licence # Licence
# ------- # -------
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# Version # Version
# ------- # -------
# #
# * pomad version = 0.1.1 # * pomad version = 0.1.2
# #
# Licence # Licence
# ------- # -------
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# Version # Version
# ------- # -------
# #
# * pomad version = 0.1.1 # * pomad version = 0.1.2
# #
# Licence # Licence
# ------- # -------
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# Version # Version
# ------- # -------
# #
# * pomad version = 0.1.1 # * pomad version = 0.1.2
# #
# Licence # Licence
# ------- # -------
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
# Version # Version
# ------- # -------
# #
# * pomad version = 0.1.1 # * pomad version = 0.1.2
# #
# Licence # Licence
# ------- # -------
...@@ -73,15 +73,14 @@ CLASSIFIERS = [ ...@@ -73,15 +73,14 @@ CLASSIFIERS = [
'Natural Language :: English', 'Natural Language :: English',
'Operating System :: MacOS :: MacOS X ', 'Operating System :: MacOS :: MacOS X ',
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'] 'Programming Language :: Python :: 3.6']
PYTHON_REQUIRES = '>=3.5' PYTHON_REQUIRES = '>=3.6'
EXTRAS_REQUIRE = { EXTRAS_REQUIRE = {
'dev': ['coverage', 'pytest', 'pytest-cov', 'pytest-randomly'], 'dev': ['coverage', 'pytest', 'pytest-cov', 'pytest-randomly'],
'doc': ['nbsphinx', 'numpydoc', 'sphinx']} 'doc': ['nbsphinx', 'numpydoc', 'sphinx']}
PROJECT_URLS = {'Bug Reports': URL + '/issues', PROJECT_URLS = {'Bug Reports': URL + '/issues',
'Source': URL} 'Source': URL}
KEYWORDS = 'template, package' KEYWORDS = 'matrix, decomposition, randomized, probabilistic, algorithm'
############################################################################### ###############################################################################
if sys.argv[-1] == 'setup.py': 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