Skip to content

Commit 5f2efe7

Browse files
committed
CHANGELOG and version bump for 1.0rc1 release
Signed-off-by: Stefan Marr <git@stefan-marr.de>
1 parent 2423a1b commit 5f2efe7

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

CHANGELOG.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,37 @@
22

33
## [Unreleased]
44

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)
618

719
## [0.10.1] - 2018-06-08
820

9-
- fix experiment filters and reporting on codespeed submission errors (#77)
21+
- fixed experiment filters and reporting on codespeed submission errors (#77)
1022

1123
## [0.10.0] - 2018-06-08
1224

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
1729

1830
## [0.9.1] - 2017-12-21
1931

20-
- fix time-left reporting of invalid times (#60)
32+
- fixed time-left reporting of invalid times (#60)
2133
- take the number of data points per run into account for estimated time left (#62)
2234
- obtain process output on timeout to enable results of partial runs
23-
- fix incompatibility with latest setuptools
35+
- fixed incompatibility with latest setuptools
2436

2537
## [0.9.0] - 2017-04-23
2638

@@ -60,7 +72,8 @@
6072
- [0.6.0] - 2014-05-19
6173
- [0.5.0] - 2014-03-25
6274

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
6477
[0.10.1]: https://github.com/smarr/ReBench/compare/v0.10.0...v0.10.1
6578
[0.10.0]: https://github.com/smarr/ReBench/compare/v0.9.1...v0.10.0
6679
[0.9.1]: https://github.com/smarr/ReBench/compare/v0.9.0...v0.9.1
@@ -73,3 +86,4 @@
7386
[0.7.1]: https://github.com/smarr/ReBench/compare/v0.6.0...v0.7.1
7487
[0.6.0]: https://github.com/smarr/ReBench/compare/v0.5.0...v0.6.0
7588
[0.5.0]: https://github.com/smarr/ReBench/compare/05dfc4b...v0.5.0
89+
[docs]: http://rebench.readthedocs.io/

rebench/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.1"
1+
__version__ = "1.0rc1"

0 commit comments

Comments
 (0)