Releases: python-useful-helpers/logwrap
Releases · python-useful-helpers/logwrap
11.1.1 - fix repr for union annotations in dataclasses
Fix static check: updated pylint & ruff
Add `max_iter` parameter support
What's Changed
- max_iter parameter by @vadim0x60 in #80
New Contributors
- @vadim0x60 made their first contribution in #80
Full Changelog: 11.0.0...11.1.0
Drop cython as over engineering.
Breaking: cython build removed
Fixed: comments format with type annotations
New feature: support rich
format protocol for pretty_repr
/ pretty_str
10.0.1
Fix call repr: extra indent for arg repr was not needed
10.0.0.post0
fix github manylinux
10.0.0
fix manylinux package version
9.0.2
remove distutils helper for cython fail handle
9.0.1.post0
Move x86 from Travis to GitHub
9.0.1
Python 3.10 special cases
9.0.0.post0
Reduce travis?