Skip to content

Releases: j3soon/tbparse

v0.0.9

Choose a tag to compare

@j3soon j3soon released this 16 Aug 04:36

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

Choose a tag to compare

@j3soon j3soon released this 21 Nov 15:01

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

Choose a tag to compare

@j3soon j3soon released this 06 Aug 16:58

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

Choose a tag to compare

@j3soon j3soon released this 18 Feb 16:54

Features:

  • Support parsing images and audio

Fixes:

  • Unify histogram API (Breaking Change)

Docs:

  • Add sample IPython notebook

v0.0.5

Choose a tag to compare

@j3soon j3soon released this 11 Feb 14:39

Features:

  • Support parsing text events

v0.0.4

Choose a tag to compare

@j3soon j3soon released this 08 Feb 13:52

Features:

  • Support parsing hparams

Fixes:

  • Fix empty directory bug

v0.0.3

Choose a tag to compare

@j3soon j3soon released this 24 Jan 01:31

Changes:

  • Clarify SummaryReader's parameters (Breaking Change)

Fixes:

  • Fix PyPI package metadata

v0.0.2

Choose a tag to compare

@j3soon j3soon released this 19 Sep 00:52

Fixes:

  • Fix PyPI packaging issue

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@j3soon j3soon released this 19 Sep 00:14

Features:

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