Created by: zhiqiu
PR types
Function optimization
PR changes
APIs
Describe
This PR enhances deprecated
decorator:
- support decorating class
-before -after
- change filter from
default
toonce
- before
- after
Plus, this PR temporally disables the warnings for paddle 2.0-beta, and it should be re-enabled in the future.