Skip to content

Commit

Permalink
Bump version number to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Aug 16, 2024
1 parent b1a961e commit 83fdea0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions docs/pages/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Change Log
===================================

v0.0.9
===================================

Features:

* Support parsing ``tensors`` and ``text`` without the ``tensorflow`` package
* Support NumPy 2.0
* Explicitly support Python 3.12 on PyPI

Breaking Changes:

* Drops support for Python 3.7

v0.0.8
===================================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="tbparse",
version="0.0.8",
version="0.0.9",
author="Johnson",
author_email="[email protected]",
description="Load tensorboard event logs as pandas DataFrames; " + \
Expand Down
2 changes: 1 addition & 1 deletion tbparse/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Contains the version string."""

VERSION = "0.0.8"
VERSION = "0.0.9"

if __name__ == "__main__":
print(VERSION)

0 comments on commit 83fdea0

Please sign in to comment.