Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Emiya
skpomade
Commits
996b0303
Commit
996b0303
authored
May 25, 2020
by
valentin.emiya
Browse files
mv https to http in doc url
parent
50f728cb
Pipeline
#5040
failed with stage
in 22 seconds
Changes
13
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
996b0303
...
...
@@ -21,7 +21,7 @@ For additional details, see doc/install.rst.
Usage
-----
See the `documentation <http
s
://valentin.emiya.pages.lis-lab.fr/pomad/>`_.
See the `documentation <http://valentin.emiya.pages.lis-lab.fr/pomad/>`_.
Bugs
----
...
...
VERSION
View file @
996b0303
pomad:0.1.
2
pomad:0.1.
3
doc/copyright.rst
View file @
996b0303
...
...
@@ -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
-------
...
...
pomad/__init__.py
View file @
996b0303
...
...
@@ -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
"
pomad/_dev_range_approximation.py
View file @
996b0303
...
...
@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.
2
# * pomad version = 0.1.
3
#
# Licence
# -------
...
...
pomad/factorization_construction.py
View file @
996b0303
...
...
@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.
2
# * pomad version = 0.1.
3
#
# Licence
# -------
...
...
pomad/range_approximation.py
View file @
996b0303
...
...
@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.
2
# * pomad version = 0.1.
3
#
# Licence
# -------
...
...
pomad/tests/test_dev_range_approximation.py
View file @
996b0303
...
...
@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.
2
# * pomad version = 0.1.
3
#
# Licence
# -------
...
...
pomad/tests/test_factorization_construction.py
View file @
996b0303
...
...
@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.
2
# * pomad version = 0.1.
3
#
# Licence
# -------
...
...
pomad/tests/test_range_approximation.py
View file @
996b0303
...
...
@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.
2
# * pomad version = 0.1.
3
#
# Licence
# -------
...
...
pomad/tests/test_utils.py
View file @
996b0303
...
...
@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.
2
# * pomad version = 0.1.
3
#
# Licence
# -------
...
...
pomad/utils.py
View file @
996b0303
...
...
@@ -31,7 +31,7 @@
# Version
# -------
#
# * pomad version = 0.1.
2
# * pomad version = 0.1.
3
#
# Licence
# -------
...
...
setup.py
View file @
996b0303
...
...
@@ -32,7 +32,7 @@
# Version
# -------
#
# * pomad version = 0.1.
2
# * pomad version = 0.1.
3
#
# Licence
# -------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment