Skip to content

Commit a5f8d59

Browse files
author
Circle CI
committed
Update docs for dev (build 4150)
1 parent 87e787b commit a5f8d59

18 files changed

Lines changed: 140 additions & 127 deletions

File tree

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

dev/_sources/auto_examples/run_minimal_benchmark.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ To run the benchmark, just execute:
6868
<span style="color: #000080; text-decoration-color: #000080; font-weight: bold"> |--gd[lr=0.01]:</span> <span style="color: #808000; text-decoration-color: #808000; font-weight: bold">done (not enough run)</span>
6969
<span style="color: #008000; text-decoration-color: #008000; font-weight: bold">Saving result in: </span>
7070
<span style="color: #008000; text-decoration-color: #008000; font-weight: bold">/home/circleci/project/examples/minimal_benchmark/outputs/benchopt_run_2026-02</span>
71-
<span style="color: #008000; text-decoration-color: #008000; font-weight: bold">-06_02h14m49.parquet</span>
71+
<span style="color: #008000; text-decoration-color: #008000; font-weight: bold">-06_10h05m51.parquet</span>
7272
Processing
7373
/home/circleci/project/examples/minimal_benchmark/outputs/benchopt_run_2026-02
74-
-06_02h14m49.parquet
74+
-06_10h05m51.parquet
7575

7676

7777
</pre></div>
@@ -119,10 +119,10 @@ To get a more precise curve, you can increase ``n`` and ``r``:
119119
<span style="color: #000080; text-decoration-color: #000080; font-weight: bold"> |--gd[lr=0.01]:</span> <span style="color: #008000; text-decoration-color: #008000; font-weight: bold">done</span>
120120
<span style="color: #008000; text-decoration-color: #008000; font-weight: bold">Saving result in: </span>
121121
<span style="color: #008000; text-decoration-color: #008000; font-weight: bold">/home/circleci/project/examples/minimal_benchmark/outputs/benchopt_run_2026-02</span>
122-
<span style="color: #008000; text-decoration-color: #008000; font-weight: bold">-06_02h14m51.parquet</span>
122+
<span style="color: #008000; text-decoration-color: #008000; font-weight: bold">-06_10h05m53.parquet</span>
123123
Processing
124124
/home/circleci/project/examples/minimal_benchmark/outputs/benchopt_run_2026-02
125-
-06_02h14m51.parquet
125+
-06_10h05m53.parquet
126126

127127

128128
</pre></div>
@@ -151,7 +151,7 @@ suboptimality instead of objective value.
151151

152152
.. rst-class:: sphx-glr-timing
153153

154-
**Total running time of the script:** (0 minutes 2.755 seconds)
154+
**Total running time of the script:** (0 minutes 3.479 seconds)
155155

156156

157157
.. _sphx_glr_download_auto_examples_run_minimal_benchmark.py:

dev/_sources/auto_examples/sg_execution_times.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Computation times
88
=================
9-
**00:02.755** total execution time for 3 files **from auto_examples**:
9+
**00:03.479** total execution time for 3 files **from auto_examples**:
1010

1111
.. container::
1212

@@ -33,7 +33,7 @@ Computation times
3333
- Time
3434
- Mem (MB)
3535
* - :ref:`sphx_glr_auto_examples_run_minimal_benchmark.py` (``run_minimal_benchmark.py``)
36-
- 00:02.755
36+
- 00:03.479
3737
- 0.0
3838
* - :ref:`sphx_glr_auto_examples_plot_run_benchmark.py` (``plot_run_benchmark.py``)
3939
- 00:00.000

dev/_sources/benchmark_workflow/install_benchmark.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In order to make it easy to run a new benchmark, benchopt provides an interface
77
to specify and install requirements for the various components of the benchmarks.
88

99
- By default, calling ``benchopt install .`` will install the requirements for the
10-
benchmark, including all solvers and datasets.
10+
benchmark, including all solvers and datasets, using the ``conda-forge`` channel.
1111

1212
- The minimum requirements to run the benchmark are specified in
1313
``objective.py``. They can be installed using the command

dev/_sources/sg_execution_times.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Computation times
88
=================
9-
**00:02.755** total execution time for 3 files **from all galleries**:
9+
**00:03.479** total execution time for 3 files **from all galleries**:
1010

1111
.. container::
1212

@@ -33,7 +33,7 @@ Computation times
3333
- Time
3434
- Mem (MB)
3535
* - :ref:`sphx_glr_auto_examples_run_minimal_benchmark.py` (``../examples/run_minimal_benchmark.py``)
36-
- 00:02.755
36+
- 00:03.479
3737
- 0.0
3838
* - :ref:`sphx_glr_auto_examples_plot_run_benchmark.py` (``../examples/plot_run_benchmark.py``)
3939
- 00:00.000

dev/_sources/whats_new.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ What's new
1010
Version 1.9 - In development
1111
----------------------------
1212

13+
FIX
14+
---
15+
16+
- ``benchopt install`` now uses the ``conda-forge`` channel by default
17+
By `Hippolyte Verninas`_ (:gh:`879`)
18+
19+
1320
API
1421
---
1522

0 commit comments

Comments
 (0)