Skip to content

Releases: mplanchard/pydecor

v2.0.1 - Fix for Instance Methods of @intercept

01 Jul 20:10
3e45dd5
Compare
Choose a tag to compare

2.0.1

  • Fix regression in @intercept decorator due to changes in how generic
    decorators pass arguments in 2.0.

v2.0.0 - It's Alive!

13 Jan 05:00
v2.0.0
b7554cf
Compare
Choose a tag to compare

2.0.0

  • export - register entities in a module's __all__ list
    (thanks @Paebbels!)
  • Use of Decorator class and consistent callable signature for generic
    decorators is now required
  • Drop support for Python <3.6
  • Move to a src/ layout
  • Lots of clarifications, typo fixes, and improvements to the docs
  • Lots of development environment improvements:
    • Automatic distribution of tagged commits via PyPI (thanks @Paebbels!)
    • Makefile for a consistent interface into build operations
    • Improvements to tox configuration
    • Addition of consistent and required linting with pylint, mypy, and flake8
    • Autoformatting with black

Release 1.1.0

04 Sep 05:31
Compare
Choose a tag to compare

See CHANGELOG for details.