Skip to content

Releases: j3soon/tbparse

v0.0.9

16 Aug 04:36
Compare
Choose a tag to compare

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

Full Changelog: v0.0.8...v0.0.9

v0.0.8

21 Nov 15:01
Compare
Choose a tag to compare

Fixes:

  • Fix explicit copy issue for Pandas 2.1.0 and later
  • Explicitly support Python 3.11 on PyPI
  • Fix shield badges on PyPI

v0.0.7

06 Aug 16:58
Compare
Choose a tag to compare

Features:

  • Support parsing with reduced feature set without using the tensorflow package

Fixes:

  • Fix the behavior of event_types for SummaryReader (Breaking Change)
  • Explicitly support Python 3.10 on PyPI
  • Fix preview images on PyPI

Changes:

  • Add benchmarks and profiling results
  • Optimize _merge_values when no merging is required
  • Change row-oriented parsing to column-oriented parsing

v0.0.6

18 Feb 16:54
Compare
Choose a tag to compare

Features:

  • Support parsing images and audio

Fixes:

  • Unify histogram API (Breaking Change)

Docs:

  • Add sample IPython notebook

v0.0.5

11 Feb 14:39
Compare
Choose a tag to compare

Features:

  • Support parsing text events

v0.0.4

08 Feb 13:52
Compare
Choose a tag to compare

Features:

  • Support parsing hparams

Fixes:

  • Fix empty directory bug

v0.0.3

24 Jan 01:31
Compare
Choose a tag to compare

Changes:

  • Clarify SummaryReader's parameters (Breaking Change)

Fixes:

  • Fix PyPI package metadata

v0.0.2

19 Sep 00:52
Compare
Choose a tag to compare

Fixes:

  • Fix PyPI packaging issue

v0.0.1

19 Sep 00:14
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Features:

  • Support parsing scalars
  • Support parsing tensors
  • Support parsing histograms