Scikit-build 0.17.0 #925
henryiii
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A lot of bug fixes are present in this release, focusing on Windows, PyPy, and cross compiling. We've also improved the compatibility with default setuptools behaviors a little, and enabled some things that were previously unavailable, like overriding the build type via the cmake argument environment variables. We've expanded our CI matrix to include Windows and macOS PyPy and some Fortran tests on Linux. This release requires Python 3.7+.
Bug fixes
include_package_data
default by @vyasrin Match setuptools behavior for include_package_data default. #873.CMAKE_INSTALL_PREFIX
by @vyasr in Provide more useful error if user provides CMAKE_INSTALL_PREFIX #872..pyx
files are in the same directory asCMakeLists.txt
by @vyasr in Stop assuming that pyx files are in the same directory as CMakeLists.txt #871.get_include
if present in fix: use f2py get_include if present #877.targetLinkLibrariesWithDynamicLookup
by @erykoff in targetLinkLibrariesWithDynamicLookup: Fix support for cross-compilation exception #901.MACOSX_DEPLOYMENT_TARGET
as if it was unset in fix: empty MACOSX variable should be treated as unset #918.Testing
Miscellaneous
_compat/typing
name in refactor: use _compat/typing name #869.New Contributors
Full Changelog: 0.16.7...0.17.0
This discussion was created from the release Scikit-build 0.17.0.
Beta Was this translation helpful? Give feedback.
All reactions