Releases: Mamdasn/lognostic
Releases · Mamdasn/lognostic
Release list
v0.0.4
0.0.3
- Ensure thread-safety by locking the thread on read when accessing logging records
Full Changelog: 0.0.2...v0.0.3
v0.0.2
- Update Dockerfile
Full Changelog: v0.0.1...0.0.2
v0.0.1
Added
- Initial setup of the PyPI Development Environment.
- Statistical functionalities for analyzing
LogRecords. - Unit tests covering class methods and thread-safety.
pandaspackage dependency inpyproject.tomlfor statistics calculation.- MyPy typing annotations to source
.pyfiles 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