File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33Changelog
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+
618Version 0.5.0
719--------------
820*Released on: 20/08/2022 *
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Installation
66To 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
1212Dependencies
1313------------
You can’t perform that action at this time.
0 commit comments