Skip to content

Commit 5f15dd6

Browse files
authored
Merge pull request #150 from mrava87/build-pythonver
build: added python 3.11 to build
2 parents 3d588f8 + 0dbc527 commit 5f15dd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
platform: [ ubuntu-latest, macos-latest ]
10-
python-version: ["3.8", "3.9", "3.10"]
10+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1111

1212
runs-on: ${{ matrix.platform }}
1313
steps:

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Version 0.7.0
77
--------------
88
*Released on: 10/11/2023*
99

10-
* Added :py:class:`pyproximal.proximal.RelaxedMumfordShah`` operator
10+
* Added :py:class:`pyproximal.proximal.RelaxedMumfordShah` operator
1111
* Added cuda version to the proximal operator of :py:class:`pyproximal.proximal.Simplex`
1212
* Added bilinear update to :py:func:`pyproximal.optimization.primal.ProximalGradient`
1313
* Modified :py:func:`pyproximal.optimization.pnp.PlugAndPlay` function signature to allow using any proximal solver of choice

0 commit comments

Comments
 (0)