v3.1.2: 🐞 Bugfix - Raised exceptions are no longer cached as None
What's Changed
- build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 by @dependabot in #231
- enable
pytest
formatting with Ruff's PT by @Borda in #234 - ci/test: speed_eval by @Borda in #232
- build(deps): bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 by @dependabot in #235
- [pre-commit.ci] pre-commit suggestions by @pre-commit-ci in #236
- fix(lint): emergency bump for
docformatter
by @Borda in #238 - convert
_default_params
to dataclass by @Borda in #237 - convert
dict
entry to dataclass & typing by @Borda in #239 - skip cashing for exceptions by @Borda in #233
- Release version 3.1.0 by @shaypal5 in #240
- fix #241 reimport deprecated fns by @daroczig in #242
- Release version 3.1.1 by @shaypal5 in #243
- Fix typo in README.rst by @tlinhart in #244
- Update maintainers list in README.rst by @shaypal5 in #245
- fix: crash with
None
& confusing tests by @Borda in #248 - fix reusing legacy pickle caches by @Borda in #249
- typing: adding check and fixing by @Borda in #250
New Contributors
Full Changelog: v3.0.1...v3.1.2