You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Package: osqp
2
2
Title: Quadratic Programming Solver using the 'OSQP' Library
3
-
Version: 0.6.3.3
4
-
Date: 2024-06-07
3
+
Version: 1.0.0
4
+
Date: 2026-02-16
5
5
Authors@R: c(
6
6
person("Bartolomeo", "Stellato", role = c("aut", "ctb", "cph"),
7
7
email = "bartolomeo.stellato@gmail.com"),
@@ -11,18 +11,21 @@ Authors@R: c(
11
11
person("Stephen", "Boyd", role = c("aut", "ctb", "cph")),
12
12
person("Eric", "Anderson", role = c("ctb")),
13
13
person("Vineet", "Bansal", role = c("aut", "ctb"), email = "vineetb@princeton.edu"),
14
-
person("Balasubramanian", "Narasimhan", role = c("cre", "ctb"), email = "naras@stanford.edu"))
14
+
person("Balasubramanian", "Narasimhan", role = c("cre", "aut"), email = "naras@stanford.edu"))
15
15
Copyright: file COPYRIGHT
16
-
Description: Provides bindings to the 'OSQP' solver. The 'OSQP' solver is a numerical optimization package or solving convex quadratic programs written in 'C' and based on the alternating direction method of multipliers. See <doi:10.48550/arXiv.1711.08013> for details.
16
+
Description: Provides bindings to the 'OSQP' solver. The 'OSQP' solver is a numerical optimization package for solving convex quadratic programs written in 'C' and based on the alternating direction method of multipliers. See <doi:10.48550/arXiv.1711.08013> for details.
0 commit comments