Skip to content

Releases: micheles/decorator

4.4.2

04 Mar 18:17
Compare
Choose a tag to compare
Updated setup.py [skip CI]

Decorator 4.3.2

24 Jan 14:12
Compare
Choose a tag to compare

Accepted a patch from Sylvain Marie (https://github.com/smarie): now the decorator module can decorate generator functions by preserving their being generator functions. Set python_requires='>=2.6, !=3.0.*, !=3.1.*' in setup.py, as suggested by https://github.com/hugovk.

Decorator 4.3.1

04 Aug 05:30
Compare
Choose a tag to compare

Avoided some deprecation warnings appearing when running the tests with Python 3.7.

4.3.0

15 Apr 12:55
Compare
Choose a tag to compare

Better decorator factories

4.2.1

14 Jan 10:10
Compare
Choose a tag to compare

Fixed regression breaking IPython