v1.6.0
What's Changed
- Use virtual env for pytest in github actions by @Owen-CH-Leung in #2004
- Add pypi name validation by @alonme in #2007
- Add JSON schema generation by @JonathanPlasse in #2005
- Detect compiling from Linux gnu to Linux musl as cross compiling by @messense in #2010
- generate-ci: add musllinux support by @messense in #2011
- Use pyo3 0.21 for tests and examples by @konstin in #2016
- generate-ci: use macos-12 runner for x86_64 macOS job by @messense in #2020
- Upgrade uniffi to 0.27.0 by @messense in #2021
- Add instrumentation support for develop by @konstin in #2019
- Make
tracing-subscriber
mandatory by @messense in #2022 - Import hook upgrade by @mbway in #2024
- Add uv as develop backend command by @dmatos2012 in #2015
- Also try
uv
inPATH
indevelop --uv
by @messense in #2026 - docs: update pyo3 to match tutorial by @henryiii in #2029
- Add support for AIX by @bzEq in #2030
- Remove rust-cpython from project init/new template by @messense in #2034
- Only run uv tests on platforms that has wheel on PyPI or when uv bina… by @messense in #2037
- Install cffi and uv on demand in
test_develop
by @messense in #2043 - Add support for
wasm32-wasip1
andwasm32-wasip2
targets by @messense in #2054 - fix: windows exit code with python by @trim21 in #2055
- Remove rust-cpython support from documentation by @messense in #2057
- docs: Add bleuscore in examples by @shenxiangzhuang in #2061
- Fix new clippy warnings on Rust 1.78.0 by @messense in #2065
- Allows to use Maturin with ziglang 0.11 and 0.12 by @Tpt in #2067
- Remove pyston from CI by @konstin in #2081
- Show full path in missing readme error message by @konstin in #2074
- Update cargo mock deps by @konstin in #2075
- Ban std::fs trough clippy by @konstin in #2076
- Preserve file permission when copying by @blmarket in #2069
- Detect target based on interpreter for pep517 build-wheel by @kcking in #2088
- Add a global verbose option by @konstin in #2080
- Use base executable when possible in PEP 517 build by @messense in #2094
- Remove support for rust-cpython by @Owen-CH-Leung in #2044
New Contributors
- @JonathanPlasse made their first contribution in #2005
- @dmatos2012 made their first contribution in #2015
- @nipunn1313 made their first contribution in #2032
- @henryiii made their first contribution in #2029
- @bzEq made their first contribution in #2030
- @trim21 made their first contribution in #2055
- @shenxiangzhuang made their first contribution in #2061
- @Tpt made their first contribution in #2067
- @blmarket made their first contribution in #2069
- @kcking made their first contribution in #2088
Full Changelog: v1.5.1...v1.6.0