Skip to content

Commit

Permalink
Deploying to gh-pages from @ 48ae65c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Oct 16, 2023
1 parent 6506d90 commit 36688ba
Show file tree
Hide file tree
Showing 40 changed files with 136 additions and 132 deletions.
6 changes: 3 additions & 3 deletions book/docs/notebooks/assign.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ <h1>Reset a large matrix<a class="headerlink" href="#reset-a-large-matrix" title
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>100 ms ± 980 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>67.5 ms ± 805 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)
</pre></div>
</div>
</div>
Expand All @@ -405,7 +405,7 @@ <h1>Reset a large matrix<a class="headerlink" href="#reset-a-large-matrix" title
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>72 ms ± 1.09 ms per loop (mean ± std. dev. of 7 runs, 10 loops each)
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>54.1 ms ± 161 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)
</pre></div>
</div>
</div>
Expand All @@ -419,7 +419,7 @@ <h1>Reset a large matrix<a class="headerlink" href="#reset-a-large-matrix" title
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>20 µs ± 742 ns per loop (mean ± std. dev. of 7 runs, 10,000 loops each)
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>15.2 µs ± 45.9 ns per loop (mean ± std. dev. of 7 runs, 100,000 loops each)
</pre></div>
</div>
</div>
Expand Down
104 changes: 52 additions & 52 deletions book/docs/notebooks/demo.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/searchindex.js

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

18 changes: 11 additions & 7 deletions build/show.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
cvxpy 1.3.2 A domain-specific language for modeling convex optimization problems in Python.
cvxpy 1.4.1 A domain-specific language for modeling convex optimization problems in Python.
├── clarabel >=0.5.0
│ ├── numpy *
│ └── scipy *
│ └── numpy >=1.21.6,<1.28.0 (circular dependency aborted here)
├── ecos >=2
│ ├── numpy >=1.6
│ └── scipy >=0.9
│ └── numpy >=1.21.6,<1.28.0 (circular dependency aborted here)
├── numpy >=1.15
├── osqp >=0.4.1
├── osqp >=0.6.2
│ ├── numpy >=1.7
│ ├── qdldl *
│ │ ├── numpy >=1.7 (circular dependency aborted here)
│ │ └── scipy >=0.13.2
│ │ └── numpy >=1.21.6,<1.28.0 (circular dependency aborted here)
│ └── scipy >=0.13.2 (circular dependency aborted here)
├── pybind11 *
├── scipy >=1.1.0
│ └── numpy >=1.21.6,<1.28.0
├── scs >=1.1.6
│ ├── numpy >=1.7
│ └── scipy >=0.13.2
│ └── numpy >=1.21.6,<1.28.0 (circular dependency aborted here)
└── setuptools >65.5.1
└── scs >=3.0
├── numpy >=1.7
└── scipy >=0.13.2
└── numpy >=1.21.6,<1.28.0 (circular dependency aborted here)
fire 0.5.0 A library for automatically generating command line interfaces.
├── six *
└── termcolor *
Binary file modified sphinx/.doctrees/environment.pickle
Binary file not shown.
Loading

0 comments on commit 36688ba

Please sign in to comment.