Skip to content

Commit cad40a2

Browse files
Bump version to 0.2.0
1 parent fee8497 commit cad40a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ From v1.0.0 and on, the project will adherence strictly to Semantic Versioning.
1010
## [Unreleased]
1111

1212

13+
## [0.2.0] - 2022-02-11]
14+
### Added
15+
- Overloads for benchmark parameters and functions to allow benchmark of custom classes.
16+
17+
1318
## [0.1.2] - 2022-02-10]
1419
### Fixed
1520
- GPU compatibility.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def from_file(file_name: str = "requirements.txt", comment_char: str = "#"):
2525

2626
setup(
2727
name="pytorch-benchmark",
28-
version="0.1.2",
28+
version="0.2.0",
2929
description="Easily benchmark PyTorch model FLOPs, latency, throughput, max allocated memory and energy consumption in one go.",
3030
long_description=long_description(),
3131
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)