Skip to content

v0.4.10

Compare
Choose a tag to compare
@zsol zsol released this 23 May 14:19
· 101 commits to main since this release

New Contributors

Added

  • Add py3.11 classifier by @and-semakin in #816
  • Script to regenerate test fixtures, upgrade to Pyre 0.9.10 by @amyreese in #872
  • Allow FullyQualifiedNameProvider to work with absolute paths by @amyreese in #867
  • Allow running codemods without configuring in YAML by @akx in #879
  • Support PEP 604 in ApplyTypeAnnotationsVisitor by @hauntsaninja in #868

Fixed

  • fix PEP 604 union annotations in decorators by @carljm in #828
  • [AddImportsVisitor] Docstring Check Only for the Top Element of the Body by @sagarbadiyani in #841
  • Fix #855 - fail to parse with statement by @stroxler in #861
  • Add setuptools-rust to build requirements in setup.py by @amyreese in #873
  • Relative imports from '' package are not allowed by @podtserkovskiy in #894
  • Use subprocess.DEVNULL instead of opening os.devnull by hand by @akx in #897
  • Ensure current Python interpreter is used for subprocesses by @akx in #898
  • Fix ApplyTypeAnnotationsVisitor behavior on attribute assignments. by @rchen152 in #903
  • Fix spelling and grammar in some comments by @stroxler in #908
  • skip escaped backslash in rf-string by @jakkdl in #921
  • relax validation rules on decorators by @jakkdl in #926

Full Changelog: v0.4.9...v0.4.10