Skip to content

Commit 0d94467

Browse files
committed
Prepare for v0.6.0
1 parent a12e978 commit 0d94467

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1+
# 0.6.0
2+
3+
:vertical_traffic_light: :vertical_traffic_light: This is the first release supporting PyLops v2.
4+
:vertical_traffic_light: :vertical_traffic_light:
5+
6+
* Added ``grad`` method to ``pyproximal.utils.bilinear.LowRankFactorizedMatrix`` operator
7+
* Allow passing optional arguments to solvers in ``pyproximal.proximal.L2``
8+
* Modified codebase to integrate with pylops's ``cupy`` backend.
9+
* Modified codebase to integrate with ``pylops`` v2.
10+
111
# 0.5.0
212

313
:vertical_traffic_light: :vertical_traffic_light: This is the latest release supporting PyLops v1.
414
:vertical_traffic_light: :vertical_traffic_light:
515

6-
* Added ``pyproximal.proximal.Log1`` operator
16+
* Added ``pyproximal.proximal.Log1`` operator
717
* Allow ``radius`` parameter of ``pyproximal.optimization.primal.L0`` to be a function
818
* Allow ``tau`` parameter of ``pyproximal.optimization.primal.HQS`` to be a vector
919
and change over iterations

docs/source/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
Changelog
44
=========
55

6+
Version 0.6.0
7+
--------------
8+
*Released on: 18/03/2023*
9+
10+
|:vertical_traffic_light:| |:vertical_traffic_light:| This is the first release supporting PyLops v2.
11+
|:vertical_traffic_light:| |:vertical_traffic_light:|
12+
13+
* Added ``grad`` method to :py:class:`pyproximal.utils.bilinear.LowRankFactorizedMatrix` operator
14+
* Allow passing optional arguments to solvers in :py:class:`pyproximal.proximal.L2`
15+
* Modified codebase to integrate with pylops's ``cupy`` backend.
16+
* Modified codebase to integrate with ``pylops`` v2.
17+
618
Version 0.5.0
719
--------------
820
*Released on: 20/08/2022*

docs/source/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Installation
66
To install the PyProximal library you will need **Python 3.8 or greater**.
77

88
.. note::
9-
Versions prior to v0.3.0 work alsi with Python 3.6 or greater, however they
10-
require scipy version to be lower than v1.8.0
9+
Versions prior to v0.3.0 require Python 3.6 or greater, and scipy version
10+
lower than v1.8.0.
1111

1212
Dependencies
1313
------------

0 commit comments

Comments
 (0)