File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Change Log
33===================================
44
5+ v0.0.9
6+ ===================================
7+
8+ Features:
9+
10+ * Support parsing ``tensors `` and ``text `` without the ``tensorflow `` package
11+ * Support NumPy 2.0
12+ * Explicitly support Python 3.12 on PyPI
13+
14+ Breaking Changes:
15+
16+ * Drops support for Python 3.7
17+
518v0.0.8
619===================================
720
Original file line number Diff line number Diff line change 77
88setuptools .setup (
99 name = "tbparse" ,
10- version = "0.0.8 " ,
10+ version = "0.0.9 " ,
1111 author = "Johnson" ,
1212 author_email = "j3.soon777@gmail.com" ,
1313 description = "Load tensorboard event logs as pandas DataFrames; " + \
Original file line number Diff line number Diff line change 11"""Contains the version string."""
22
3- VERSION = "0.0.8 "
3+ VERSION = "0.0.9 "
44
55if __name__ == "__main__" :
66 print (VERSION )
You can’t perform that action at this time.
0 commit comments