Skip to content

Version 2.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 13:18
2ec0571

This patch release adds a mypy plugin to handle the descriptor __set__ type narrowing issue, reorders param.List overloads to allow default type inference, and fixes the conda build.

Many thanks to @philippjfr and @hoxbro for their contributions to this release.

🚀 Features

  • Add mypy plugin to handle descriptor __set__ issue (#1148)

🐛 Bug Fixes

  • Reorder param.List overloads to allow default type inference (#1149)

🏗️ Build

📚 Documentation

  • Add instructions about basedpyright to Typing docs (#1151)

🧹 Maintenance

  • Fix spelling mistakes and add typos to pre-commit (#1152)
  • Bump TY version (#1150)

Full Changelog