Skip to content

Commit b7408f4

Browse files
committed
minor: added comment about v0.5.0 as last version to support PyLops v1
1 parent e98fb02 commit b7408f4

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# 0.5.0
2+
3+
:vertical_traffic_light: :vertical_traffic_light: This is the latest release supporting PyLops v1.
4+
:vertical_traffic_light: :vertical_traffic_light:
5+
26
* Added ``pyproximal.proximal.Log1`` operator
37
* Allow ``radius`` parameter of ``pyproximal.optimization.primal.L0`` to be a function
48
* Allow ``tau`` parameter of ``pyproximal.optimization.primal.HQS`` to be a vector

docs/source/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ Version 0.5.0
77
--------------
88
*Released on: 20/08/2022*
99

10-
* Added :py:class:`pyproximal.proximal.Log1` operator
10+
|:vertical_traffic_light:| |:vertical_traffic_light:| This is the latest release supporting PyLops v1.
11+
|:vertical_traffic_light:| |:vertical_traffic_light:|
12+
13+
* Added :py:class:`pyproximal.proximal.Log1` operator
1114
* Allow ``radius`` parameter of :py:class:`pyproximal.optimization.primal.L0` to be a function
1215
* Allow ``tau`` parameter of :py:class:`pyproximal.optimization.primal.HQS` to be a vector
1316
and change over iterations

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'numpydoc',
2424
'nbsphinx',
2525
'sphinx_gallery.gen_gallery',
26-
#'sphinx.ext.napoleon',
26+
'sphinxemoji.sphinxemoji',
2727
]
2828

2929
# intersphinx configuration

environment-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ dependencies:
2323
- sphinx-rtd-theme
2424
- sphinx-gallery
2525
- nbsphinx
26-
- image
26+
- image
27+
- sphinxemoji

requirements-dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpy>=1.15.0
22
scipy>=1.8.0
3-
pylops<2.0.0
3+
pylops<=1.18.3
44
numba
55
scikit-image
66
matplotlib
@@ -15,4 +15,5 @@ sphinx-rtd-theme
1515
sphinx-gallery
1616
numpydoc
1717
nbsphinx
18-
image
18+
image
19+
sphinxemoji

0 commit comments

Comments
 (0)