Skip to content

Commit ce84890

Browse files
committed
DOC: update CHANGES.rst
1 parent 59ac658 commit ce84890

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

CHANGES.rst

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,22 @@
33

44
New Features
55
^^^^^^^^^^^^
6-
- Adding environment variables to build and benchmark commands.
6+
- Adding environment variables to build and benchmark commands. (#809, #833)
7+
- Added ``--strict`` option to ``asv run`` to set exit code on failure. (#865)
8+
- Added ``--no-stats`` option to ``asv compare`` and ``asv continuous``. (#879)
9+
- Added ``--durations`` option to ``asv run`` and ``asv show`` for displaying
10+
benchmark run durations. (#838)
11+
- Added ``--date-period`` option to ``asv run`` for running benchmarks for
12+
commits separated by a constant time interval. (#835)
13+
- Web UI button to group regressions by benchmark. (#869)
14+
- Space-saving v2 file format for storing results. (#847)
15+
- ``timeraw_*`` benchmarks for measuring e.g. import times. (#832)
16+
- Support for using conda environment files for env setup. (#793)
717

818
API Changes
919
^^^^^^^^^^^
20+
- Results file format change requires ``asv update`` to update old data
21+
to v2 format.
1022
- The configuration syntax for "matrix", "exclude", and "include"
1123
in ``asv.conf.json`` has changed. The old syntax is still supported,
1224
unless you are installing packages named ``req``, ``env``, ``env_nobuild``.
@@ -15,7 +27,10 @@ Bug Fixes
1527
^^^^^^^^^
1628
- When an ``asv find`` step fails due to timeout, assume runtime equal to
1729
timeout to allow bisection to proceed (#768)
18-
30+
- Minor fixes and improvements (#877, #876, #875, #861, #870, #868, #867,
31+
#866, #864, #863, #857, #786, #854, #855, #852, #850, #844, #843, #842,
32+
#839, #841, #840, #837, #836, #834, #831, #830, #829, #828, #826, #825,
33+
#824)
1934

2035
Other Changes and Additions
2136
^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -24,6 +39,11 @@ Other Changes and Additions
2439
appearance. (#771)
2540
- Memory addresses are now stripped from the ``repr()`` of ``param``
2641
elements, allowing comparison across multiple runs. (#771)
42+
- ``asv dev`` is now equivalent to ``asv run`` with ``--python=same``
43+
default. (#874)
44+
- ``asv continuous`` by default now records measurement samples,
45+
for better comparison statistics. (#878)
46+
- ASV now uses PEP 518 ``pyproject.toml`` in packaging. (#853)
2747

2848

2949
0.4.1 (2019-05-30)
@@ -61,12 +81,12 @@ Bug Fixes
6181
- Minor fixes and improvements (#759, #764, #767, #772, #779, #783, #784, #787,
6282
#790, #795, #799, #804, #812, #813, #815, #816, #817, #818, #820)
6383

64-
6584
Other Changes and Additions
6685
^^^^^^^^^^^^^^^^^^^^^^^^^^^
6786
- In case of significant changes ``asv continuous`` message now reports
6887
if performance decreased or increased.
6988

89+
7090
0.3.1 (2018-10-20)
7191
------------------
7292

@@ -228,11 +248,13 @@ Bug Fixes
228248
- Fixup CI, test, etc issues (#616, #552, #601, #586, #554, #549,
229249
#571, #527, #560, #565)
230250

251+
231252
0.2.2rc1 (2018-07-09)
232253
---------------------
233254

234255
Same as 0.2.2, minus #670.
235256

257+
236258
0.2.1 (2017-06-22)
237259
------------------
238260

@@ -292,16 +314,19 @@ Bug Fixes
292314
- Longer default install timeout. (#342)
293315
- Many other bugfixes and minor improvements.
294316

317+
295318
0.2rc2 (2016-10-17)
296319
-------------------
297320

298321
Same as 0.2.
299322

323+
300324
0.1.1 (2015-05-05)
301325
------------------
302326

303327
First full release.
304328

329+
305330
0.1rc3 (2015-05-01)
306331
-------------------
307332

@@ -311,8 +336,10 @@ Include pip_requirements.txt.
311336

312337
Display version correctly in docs.
313338

339+
314340
0.1rc2 (2015-05-01)
315341
-------------------
316342

343+
317344
0.1rc1 (2015-05-01)
318345
-------------------

0 commit comments

Comments
 (0)