Skip to content

Sync-stream

Compare
Choose a tag to compare
@cainmagi cainmagi released this 14 Feb 15:28
· 2 commits to main since this release

Introduction

Sync-stream is a pure python tool for synchronizing the messages (including stdout, stderr, and raised exceptions or warnings) among threads, processes, devices, and hosts. This powerful tool is useful for capturing the updating logs from the sub-processes in some projects.

Updating reports

1.1.2 @ 2/14/2024

📣 New

  1. Provide .dockerignore file for removing unexpected files in the built docker image.

🔧 Fix

  1. Fix: Remove an unexpected in-release package version which should only appear during the package building.
  2. Find a way to include tests.version in sdist but exclude all tests codes in wheel.

💾 Change

  1. Improve the quality of codes.
  2. Make the flake8 warning validator omit the issues exempted by black.

Full Changelog: 1.1.1...1.1.2