Releases: conan-io/conan-py-build
Releases · conan-io/conan-py-build
Release list
v0.2.0
What's Changed
- Unify METADATA and PKG-INFO generation by @czoido in #18
- Add PEP 639 support: include license files in wheel and sdist metadata by @czoido in #17
- Add support for overriding profiles and add nanobind example by @czoido in #20
- Use
conan build+conan export-pkgin build flow by @czoido in #19 - Add
build_editablehook for PEP 660 editable wheels by @davidsanfal in #21 - Add
CONAN_PY_BUILD_PROFILE_AUTODETECTto use a local autodetected profile instead of Conan's default by @czoido in #24 - Add
source()step by @czoido in #25 - Support
conanfile-pathfor recipe in a subdirectory by @czoido in #26
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Add conan-py-build by @czoido in #1
- Install extensions via
cmake.install()by @czoido in #2 - Disable CMakeUserPresets.json generation by @czoido in #5
- Support dynamic version via
version-fileby @czoido in #7 - Add sdist include/exclude config by @czoido in #11
- Add support for defining where Python packages are located to create the wheel by @davidsanfal in #10
- Add support multiple wheel packages to examples by @czoido in #12
- Pass directory and not depend on cwd by @czoido in #13
- Add minimal unit and integration tests by @czoido in #14
- Add release workflow by @czoido in #15
- Update README and examples pyproject by @czoido in #16
New Contributors
- @czoido made their first contribution in #1
- @davidsanfal made their first contribution in #10
Full Changelog: https://github.com/conan-io/conan-py-build/commits/v0.1.0