Skip to content

Commit 0a63681

Browse files
committed
Bump version number to v0.0.7
1 parent 0804837 commit 0a63681

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

docs/pages/changelog.rst

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

5+
v0.0.7
6+
===================================
7+
8+
Features:
9+
10+
* Support parsing with reduced feature set without using the ``tensorflow`` package
11+
12+
Fixes:
13+
14+
* Fix the behavior of ``event_types`` for ``SummaryReader`` (Breaking Change)
15+
* Explicitly support Python 3.10 on PyPI
16+
* Fix preview images on PyPI
17+
18+
Changes:
19+
20+
* Add benchmarks and profiling results
21+
* Optimize ``_merge_values`` when no merging is required
22+
* Change row-oriented parsing to column-oriented parsing
23+
524
v0.0.6
625
===================================
726

setup.py

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

88
setuptools.setup(
99
name="tbparse",
10-
version="0.0.6",
10+
version="0.0.7",
1111
author="Johnson",
12-
author_email="[email protected]",
12+
author_email="[email protected]",
1313
description="Load tensorboard event logs as pandas DataFrames; " + \
1414
"Read, parse, and plot tensorboard event logs with ease!",
1515
long_description=long_description,

0 commit comments

Comments
 (0)