Skip to content

Commit

Permalink
CHANGELOG.md for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrwpvlv committed Jun 25, 2021
1 parent 11602b9 commit 55de120
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

# Change Log

## [0.2.0]

## Changed

Changed `Timench.multiple_run()` method and structure of it input of variable `*args` and `**kwargs` for multiple benchmarks run.

Before it was two separated dicts for args `{case_name: [args, ]}`, for kwargs `{case_name: {kwargs, }}`.
Now it is combined to single dict to simplify input of variables and control of it.

New structure named as `env_args = {case_name: [[args], {kwargs, }], }`

## Updated

Usage examples 2 and 4 updated for correct run with updated `multiple_run()` method.

## [0.1.0]

Initial release

0 comments on commit 55de120

Please sign in to comment.