We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee65c2d commit 8ad51e1Copy full SHA for 8ad51e1
diffcp/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.1.2"
+__version__ = "1.1.3"
2
3
from diffcp.cone_program import solve_and_derivative, \
4
solve_and_derivative_batch, \
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "diffcp"
-version = "1.1.2"
+version = "1.1.3"
5
description = "A library to compute gradients for convex optimization problems"
6
requires-python = ">= 3.10"
7
0 commit comments