Skip to content

Commit

Permalink
Merge pull request #84 from cvxgrp/v_1.0.8
Browse files Browse the repository at this point in the history
V 1.0.8
  • Loading branch information
bnaras authored Sep 13, 2020
2 parents bb4f929 + 5c5686a commit ab4836f
Show file tree
Hide file tree
Showing 429 changed files with 2,542 additions and 2,368 deletions.
23 changes: 13 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: CVXR
Type: Package
Title: Disciplined Convex Optimization
Version: 1.0-2
Version: 1.0-8
VignetteBuilder: knitr
Authors@R: c(
person("Anqi", "Fu",
Expand Down Expand Up @@ -35,7 +35,9 @@ Description: An object-oriented modeling language for disciplined
mathematical convention and DCP rules. The system analyzes the
problem, verifies its convexity, converts it into a canonical
form, and hands it off to an appropriate solver to obtain the
solution.
solution. Interfaces to solvers on CRAN and elsewhere are
provided, both commercial and open source.
Additional_repositories: https://bnaras.github.io/drat
Depends:
R (>= 3.4.0)
Imports:
Expand All @@ -55,14 +57,8 @@ Suggests:
rmarkdown,
testthat,
nnls,
Rglpk,
slam,
Rmosek,
gurobi,
Rcplex,
rcbc,
covr,
cccp
covr
LinkingTo: Rcpp, RcppEigen
License: Apache License 2.0 | file LICENSE
LazyData: true
Expand Down Expand Up @@ -105,5 +101,12 @@ Collate:
'CVXcanon-R6.R'
'Deque.R'
'canonInterface.R'
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
Encoding: UTF-8
Enhances:
Rcplex,
gurobi,
rcbc,
cccp,
Rmosek,
Rglpk
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# CVXR 1.0-8 to 1.0-3

* Conforming to CRAN suggestions on non-CRAN packages, but no actual
changes.

# CVXR 1.0-2

* Added exponential cone support for `MOSEK` and uncommented
associated test.
* Added JSS publication DOI.

# CVXR 1.0-1

Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 23 additions & 23 deletions docs/articles/cvxr_intro.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/articles/version1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ab4836f

Please sign in to comment.