|
1 | 1 | # Changes
|
2 | 2 |
|
| 3 | +## v1.6.5 (16 December 2024) |
| 4 | + |
| 5 | +- New: measure CPU time alongside wall time for experiments #275 |
| 6 | + |
| 7 | +## v1.6.4 (5 April 2023) |
| 8 | + |
| 9 | +- New: GitHub Actions for CI #171 |
| 10 | +- New: add ruby 3.1 support #175 |
| 11 | +- Fix: `compare_errors` in docs #178 |
| 12 | +- Fix: remove outdated travis configs #179 |
| 13 | +- Fix: typos #191 |
| 14 | +- New: add support for `after_run` blocks #211 |
| 15 | + |
| 16 | +## v1.6.3 (9 December 2021) |
| 17 | + |
| 18 | +- Fix: improve marshaling implementation #169 |
| 19 | + |
| 20 | +## v1.6.2 (4 November 2021) |
| 21 | + |
| 22 | +- New: make `MismatchError` marshalable #168 |
| 23 | + |
| 24 | +## v1.6.1 (22 October 2021) |
| 25 | + |
| 26 | +- Fix: moving supported ruby versions from <=2.3 to >=2.6 #150 |
| 27 | +- Fix: update docs to explain timeout handling #159 |
| 28 | +- New: add support for comparing errors #77 |
| 29 | + |
| 30 | +## v1.6.0 (8 March 2021) |
| 31 | + |
| 32 | +- Fix: clarify unit for observations #124 |
| 33 | +- New: enable support for truffleruby #143 |
| 34 | +- Fix: don't default experiment when included in a module #144 |
| 35 | + |
| 36 | +## v1.5.0 (8 September 2020) |
| 37 | + |
| 38 | +- Fix: clearer explanation of exception handling #110 |
| 39 | +- Fix: remove unused attribute from `Scientist::Observation` #119 |
| 40 | +- New: Added internal extension point for generating experinet results #121 |
| 41 | +- New: Add `Scientist::Experiment.register` helper #104 |
| 42 | + |
| 43 | +## v1.4.0 (20 September 2019) |
| 44 | + |
| 45 | +- New: Make `MismatchError` a base `Exception` #107 |
| 46 | + |
3 | 47 | ## v1.3.0 (2 April 2019)
|
4 | 48 |
|
5 | 49 | - New: Drop support for ruby <2.3
|
|
0 commit comments