Skip to content

Commit

Permalink
Merge pull request #150 from mrava87/build-pythonver
Browse files Browse the repository at this point in the history
build: added python 3.11 to build
  • Loading branch information
mrava87 authored Nov 10, 2023
2 parents 3d588f8 + 0dbc527 commit 5f15dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest ]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Version 0.7.0
--------------
*Released on: 10/11/2023*

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

0 comments on commit 5f15dd6

Please sign in to comment.