Skip to content

Releases: google/cloud-tpu-monitoring-debugging

v0.1.5

08 Dec 19:15
Compare
Choose a tag to compare
  • Raise exception without waiting for daemon thread to terminate
    Full Changelog: v0.1.4...v0.1.5

v0.1.4

07 Nov 18:42
Compare
Choose a tag to compare
  • Gracefully exiting daemon threads
  • Fixed the URL for PyPI package in README
    Full Changelog: v0.1.3...v0.1.4

v0.1.3

31 Oct 21:37
Compare
Choose a tag to compare
  • Fixing issue with using signals and threads together in a program
    Full Changelog: v0.1.2...v0.1.3

v0.1.2

20 Sep 21:27
Compare
Choose a tag to compare
  • Improved stack trace readability and clarity by adding a message for more information

Full Changelog: v0.1.1...v0.1.2

v0.1.1

21 Jun 18:57
Compare
Choose a tag to compare
  • Bug Fixes
    • Fixes dumping of stack traces on the console when exceptions like AssertionError, tensorflow.python.framework.errors_impl.NotFoundError are thrown when collect_stack_trace=True and stack_trace_to_cloud=False.
  • Updated README

Initial release of cloud-tpu-diagnostics PyPI package

07 Jun 20:48
Compare
Choose a tag to compare

What's Changed

  • Initial release of cloud-tpu-diagnostics PyPI package that contains debug module to periodically collect stack traces on faults or when a program running on Cloud TPU is stuck or hung somewhere.

Full Changelog: https://github.com/google/cloud-tpu-monitoring-debugging/commits/v0.1.0