Skip to content

Releases: Mamdasn/lognostic

v0.0.4

Choose a tag to compare

@Mamdasn Mamdasn released this 08 Mar 21:19
  • Patch a major error
  • Update README.md

Full Changelog: v0.0.3...0.0.4

0.0.3

Choose a tag to compare

@Mamdasn Mamdasn released this 07 Mar 11:38
  • Ensure thread-safety by locking the thread on read when accessing logging records

Full Changelog: 0.0.2...v0.0.3

v0.0.2

Choose a tag to compare

@Mamdasn Mamdasn released this 07 Mar 05:00
  • Update Dockerfile

Full Changelog: v0.0.1...0.0.2

v0.0.1

Choose a tag to compare

@Mamdasn Mamdasn released this 07 Mar 04:06

Added

  • Initial setup of the PyPI Development Environment.
  • Statistical functionalities for analyzing LogRecords.
  • Unit tests covering class methods and thread-safety.
  • pandas package dependency in pyproject.toml for statistics calculation.
  • MyPy typing annotations to source .py files for better type validation.
  • Pre-commit hooks setup to enforce code style and quality checks.
  • A Dockerfile to define the build environment and run tests, ensuring a consistent development environment.
  • Documentation docstrings across lognostic, making the API self-documenting and easier to understand for developers.

Full Changelog: https://github.com/Mamdasn/lognostic/commits/v0.0.1