Skip to content

Commit e20daa8

Browse files
committed
Bump version number to v0.0.6
1 parent f219a6f commit e20daa8

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ print(df)
4141

4242
For beginners, start from the page: [Parsing Scalars](https://tbparse.readthedocs.io/en/latest/pages/parsing-scalars.html).
4343

44-
Currently, tbparse enables parsing native types (scalars, tensors, histograms, etc.) easily. More event types will be supported in future versions.
44+
## Gallery
4545

4646
| Event Type | Tensorboard Dashboard | tbparse |
4747
|------------|----------------------------------------------|-----------------------------------------|

docs/pages/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Change Log
33
===================================
44

5+
v0.0.6
6+
===================================
7+
8+
Features:
9+
10+
* Support parsing ``images`` and ``audio``
11+
12+
Fixes:
13+
14+
* Unify ``histogram`` API (Breaking Change)
15+
16+
Docs:
17+
18+
* Add sample IPython notebook
19+
520
v0.0.5
621
===================================
722

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77

88
setuptools.setup(
99
name="tbparse",
10-
version="0.0.5",
10+
version="0.0.6",
1111
author="Johnson",
1212
author_email="[email protected]",
13-
description="Read, parse, and plot tensorboard event logs with ease!",
13+
description="Load tensorboard event logs as pandas DataFrames; " + \
14+
"Read, parse, and plot tensorboard event logs with ease!",
1415
long_description=long_description,
1516
long_description_content_type="text/markdown",
1617
url=github_url,

0 commit comments

Comments
 (0)