Bugfix release.
What's Changed
- DEP: only depend on tomli in Python 3.10 and older, use standard lib otherwise by @neutrinoceros in #1391
- Add codespell config, pre-commit hook, and GH action (to catch new typos) + make it fix some it finds by @yarikoptic in #1392
- [Bug] Fix deprecation of --force in conda for conda versions >= 24.3.0 by @h-mayorquin in #1403
- ENH,BUG: Update pip parser for git urls with branches / tags by @HaoZeke in #1413
- MAINT: Update pyproject.toml to omit unecessary files by @hmaarrfk in #1407
- DOC: mention conda-build dependency by @lucascolley in #1422
- BUG: Fix compare and continuous by @HaoZeke in #1421
- Allow
asv.conf.jsonc
file by default by @lucascolley in #1420 - Replace use of
Result.env
in profiling code by @brandonwillard in #1404 - REL: Prepare for
0.6.4
by @HaoZeke in #1424
New Contributors
- @neutrinoceros made their first contribution in #1391
- @h-mayorquin made their first contribution in #1403
- @lucascolley made their first contribution in #1422
- @brandonwillard made their first contribution in #1404
Full Changelog: v0.6.3...v0.6.4