Closed Balandat closed 23 hours ago
@Balandat has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.74%. Comparing base (
1efbcbd
) to head (bff6794
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
@Balandat merged this pull request in facebook/Ax@be8bb34f4fd2a6ebec790a2923733c2236bc2cd8.
Invoking python setup.py sdist bdist_wheel to build the packages is deprecated. This instead uses the PEP517-compliant build frontend build as per https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/
This also fixes an issue with PEP 625 non-compliance (before this change, the source distribuiton filename would be
ax-platform-x.x.x.tar.gz
; when usingbuild
as in this change the first hyphen gets properly normalized to an underscore).