Skip to content

Commit

Permalink
Bump version number to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Feb 18, 2022
1 parent f219a6f commit e20daa8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ print(df)

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

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

| Event Type | Tensorboard Dashboard | tbparse |
|------------|----------------------------------------------|-----------------------------------------|
Expand Down
15 changes: 15 additions & 0 deletions docs/pages/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Change Log
===================================

v0.0.6
===================================

Features:

* Support parsing ``images`` and ``audio``

Fixes:

* Unify ``histogram`` API (Breaking Change)

Docs:

* Add sample IPython notebook

v0.0.5
===================================

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

setuptools.setup(
name="tbparse",
version="0.0.5",
version="0.0.6",
author="Johnson",
author_email="[email protected]",
description="Read, parse, and plot tensorboard event logs with ease!",
description="Load tensorboard event logs as pandas DataFrames; " + \
"Read, parse, and plot tensorboard event logs with ease!",
long_description=long_description,
long_description_content_type="text/markdown",
url=github_url,
Expand Down

0 comments on commit e20daa8

Please sign in to comment.