Skip to content

1.12.0 - Refactoring and consistency improvement

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 08:22
· 67 commits to main since this release
  • Fixed partial so that :
    • when no argument is provided, it is equivalent to wraps(f)(f). That is, the __wrapped__ attribute is set. Fixed #73
    • it sets the func attribute just as functools.partial does. Fixed #75
  • Removed pytest-cases dependency as it was a circular one. Fixed #68
  • Now using flake8 for qualimetry and genbadge for badges. Fixed #71
  • Restructured project so that tests are truly independent, to ease rpm/apt/etc. packaging. Fixed #69

See documentation page for details.