|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
5 |
| - - |
| 5 | + - |
| 6 | + |
| 7 | +## [1.0rc1] - 2018-08-02 |
| 8 | + |
| 9 | + - made user interface more consistent and concise (#83, #85, #92, #101, #102) |
| 10 | + - added concept of iterations/invocations (#82, #87) |
| 11 | + - added executor and suite name as command variables (#95, #101) |
| 12 | + - added and improved support for building suites before execution (#59, #78, #84, #96) |
| 13 | + - revised configuration format to me more consistent and add schema (#74, #82, #66, #94, #101) |
| 14 | + - fixed memory usage, avoid running out of memory for large experiments (#103) |
| 15 | + - added support to verify parameter and config file (#104) |
| 16 | + - added [documentation][docs] (#66, #101) |
| 17 | + - use PyLint (#79) |
6 | 18 |
|
7 | 19 | ## [0.10.1] - 2018-06-08
|
8 | 20 |
|
9 |
| - - fix experiment filters and reporting on codespeed submission errors (#77) |
| 21 | + - fixed experiment filters and reporting on codespeed submission errors (#77) |
10 | 22 |
|
11 | 23 | ## [0.10.0] - 2018-06-08
|
12 | 24 |
|
13 |
| - - restructure command-line options in help, and use argparse (#73) |
14 |
| - - add support for Python 3 and PyPy (#65) |
15 |
| - - add support for extra criteria (things beside run time) (#64) |
16 |
| - - add support for path names in ReBenchLog benchmark names |
| 25 | + - restructured command-line options in help, and use argparse (#73) |
| 26 | + - added support for Python 3 and PyPy (#65) |
| 27 | + - added support for extra criteria (things beside run time) (#64) |
| 28 | + - added support for path names in ReBenchLog benchmark names |
17 | 29 |
|
18 | 30 | ## [0.9.1] - 2017-12-21
|
19 | 31 |
|
20 |
| - - fix time-left reporting of invalid times (#60) |
| 32 | + - fixed time-left reporting of invalid times (#60) |
21 | 33 | - take the number of data points per run into account for estimated time left (#62)
|
22 | 34 | - obtain process output on timeout to enable results of partial runs
|
23 |
| - - fix incompatibility with latest setuptools |
| 35 | + - fixed incompatibility with latest setuptools |
24 | 36 |
|
25 | 37 | ## [0.9.0] - 2017-04-23
|
26 | 38 |
|
|
60 | 72 | - [0.6.0] - 2014-05-19
|
61 | 73 | - [0.5.0] - 2014-03-25
|
62 | 74 |
|
63 |
| -[Unreleased]: https://github.com/smarr/ReBench/compare/v0.10.1...HEAD |
| 75 | +[Unreleased]: https://github.com/smarr/ReBench/compare/v1.0rc1...HEAD |
| 76 | +[1.0rc1]: https://github.com/smarr/ReBench/compare/v0.10.1...v1.0rc1 |
64 | 77 | [0.10.1]: https://github.com/smarr/ReBench/compare/v0.10.0...v0.10.1
|
65 | 78 | [0.10.0]: https://github.com/smarr/ReBench/compare/v0.9.1...v0.10.0
|
66 | 79 | [0.9.1]: https://github.com/smarr/ReBench/compare/v0.9.0...v0.9.1
|
|
73 | 86 | [0.7.1]: https://github.com/smarr/ReBench/compare/v0.6.0...v0.7.1
|
74 | 87 | [0.6.0]: https://github.com/smarr/ReBench/compare/v0.5.0...v0.6.0
|
75 | 88 | [0.5.0]: https://github.com/smarr/ReBench/compare/05dfc4b...v0.5.0
|
| 89 | +[docs]: http://rebench.readthedocs.io/ |
0 commit comments