File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2323 'numpydoc' ,
2424 'nbsphinx' ,
2525 'sphinx_gallery.gen_gallery' ,
26- #'sphinx.ext.napoleon ',
26+ 'sphinxemoji.sphinxemoji ' ,
2727]
2828
2929# intersphinx configuration
Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ dependencies:
2323 - sphinx-rtd-theme
2424 - sphinx-gallery
2525 - nbsphinx
26- - image
26+ - image
27+ - sphinxemoji
Original file line number Diff line number Diff line change 11numpy >= 1.15.0
22scipy >= 1.8.0
3- pylops < 2.0.0
3+ pylops <= 1.18.3
44numba
55scikit-image
66matplotlib
@@ -15,4 +15,5 @@ sphinx-rtd-theme
1515sphinx-gallery
1616numpydoc
1717nbsphinx
18- image
18+ image
19+ sphinxemoji
You can’t perform that action at this time.
0 commit comments