Skip to content

Commit 94ad9a9

Browse files
committed
minor: prepare for v0.12.0
1 parent 4c2ddb4 commit 94ad9a9

7 files changed

Lines changed: 26 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
# 0.12.0
5+
6+
* Added ``pyproximal.optimization.primal.ConsensusADMM``
7+
and ``pyproximal.optimization.primal.PPXA`` solvers
8+
* Modified role of x and y in
9+
``pyproximal.optimization.primal.DouglasRachfordSplitting``
10+
* Fix norm computation in ``pyproximal.proximal.L1`` for
11+
2D-arrays
12+
413
# 0.11.1
514
* Added ``typing_extensions`` to dependencies
615

docs/source/changelog.rst

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

6+
Version 0.12.1
7+
--------------
8+
*Released on: 18/04/2026*
9+
10+
* Added :py:class:`pyproximal.optimization.primal.ConsensusADMM`
11+
and :py:class:`pyproximal.optimization.primal.PPXA` solvers
12+
* Modified role of x and y in
13+
:py:class:`pyproximal.optimization.primal.DouglasRachfordSplitting`
14+
* Fix norm computation in :py:class:`pyproximal.proximal.L1` for
15+
2D-arrays
16+
17+
618
Version 0.11.1
719
--------------
820
*Released on: 25/11/2025*

environment-dev-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- python>=3.11.0
88
- numpy>=1.21.0
99
- scipy>=1.14.0
10-
- pylops>=2.0.0
10+
- pylops>=2.4.0
1111
- scikit-image
1212
- matplotlib
1313
- typing_extensions>=4.0.0

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- python>=3.11.0
88
- numpy>=1.21.0
99
- scipy>=1.14.0
10-
- pylops>=2.0.0
10+
- pylops>=2.4.0
1111
- scikit-image
1212
- matplotlib
1313
- typing_extensions>=4.0.0

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies:
55
- python>=3.11.0
66
- numpy>=1.21.0
77
- scipy>=1.14.0
8-
- pylops>=2.0.0
8+
- pylops>=2.4.0
99
- typing_extensions>=4.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ requires-python = ">=3.10"
3333
dependencies = [
3434
"numpy >= 1.21.0",
3535
"scipy >= 1.11.0",
36-
"pylops >= 2.0.0",
36+
"pylops >= 2.4.0",
3737
"typing_extensions >= 4.0.0",
3838
]
3939
dynamic = ["version"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)