Skip to content

Releases: python-useful-helpers/logwrap

Add `max_iter` parameter support

04 Sep 13:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 11.0.0...11.1.0

Drop cython as over engineering.

20 Jun 07:39
Compare
Choose a tag to compare

Breaking: cython build removed
Fixed: comments format with type annotations
New feature: support rich format protocol for pretty_repr / pretty_str

10.0.1

08 Jun 15:02
939bf68
Compare
Choose a tag to compare
Fix call repr: extra indent for arg repr was not needed

10.0.0.post0

08 Jun 12:56
ff0fd45
Compare
Choose a tag to compare
fix github manylinux

10.0.0

08 Jun 11:35
7bbc688
Compare
Choose a tag to compare
fix manylinux package version

9.0.2

01 Nov 12:30
ae571b3
Compare
Choose a tag to compare
remove distutils helper for cython fail handle

9.0.1.post0

19 Oct 14:28
7a158fd
Compare
Choose a tag to compare
Move x86 from Travis to GitHub

9.0.1

19 Oct 09:40
24304fe
Compare
Choose a tag to compare

Python 3.10 special cases

9.0.0.post0

18 Oct 09:47
7628623
Compare
Choose a tag to compare

Reduce travis?

9.0.0

01 Sep 07:43
e150ae1
Compare
Choose a tag to compare

API breaking!

LogWrap is anymore not act as class decorator. Only class instance is used for decoration.
spec argument for LogWrap is not supported anymore due to instance decoration logic.