Recent Releases of scikit-build-core
scikit-build-core - Version 0.11.6
This release adds known wheels for the riscv64 platform, and adjusts a command timeout to handle slow startup on Rosetta.
Fixes:
- Adjust the timeout when running on rosetta by @henryiii in #1131
- Add known wheels for riscv64 by @mayeut in #1129
Internal:
- Argparse defaults in Python 3.14 updated by @henryiii in #1133
CI and testing:
- Ignore setuptools-scm warning for packages that don't use it by @henryiii in #1126
Documentation:
- Fix small typo in docs introduction by @vepadulano in #1122
New Contributors
- @vepadulano made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/1122
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.11.5...v0.11.6
- Python
Published by henryiii 6 months ago
scikit-build-core - Version 0.11.5
This release speeds up large directories (more directory changes/optimization planned for 0.12), and adds a warning about 3.13.4 being broken on Windows.
Fixes:
- Improve
.gitignoreiteration speed by @silversquirl in #1103 - Warn on 3.13.4 on Windows by @henryiii in #1104
- Add debug logging explaining why a file is included/excluded by @henryiii in #1110
Documentation:
- Fix a typo in a column-name of the
platform-machinetable by @mabruzzo in #1096
New Contributors
- @mabruzzo made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/1096
- @silversquirl made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/1103
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.11.4...v0.11.5
- Python
Published by henryiii 8 months ago
scikit-build-core - Version 0.11.4
This release improves support for GraalPy and fixes a few other minor issues.
Fixes:
- Typo in license-files by @henryiii in #1084
- Fix dynamic-metadata iteration (only affected GraalPy) by @henryiii in #1092
- Better abiflags implementation, uses ABIFLAGS on 3.14+, supports GraalPy by @henryiii in #1092
- File API
commandFragmentsis optional by @henryiii in #1092 - Add
python -m scikit_build_coreprintout and a few CLI issues by @henryiii in #1091 - Add some platform info to logging by @henryiii in #1094
Internal:
- Explicit mypy ignores by @henryiii in #1087
- Adjust typing to be ready for next mypy release by @henryiii in #1088
Documentation:
- Refactor the documentation to use single-line summaries by @LecrisUT in #1079
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.11.3...v0.11.4
- Python
Published by henryiii 9 months ago
scikit-build-core - Version 0.11.3
This release fixes some fields in the expanded supported dynamic-metadata fields from 0.11.2. It also now is tested on Python 3.14, including adding color to --help on the experimental commands (now documented).
Fixes:
- fix: add scripts to
_DICT_STR_FIELDSfor dynamic metadata by @bilke in #1070
CI and testing:
- Officially support Python 3.14, color help @henryiii in #1074
- Remove no-wheel based on virtualenv version by @henryiii in #1071
- Work when
CMAKE_GENERATORis set by @henryiii in #1066 - Try a workaround for packit
propose-downstreamby @LecrisUT in #1067 - Update coverage a bit by @henryiii in #1073
Documentation:
- Generate config value reference by @LecrisUT in #1052
- Update and fix projects list by @henryiii in #1075
- Document CLI utilities by @henryiii in #1080
New Contributors
- @bilke made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/1070
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.11.2...v0.11.3
- Python
Published by henryiii 9 months ago
scikit-build-core - Version 0.11.2
This release allows dynamic-metadata to reference other fields, which enables a new plugin, "template", and enables the fancy readme plugin to include the version. There are also a few fixes; Python_EXECUTABLE is now a proper CMake path, and using a renamed option from the command line or environment variable no longer triggers an error when the min required version is from before that was introduced.
What's Changed
Features:
- Add template dynamic-metadata plugin and support requesting other fields by @henryiii in #1047
- Parse the CMake file-api during configuration by @LecrisUT in #1016
- Add a couple of build commands by @henryiii in #1055
Fixes:
- Make sure all paths are CMake paths by @henryiii in #1063
- Support overriding renamed options by @henryiii in #1054
CI and testing:
- Add Windows ARM by @henryiii in #1046
- Add more tests of package traversal by @vyasr in #906
- A few better ids by @henryiii in #1058
Docs:
- Fix community meeting link by @jcfr in #1049
- Add a field metadata to the setting fields by @LecrisUT in #1051
- Document how to deal with dynamic linking by @LecrisUT in #1022
- Fix typo in macOS repair wheel tool name by @burgholzer in #1042
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.11.1...v0.11.2
- Python
Published by henryiii 10 months ago
scikit-build-core - Version 0.11.1
This release contains two small fixes for edge case issues.
What's Changed
Fixes:
- Bump pyproject-metadata to handle form feeds on Python < 3.12.8 by @henryiii in #1014
- Increase timeout on CI by @henryiii in #1019
CI and testing:
- Ignore deprecation message from cattrs on Python 3.14 alphas by @LecrisUT in #1020
- Add more integration tests in Fedora by @LecrisUT in #800
- Restore example builds for Windows/macOS by @henryiii in #1025
Internal:
- Remove leftover Python 3.7 checks by @LecrisUT in #1011
- Bump pytest version and include pytest-xdist by @henryiii in #1008
- Bump to ruff 0.10, work around bug by @henryiii in #1015
Docs:
- Clarify verbosity options by @LecrisUT in #1018
- Fix incorrect configuration example by @buddly27 in #1023
- Fix incorrect name (
PYBIND11_NEWPYTHON->PYBIND11_FINDPYTHON) by @henryiii in #1021
New Contributors
- @buddly27 made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/1023
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.11.0...v0.11.1
- Python
Published by henryiii 11 months ago
scikit-build-core - Version 0.11.0
This version adds support for PEP 639 (license expressions) and updates the default METADATA version 2.2. Support for Python 3.7 has been removed. You can use build.requires to inject build requirements using overrides.
What's Changed
Features:
- Update vendored pyproject-metadata (PEP 639 support) by @henryiii in #917
- 0.11+ default to metadata 2.2 by @henryiii in #986
- Rework CMake search path settings and add
cmake.rootby @LecrisUT in #880 SKBUILD_SABI_VERSIONby @henryiii in #962- Support TOML lists in
cmake.defineby @alexreinking in #921 - Add new field
build.requiresby @LecrisUT in #992 - Drop python<=3.7 support by @kloczek in #769
- Setuptools plugin: pyproject-toml only config support by @henryiii in #975
- Setuptools plugin: error for
cmake_install_targetby @henryiii in #976
Fixes:
- Lock during experimental
editable.rebuildby @hauntsaninja in #968 - Add known wheels for armv7l by @mayeut in #960
- Ignore
build-dirautomatically by @henryiii in #916 - Longer timeout on Windows by @henryiii in #974
path_to_moduleshould handle hidden files (e.g..clang-tidy) correctly by @tae-jun in #987- Timeout checking cmake/ninja by @henryiii in #973
Internal:
- Add a
formatmodule that is used in the expansion ofpyproject.tomlby @LecrisUT in #998 - Bump Ruff to 0.8.0 by @AlexWaygood in #949
- Add citation by @henryiii in #945
- Vendor updates by @henryiii in #918
CI and testing:
- Correct the function prototype defined in the stub file in
simplest_cexample by @LinZhihao-723 in #937 - Synchronize with Fedora downstream by @LecrisUT in #884
- Fix RTD builds when last git tag is more than 50 commits behind by @agriyakhetarpal in #1001
- Tighten up permissions a bit by @henryiii in #983
tmttests improvements by @LecrisUT in #899- Update deployment a bit by @henryiii in #922
- Use astral-sh/setup-uv instead by @henryiii in #923
- Simpler noxfile by @henryiii in #924
- Test on Linux ARM & Python 3.14 alphas by @henryiii in #1003
- Support for parallel testing by @henryiii in #1004
Docs:
sphinx-apidocchanged its mind by @LecrisUT in #996- Fix Google meet reference to use updated link by @jcfr in #931
- Clarify docs for activating stable ABI by @eirrgang in #940
- Consistently use backticks to reference Python module components by @jcfr in #956
- Fix instructions to check if
Development.SABIModulewas requested by @jcfr in #957 - Add some notes and warnings about cross-compilation by @henryiii in #985
- Add sphinx-tippy by @LecrisUT in #1000
- Correct the order of entry-points and CMake variables by @njzjz in #948
- Quickstart updates by @henryiii in #939
- Some restructuring by @LecrisUT in #997
New Contributors
- @LinZhihao-723 made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/937
- @eirrgang made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/940
- @AlexWaygood made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/949
- @mayeut made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/960
- @hauntsaninja made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/968
- @kloczek made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/769
- @tae-jun made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/987
- @agriyakhetarpal made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/1001
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.10.7...v0.11.0
- Python
Published by henryiii 12 months ago
scikit-build-core - Version 0.10.7
This version has three fixes related to advanced usages of overrides.
What's Changed
Fixes:
- Avoid modifying the input dict by @henryiii in #903
- Avoid providing prepare-metadata methods if
failedin overrides by @henryiii in #904 - Support negative envvar values correctly by @henryiii in #907
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.10.6...v0.10.7
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.10.6
This version has several fixes; the new remove key in 0.10 had a mistake making it unusable, this has been fixed along with the matching issue in the tests. Editable installs failed if there was a folder matching an extension name. Multiplexed paths were not supported for plugins, now they are. The downstream nox job is also now a bit better.
What's Changed
Fixes:
- Use correct settings key to remove parts of the version in regex metadata plugin by @philippjh in #887
- Support multiplexed path by @henryiii in #896
- Editable subpackage by @henryiii in #895
- Only strip Release and MinSizeRel builds by default by @henryiii in #898
- Typo in debug message by @LecrisUT in #892
Docs:
- Add build info by @henryiii in #878
- Fix typo in
if.platform-systemexample by @henryiii in #879
CI and testing:
- Packit configuration update by @LecrisUT in #799
New Contributors
- @philippjh made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/887
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.10.5...v0.10.6
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.10.5
This version fixes an issue rebuilding if you have a build-dir set and are using isolated build environments. The cache is now correctly cleared if this occurs. An issue with a certain style of gitignore was also fixed.
What's Changed
Fixes:
- Automatically refresh the cache when required by @henryiii in #870
sdist.excludetakes precedence over.gitignoreby @alexreinking in #872
New Contributors
- @alexreinking made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/872
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.10.4...v0.10.5
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.10.4
This version fixes the logic for handling the sysconfig variables on Windows for the values that used to be only provided on UNIX. This mostly affects targeting the Stable ABI on Python 3.13. Editable install rebuilds now work if you have a wheel.install-dir set, too.
What's Changed
Fixes:
- Windows 3.13 stable ABI by @LecrisUT in #865
- Editable installs now respect the value of
wheel.install-dirby @psalvaggio in #867
Docs:
- Add conda help to faqs by @henryiii in #868
New Contributors
- @psalvaggio made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/867
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.10.3...v0.10.4
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.10.3
This release fixes an issue on Windows systems with non-utf-8 default encodings for Python <3.14 when reading gitignores with special characters.
What's Changed
Fixes:
- Make sure encoding is specified in more places by @henryiii in #861
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.10.2...v0.10.3
- Python
Published by henryiii over 1 year ago
scikit-build-core - v0.10.2
This release fixes a regression with 0.10 where a manually included file in an sdist would get included twice, affecting some tools (like uv).
What's Changed
Fixes:
- Files included twice when they match
include_specby @abetlen in #857
New Contributors
- @abetlen made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/857
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.10.1...v0.10.2
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.10.1
This is a quick fix release with two patches for specific situations.
What's Changed
Fixes:
- Fix crash when building inside a submodule by @ausbin in #854
cmake.minimum-versionlogic issue by @henryiii in #853
New Contributors
- @ausbin made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/854
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.10.0...v0.10.1
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.10.0
This version adds auto CMake version discovery, opt-in auto minimum-version, rebuild on failure support, quite a few new override options greatly expanding the static config options for builds, more powerful regexs, and more.
Also see the announcement post.
What's Changed
New features:
- Auto CMake version by @henryiii in #804
- Auto minimum-version by @henryiii in #798
- Add
failsetting to instant-fail build by @henryiii in #824 - Add messages config for failure/success by @henryiii in #825
- New color system for message config by @henryiii in #842
- Add
if.abi-flags(for free-threaded) by @henryiii in #819 - Adding
if.system-cmakeandif.cmake-wheelby @henryiii in #826 - Add
if.from-sdistfor overrides by @henryiii in #812 - Add
if.failed(retry) by @henryiii in #820 - Add
if.scikit-build-versionby @henryiii in #851 - Packages can also be specified via a table by @henryiii in #841
- Move
cmake.targetsandcmake.verbosetobuild.targetsandbuild.verboseby @henryiii in #793 - Support multipart regex using
result=by @henryiii in #818 - Add
remove=postprocess to regex by @henryiii in #828
Fixes:
- Warn if cmake/ninja in build system requirements by @henryiii in #803
- Detect manual generator setting for
get_requires_*by @henryiii in #840 - Support nested and local gitignores by @henryiii in #827
Tests:
- Fix
test_cmake_configifCMAKE_GENERATORis already set by @lorepirri in #847
Internal:
- Pull out overrides to separate file by @henryiii in #821
- Nicer error/warning printer by @henryiii in #813
- Speed up CI for format job by @henryiii in #814
- Avoid old wheel warning in CI test job by @henryiii in #849
Documentation:
- Fix typo in projects list by @jcfr in #797
- Add disclaimer by @henryiii in #805
- Add pointer to itk by @thewtex in #817
- Add projects list by @henryiii in #788
- Examples nox job should use local copy of scikit-build-core by @henryiii in #810
- Expand defs and move schema by @henryiii in #795
- Hide deprecated options in README by @henryiii in #792
- Move overrides to page, expand by @henryiii in #815
- Use modern cmake/ninja version setting in Fortran example by @henryiii in #809
New Contributors
- @lorepirri made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/847
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.9.8...v0.10.0
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.9.10
This release backports a couple of fixes made during work towards 0.10.
What's changed
Fixes:
- Regression for
'-'in version name by @henryiii in #834 - Improve version regex to capture typed version attributes by @maxbachmann in #816
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.9.9...v0.9.10
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.9.9
This release backports a fix made during work towards 0.10.
What's changed
Fixes:
- Strip epoch from
SKBUILD_PROJECT_VERSIONby @henryiii in #829
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.9.8...v0.9.9
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.9.8
This version ships a few more small fixes. Multi-target builds were missing build arguments due to an exhausted generator. And some packages seem to hard-code ${CMAKE_INSTALL_PREFIX} in the install() call, which is an anti-pattern, but we can set that variable too. More tests now run on Python 3.7.
What's Changed
Fixes:
- Empty build arguments for some targets in multi-target build by @junrushao in #784
- Support packages that hardcode
CMAKE_INSTALL_PREFIXin theirinstallcommands by @henryiii in #786 - Logger shouldn't warn for missing lib on UNIX by @henryiii in #787
Tests:
- Use
ZipFileinstead ofzipfile.Pathto enable more tests on Python 3.7 by @henryiii in #785
New Contributors
- @junrushao made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/784
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.9.7...v0.9.8
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.9.7
This release makes a few small fixes, enabling better Fortran support and correct tags on MUSL. And releases now have Attestations on GitHub at https://github.com/scikit-build/scikit-build-core/attestations.
What's Changed
Fixes:
- Set
CCandCXXfrom sysconfig if not set by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/782 musllinuxtag incorrect by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/773- Logger unconditionally set to
DEBUGin non-PEP 517 usage by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/779
Documentation:
- Fix Fortran example by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/771
- Fix typo in skbuild soabi docs by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/775
- Fortran and Cython updates by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/781
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.9.6...v0.9.7
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.9.6
This release provides a fix for the experimental setuptools plugin leaking and affecting other setuptools plugins.
What's Changed
Fixes:
- Improve error message when
metadata.version.providernot set by @thewtex in #762 - Only inject logic if
cmake_*keywords present by @kiwifb in #768 - Only replace color tags if the color is defined by @bnavigator in #764
New Contributors
- @kiwifb made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/768
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.9.5...v0.9.6
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.9.5
This release fixes building for the the Windows variant of free-threaded Python 3.13.
What's Changed
Fixes:
- Support Windows free-threading by @henryiii in #759
- Strip whitespace around generator so that it's passed through correctly by @vyasr in #748
Documentation:
- Note that
-Coptions can be prefixed withskbuild.by @KyleFromNVIDIA in #754
CI and testing:
- Retry pypy if fails by @henryiii in #746
- Disable rpminspect on rawhide by @LecrisUT in #753
- Use uv for minimum version check by @henryiii in #679
- Python
Published by henryiii over 1 year ago
scikit-build-core - Version 0.9.4
Version 0.9.4
This version supports the newly available free-threading variant of Python 3.13b1 (mostly related to skipping the stable ABI). We test this via the manylinux/musllinux images. There's also a new feature requested by third-party packagers: the ability to pass args directly to the build tool.
Features:
- Add
build.tool-argsby @henryiii in #733
Fixes:
- Support free-threaded builds of Python 3.13+ by @henryiii in #741
- Slightly better stable ABI behavior using PyPy by @henryiii in #741
Documentation:
- Fix example of configuration overrides in configuration.md by @wu-vincent in #739
- Update stable ABI instructions by @henryiii in #740
CI and testing:
- Use pylint 3.2, gha reporter by @henryiii in #745
- Some minor improvements to running tests on some systems by @henryiii in #741
New Contributors
- @wu-vincent made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/739
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.9.3...v0.9.4
- Python
Published by henryiii almost 2 years ago
scikit-build-core - Version 0.9.3
This version ensures the Hatchling plugin correctly indicates editable mode is not yet supported, supports CMAKE_ARGS that have spaces, and has a bit of other minor cleanup.
What's Changed
Fixes:
- Properly indicate lack of editable support in Hatch plugin by @ofek in #728
- Don't generate
entrypoints.txtif none set by @henryiii in #729 - Don't warn if lib not found on UNIX, just debug by @henryiii in #730
- Support
CMAKE_ARGSthat may have spaces inside quotes by @vyasr in #727
Docs:
- Add FAQ entry on repairing wheels by @henryiii in #731
CI and testing:
- Use
macos-13andmacos-14explicitly by @henryiii in #724 macos-latestis changing tomacos-14ARM runners by @henryiii in #725
New Contributors
- @ofek made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/728
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.9.2...v0.9.3
- Python
Published by henryiii almost 2 years ago
scikit-build-core - Version 0.9.2
Quick fix for quick fix in 0.9.1; if cmake is a broken script (which can happen if you pip install outside an environment then enter an environment, there was an unbound local error instead of ignoring the broken cmake script.
What's Changed
Fixes:
- Unbound local error by @henryiii in #719
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.9.1...v0.9.2
- Python
Published by henryiii almost 2 years ago
scikit-build-core - Version 0.9.1
Quick fix for Pyodide (WebAssembly) builds.
What's Changed
- Try
--versionif-E capabilitiesfails by @henryiii in #717
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.9.0...v0.9.1
- Python
Published by henryiii almost 2 years ago
scikit-build-core - Version 0.9.0
This version adds the ability to inherit in override tables, matching a similar feature added to cibuildwheel 2.17's overrides. You can now write out extra metadata to ${SKBUILD_METADATA_DIR}. A new Hatchling plugin is provided as an experimental feature (will likely be made a separate package in the future like the setuptools plugin).
The meaning of wheel.exclude has been changed to match on the wheel path, rather than the source path. We could not find any projects that would be affected by this change, so it was not added to the minimum-version protection policy. This now allows you to ignore CMake outputs as well.
What's Changed
Features:
- Preserve additivity of
cmake.defineacrossoverridestables by @stubbiali in #564 - Add metadata dir access by @henryiii in #702
- Experimental hatchling builder by @henryiii and @aryamanjeendgar in #637
- Vendor pyproject-metadata by @henryiii in #703
- Always require pathspec by @henryiii in #711
Fixes:
- Exclude installed files if listed in exclude by @henryiii in #652
- Make
.git_archival.txtreproducible by @LecrisUT in #706 - Use
cmake -Ecapabilities instead ofcmake --versionby @KyleFromNVIDIA in #675 - Ensure many/musl tags not selected by @henryiii in #698
- purelib should set py3 tag if unset by @henryiii in #661
- Validate description for 0.9+ by @henryiii in #709
- Support bools in config settings by @henryiii in #712
API changes:
extra_settingsfor SettingsReader by @henryiii in #697GetRequiresargs changed by @henryiii in #699- Make
from_filea little more powerful by @henryiii in #700 - Metadata is part of the build backend by @henryiii in #708
Documentation:
cmakelists.mdWindowsSOABIsuffix variable by @thewtex in #684- Fix hatch init command by @thewtex in #677
- Fix install strip default by @henryiii in #681
- Improve
ninja.make-fallbackdescription in the README by @thewtex in #676 - Mention printouts by @henryiii in #660
CI and testing:
- Lower
pybind11test dependency by @LecrisUT in #691 - Some cleanup from uv branch by @henryiii in #686
- Fedora CI maintenance by @LecrisUT in #689
- Small additions by @henryiii in #694
- Some changes from uv job by @henryiii in #693
- Fix setuptools on Python 3.12 by @henryiii in #701
- Fedora: Port downstream PR-49 by @LecrisUT in #678
New Contributors
- @KyleFromNVIDIA made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/675
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.8.2...v0.9.0
- Python
Published by henryiii almost 2 years ago
scikit-build-core - Version 0.8.2
This version fixes a few small issues related to configuration. The wheel tag is fixed when wheel.platlib is False, inplace editable installs ignore build-dir, and install-dir no longer affects the generate path.
What's Changed
Fixes:
- Ensure
wheel.platlibbeing false sets<abi>-<platform>as"none-any"by @jcfr in #655 - Inplace editable install should ignore
build-dirby @henryiii in #644 install-dirshouldn't affect generate path by @henryiii in #654- Expand info printing by @henryiii in #651
Documentation:
- Clarify requirement for using "inplace" editable mode by @jcfr in #643
- Update README to use modern GitHub admonition by @jcfr in #641
- be explicit about what it means to "use SKBUILD_SOABI" by @minrk in #646
New Contributors
- @jcfr made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/641
- @minrk made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/646
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.8.1...v0.8.2
- Python
Published by henryiii almost 2 years ago
scikit-build-core - Version 0.8.1
This version fixes two small issues with specific situations: if ninja/cmake is present but not executable, and ninja on Windows not respecting the build type.
What's Changed
Fixes:
- Do not exit with exec permission error in ninja check by @thewtex in https://github.com/scikit-build/scikit-build-core/pull/626
- Include
CMAKE_BUILD_TYPEon Windows ninja by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/640 - Use
-vs_in error message by @nbelakovski in https://github.com/scikit-build/scikit-build-core/pull/638 - Make run command logged at info by @LecrisUT in https://github.com/scikit-build/scikit-build-core/pull/639
Documentation:
- Warning about using
cmake.argsfor defines by @LecrisUT in https://github.com/scikit-build/scikit-build-core/pull/620 - Correct API usage example by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/627
New Contributors
- @thewtex made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/626
- @nbelakovski made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/638
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.8.0...v0.8.1
- Python
Published by henryiii about 2 years ago
scikit-build-core - Version 0.8.0
This version replaces the cmake/ninja minimum-version config option with a more powerful free-form version field. Scikit-build-core will now respect CMAKE_EXECUTABLE for finding CMake. You can override based on the build state, allowing overrides for editable installs, for example. You can specify a build tag (AKA build number). And you can define CMake variables from environment variables.
What's Changed
Features:
- Add
build-tagby @henryiii in #612 - Add
if.stateto overrides by @henryiii in #600 - Add
cmake.versionandninja.versionby @henryiii in #602 - Support
CMAKE_EXECUTABLEby @henryiii in #603 - Config to set CMake variables with environment variables by @stubbiali in #565
Fixes:
- Include license file entry in search by @henryiii in #601
- Make sure purelib is indicated by @henryiii in #613
- Project version should always be CMake parsable by @henryiii in #608
Tests and internal:
- Compare uncompressed files by @henryiii in #610
- A couple of minor cleanups by @henryiii in #599
- Some preview Ruff touchups by @henryiii in #617
New Contributors
- @stubbiali made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/565
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.7.1...v0.8.0
- Python
Published by henryiii about 2 years ago
scikit-build-core - Version 0.7.1
This is a quick fix for a downstream change in hatch-fancy-pypi-readme that broke our plugin wrapper.
Fixes:
- Patch for change in hatch-fancy-pypi-readme by @henryiii in #593
CI and tests:
- Remove deprecated mypy setting (now defaults on) by @henryiii in #589
- Group dependabot updates by @henryiii in #584
- Use downstream tmt plans by @LecrisUT in #518
Docs:
- Fix a link by @henryiii in #568
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.7.0...v0.7.1
- Python
Published by henryiii about 2 years ago
scikit-build-core - Version 0.7.0
This release features several large improvements to overrides: a new if.any group to allow selections based on any item being true, and a new if.env option for selecting an override based on environment variables. You can now build pure Python packages with wheel.cmake = false, perfect for providing a slower pure Python version of a package on unsupported systems via overrides.
There's also a new inplace mode for editable installs, which has drawbacks but feels like the classic "--inplace" setting in setuptools and can enable some tooling that would otherwise not support modern editable installs to work. If you are using Cython to access .pxd files, modern ("redirect") editable installs now support that. And to help avoid collisions with a future user feature, config settings can now be passed with an optional namespace, skbuild., as well.
Features:
- Add inplace mode for editable installs by @henryiii in #553
- Add
wheel.excludeby @henryiii in #560 - Support cmake-less runs (for overrides) by @henryiii in #550
- Support
if.anyby @henryiii in #548 - Support
if.envby @henryiii in #549 - Support namespaced config settings (
skbuild.) by @henryiii in #556
Fixes:
- Correct issue with editable template & add more tests by @henryiii in #552
- Support editable installs of Cython
.pxdfiles by @vyasr in #516
CI:
- Fix spelling for Fedora by @henryiii in #559
Docs:
- Add meeting information by @henryiii in #555
- Update intro and mention cmeel by @henryiii in #551
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.6.1...v0.7.0
- Python
Published by henryiii about 2 years ago
scikit-build-core - Version 0.6.1
Fixes:
- Editable package imports fix (regression in 0.6.0) by @henryiii in #546
- Filter
CMAKE_ARGSand debug printout by @henryiii in #543
Docs:
- Fix bad config option name in
configuration.mdby @0xTowel in #530
Tests and internal:
- Add a bit to Ruff config by @henryiii in #544
- Support editable installs in downstream nox check by @henryiii in #533
- Use ruff-format by @henryiii in #536
- Small updates from repo-review by @henryiii in #537
- Refactor and unit test editable install by @henryiii in #545
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.6.0...v0.6.1
- Python
Published by henryiii over 2 years ago
scikit-build-core - Version 0.6.0
Features:
- Adding overrides by @henryiii in #514
- Overrides platform node by @0xTowel in #526
- Support
importlib.resourcesin editable installs by @LecrisUT in #399
Fixes:
- Better handling for -G by @henryiii in #483
- Nicer error message when SCM version missing by @henryiii in #528
- (schema) Fix a typo and better metadata support by @henryiii in #522
- (setuptools) Remove
DEBUGenvvar by @henryiii in #527
Tests and internal:
- Use virtualenv instead by @henryiii in #371
- Pre-commit update & a couple of touchups by @henryiii in #519
Docs:
- Clarify verbosity when using
pipby @LecrisUT in #513 - Build process and FAQ by @henryiii in #529
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.5.1...v0.6.0
- Python
Published by henryiii over 2 years ago
scikit-build-core - Version 0.5.1
What's Changed
Features:
- Add
{build_type}and{state}tobuild-dirby @henryiii in #504 - Include 'python' dir as an auto search path by @henryiii in #499
Fixes:
- Parse CMake version strings containing '-' by @jllllll in #508
- Set NumPy include directory if known by @henryiii in #482
- Adapt for
setuptools_scm8 writing change by @henryiii in #509 - (setuptools) Support
build_typeset in toml by @henryiii in #498
Tests and internal:
- Nicer nox for docs by @henryiii in #479
- Some extra Ruff checks by @henryiii in #478
- Packit sync by @LecrisUT in #476
Docs:
- Fix template-file with template-path by @Freed-Wu in #485
wheel.py.api->wheel.py-apiby @njzjz in #488- A single-letter change in Configuration by @wojdyr in #490
- Fix typo in
SKBUILD_CMAKE_DEFINEenv var by @aloisklink in #501 - Typo in Configuration by @elazarcoh in #493
- Update and add discord link by @henryiii in #477
- Add page on cross-compiling by @henryiii in #510
New Contributors
- @Freed-Wu made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/485
- @wojdyr made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/490
- @elazarcoh made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/493
- @aloisklink made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/501
- @jllllll made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/508
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.5.0...v0.5.1
- Python
Published by henryiii over 2 years ago
scikit-build-core - Version 0.5.0
Features:
- Add option to run CMake during SDist creation by @henryiii in #454
- Add a schema for validate-pyproject by @henryiii in #447, #450, #455
- Added regex plugin and dynamic-metadata rewrite by @henryiii in #457
- Add configuration option to write metadata to file by @henryiii in #459
Fixes:
- Normalize sdist names by @henryiii in #434
- Report cmake/ninja required if already present by @henryiii in #462
Tests and internal:
- Support Literals in settings by @henryiii in #460
- Clean up some extraneous types by @henryiii in #461
- Use 2x faster black mirror by @henryiii in #456
- Fix Fedora CI by @LecrisUT and @henryiii in #449, #464, #469
- Increase timeout (PyPy slow) by @henryiii in #465
- Cleaner Fedora testing by @LecrisUT in #470
Docs:
- Fix error in config names by @jpn-- in #453
- More generation of docs by @henryiii in #452
- Require Sphinx >= 7 while waiting on Furo by @henryiii in #473
- Require Sphinx < 7.2 while waiting on Setuptools by @henryii in #473
- Fix an import check issue by @LecrisUT in #471
New Contributors
- @jpn-- made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/453
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.4.8...v0.5.0
- Python
Published by henryiii over 2 years ago
scikit-build-core - Version 0.4.8
This release focus on two fixes that correct some interference issues with other setuptools plugins. A few new features were added (opt-in only): the ability to select build targets, install components, and opt-in --strip (will be opt-out in 0.5 if the minimum-version is set to 0.5+ or unset).
Features:
- Add build target support by @henryiii in #432
- Add component support and strip support by @henryiii in #430
Fixes:
- (setuptools) Avoid instantiating build too soon by @henryiii in #443
- (setuptools) Avoid interfering with other setuptools plugins by @henryiii in #414
- Only link to valid module paths (not things like gitignore) in editable installs by @henryiii in #444
Docs:
- Fix typo and invalid Markdown in
getting_started.mdby @0xTowel in #439 - Conf tabs as extension by @henryiii in #433
- Fix
nanobind/pybind11src& sp-dev by @henryiii in #429 - Link to source by @henryiii in #431
- Small suggestions for docs by @rebecca-burwei in #428
Tests and other:
- Fix fedora downstream tests by @LecrisUT in #416
- Ruff moved to astral-sh by @henryiii in #418
target-versionno longer needed by Black or Ruff by @henryiii in #419- Use
get_origin/get_argsby @henryiii in #423
New Contributors
- @rebecca-burwei made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/428
- @0xTowel made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/439
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.4.7...v0.4.8
- Python
Published by henryiii over 2 years ago
scikit-build-core - Version 0.4.7
This version fixes a unused variable message in 0.4.6, along with a debug logging improvement, and a few test fixes, including a regression in the recent noxfile reworking.
What's Changed
- fix: remove
SKBUILD_STATEunused message when building by @henryiii in #401 - fix: logging environment should use reprs by @henryiii in #409
Tests and CI:
- Support running tests with
NO_COLORby @henryiii in #407 noxfile.pyadded to mypy, two fixes by @henryiii in #408- Get packages of interest from
pyproject.tomlby @henryiii in #402 - Enable more tests in the spec file by @LecrisUT in #400
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.4.6...v0.4.7
- Python
Published by henryiii over 2 years ago
scikit-build-core - Version 0.4.6
This release has one small new feature (access to ${SKBUILD_STATE} from CMake), and fixes an issue when adding read-only files on Windows with Python 3.7. Some testing and docs infrastructure updates should make it easier for downstream packagers to ship scikit-build-core.
What's Changed
Fixes:
- Provide access to current state in CMake by @henryiii in #394
- Support building older versions of
setuptools_scmby @henryiii in #390 - Workaround for Windows Python 3.7
TemporaryDirectorybug by @henryiii in #391
Tests:
- Rework testing extras by @henryiii in #395 and #393
- Add
networkmarker by @henryiii in #379
CI:
- Add example tests to Fedora packaging by @LecrisUT in #378
- Fedora: Correct rsync rule by @LecrisUT in #389
- Use
not networkfor spec by @henryiii in #383
Docs:
- Add migration guide by @vyasr in #356
- Support building the documentation as a man page by @henryiii in #372
- Add nanobind example by @henryiii in #375
- Use
UseSWIGfor swig by @henryiii in #377 - Fix or hide nitpicks by @henryiii in #370
New Contributors
- @vyasr made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/356
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.4.5...v0.4.6
- Python
Published by henryiii over 2 years ago
scikit-build-core - Version 0.4.5
This version fixes issues with output being incorrectly interleaved with logging messages. Symlinks are now followed when making SDists. And finally, SKBUILD_SOABI is now correctly set when cross-compiling on Windows (Warning! FindPython still does not report the correct SOABI when cross-compiling to ARM).
What's Changed
Fixes:
- Proper printout ordering and more displayed details by @henryiii in #365
- Sort
RUNENVdebugging log output by @jameslamb in #357 - Follow symlinks when making SDists by @henryiii in #362
- Report correct ABI when cross-compiling by @henryiii in #366
Tests:
- Fedora downstream CI by @LecrisUT in #358
- Add downstream examples by @henryiii in #363
- Add testing for scripts processing by @henryiii in #364
New Contributors
- @jameslamb made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/357
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.4.4...v0.4.5
- Python
Published by henryiii over 2 years ago
scikit-build-core - Version 0.4.4
This version fixes some issues cross-compiling to Windows ARM when making Limited API / Stable ABI extensions, and supports multiple config generators in editable mode.
- Conditional ABI3 logic fixed by @henryiii in #352
- Set
Python_SABI_LIBRARYby @henryiii in #352 - Editable installs now support multiconfig generators by @henryiii in #353
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.4.3...v0.4.4
- Python
Published by henryiii over 2 years ago
scikit-build-core - Version 0.4.3
This adds support for CPython 3.12.0b1, and improves Stable ABI / Limited API support (supported by an upcoming nanobind for Python 3.12). An editable install fix allows running from any directory.
Fixes:
- Allow CMake to detect if limited API is targeted by @henryiii in #333 and #342
- Make abi3 support conditional on Python version by @henryiii in #344
- Windows path correction for 3.12.0b1 by @henryiii in #346
- Editable path needs to be absolute by @henryiii in #345
Other:
- Add 3.12.0b1 by @henryiii in #341
- Refactor settings by @henryiii in #338
- Document that
CMAKE_ARGSsupports space separators by @henryiii in #339
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.4.2...v0.4.3
- Python
Published by henryiii over 2 years ago
scikit-build-core - Version 0.4.2
This is a quick followup to LICENSE file handing to closer match the current draft of PEP 639. It also removes the automatic optional Rich logging, which doesn't work well with Pip's subprocess piping, being cropped to a very narrow width regardless of terminal size.
Fixes:
- Add
License-filemetadata entry & update default by @henryiii in #329 - Drop optional Rich logging/error by @henryiii in #330
Other:
- Update PyPI links by @henryiii in #331
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.4.1...v0.4.2
- Python
Published by henryiii almost 3 years ago
scikit-build-core - Version 0.4.1
A fix for LICENCE files being placed in the wrong place in the wheel. Now we follow hatchling's structure of placing them in *.dist-info/licenses.
Fixes:
- LICENCE files were placed in the wrong place by @henryiii in #325
Other:
- rpm inspect test failures by @LecrisUT in #324
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.4.0...v0.4.1
- Python
Published by henryiii almost 3 years ago
scikit-build-core - Version 0.4.0
An important fix/feature: LICENSE files were not being included in the wheel's metadata folder. You can configure the license file selection via a new configuration option, and a reasonable default was added. You can now select a source directory for your CMakeLists.txt. A lot of work was done on the still experimental setuptools backend; it still should be seen as completely experimental while it is being finished.
Features:
cmake.source-dirfor CMakeLists in subdirectories by @henryiii in #323- Add
LICENSEfile option by @henryiii in #321
Fixes:
- Ninja wasn't being used if present by @henryiii in #310
- Wheels were not including the
LICENSEfile by @henryiii in #321
Setuptools plugin:
- Refactor plugin as custom setuptools command by @henryiii in #312
- Adding
cmake_argsby @henryiii in #314 - Add wrapper for
skbuild.setupcompat by @henryiii in #315
Other:
- ci: add rpmlint and smoke tests by @LecrisUT in #313
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.3.3...v0.4.0
- Python
Published by henryiii almost 3 years ago
scikit-build-core - Version 0.3.3
This version improves WebAssembly support (Pyodide) and fixes a reported bug in the new editable mode.
What's Changed
Fixes:
- Support prefix dir if toolchain has
CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLYby @henryiii in #303 - Find wheel files before local files in editable installs by @henryiii in #305
Other:
- Use PyPI's new trusted publisher deployment by @henryiii in #306
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.3.2...v0.3.3
- Python
Published by henryiii almost 3 years ago
scikit-build-core - Version 0.3.2
Some small fixes for edge cases. Several docs improvements, too.
What's Changed
Fixes:
- Suppress Unicode errors in scripts dir and move on by @henryiii in #294
- Specify platform properly for non-MSVC Windows by @henryiii in #295
Docs:
- Doc updates by @zerothi in #287
- Add a bit to plugin instructions by @henryiii in #289
- Typos fixed by @afh in #291 and #292
New Contributors
- @afh made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/291
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.3.1...v0.3.2
- Python
Published by henryiii almost 3 years ago
scikit-build-core - Version 0.3.1
This is a small release fixing a regression in some cases caused by adding Python_LIBRARY. This has been reverted on non-Windows platforms, since it is only needed on Windows.
What's Changed
Fixes:
- Support older setuptools-scm by @henryiii in #284
- Only set the lib for FindPython on Windows by @henryiii in #285
Docs:
- Fix incorrect tool name by @henryiii in #276
- Typo on tab Fortran (was Cython) by @zerothi in #279
- Fix wheel.packages by @henryiii in #282
Other:
- Change Fedora PR targets by @LecrisUT in #273
New Contributors
- @zerothi made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/279
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.3.0...v0.3.1
- Python
Published by henryiii almost 3 years ago
scikit-build-core - Version 0.3.0
This version brings two new dynamic metadata plugins (wrappers for setuptools_scm & hatch-pypi-fancy-readme). Third-party packages can now add entry-points declaring CMAKE_PREFIX_DIR and CMAKE_MODULE_DIR entries. Support has been added for requesting metadata without building. And experimental support was added for editable installs, including an option for automatic rebuilds.
Several fixes have been added as well, like SABI support, ARM cross-compiling support for FindPython, scripts entries now process shebang lines, and setting a build-dir with {wheel_tag} was not working before. The docs have been started, with a quickstart for common situations, a page on configuration, and some info on authoring a CMakeLists.
What's Changed
Features:
- Support dynamic metadata by @bennyrowland in #197 and rework by @henryiii in #251
- Support modules/prefix dirs by @henryiii in #255
- Add
get_requires_for_dynamic_metadataby @henryiii in #235 - Make setuptools wrapper more generic by @henryiii in #225
- Experimental support for editable installs by @henryiii in #212, #268, and #271
Fixes:
- CMake 3.26.0 (exactly) needs the backport too by @henryiii in #238
- Add python library artifact for better Windows cross compiling by @henryiii in #263
- Include 3.26.1 SABI fix by @henryiii in #227
- Restructure
get_requires& fix some ninja paths by @henryiii in #250 - Support script rewriting by @henryiii in #254
- Version not a string (typing updates) by @henryiii in #231
{wheel_tag}was not working by @henryiii in #262CMAKE_PREFIX_DIRandCMAKE_MODULE_DIRare passed in the init cache file to remove a unused variable warning by @henryiii in #272- Support color printouts without Rich (pip requires
FORCE_COLOR) by @henryiii in #266
Other things:
- Add Fortran testing and CI by @henryiii in #86
- Avoid internet usage in non-isolated testing by @henryiii in #247
- Add an SDist checker & fix contents by @henryiii in #253
- Add more setuptools types by @henryiii in #233
- Add FedoraProject rpm spec file by @LecrisUT in #201 and #241
- Better coverage handling by @henryiii in #270
New Contributors
- @bennyrowland made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/197
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.2.2...v0.3.0
- Python
Published by henryiii almost 3 years ago
scikit-build-core - Version 0.2.2
This release makes a small improvement to the wheel file permissions (in line with wheel 0.40). It also ensures the test suite will still pass in an environment with SOURCE_DATE_EPOCH already set. A few internal changes are paving the way to 0.3.0.
What's changed
Fixes:
- zipinfo should report regular files by @henryiii in #220
Tests:
- Support running in environments with
SOURCE_DATE_EPOCHset by @LecrisUT in #221 - Report self version too by @henryiii in #222
Other things:
- refactor: use
from_pyprojectby @henryiii and @bennyrowland in #224 - chore: fix a mypy complaint on Windows by @henryiii in #217
- docs: add quickstart by @henryiii in #226
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.2.1...v0.2.2
- Python
Published by henryiii almost 3 years ago
scikit-build-core - Version 0.2.1
This release fixes the tag for Windows ARM wheels, and has some internal refactoring to prepare for the next new features. A new {wheel_tag} value is available for build-dir. Some basic setup was done on the docs, as well. Debug logging and test output has been improved a little, as well.
What's Changed
Changes:
- Add
{wheel_tag}forbuild-dirby @henryiii in #207 - Support for conda's
CMAKE_SYSTEM_PROCESSORby @henryiii in #207
Fixes:
- Windows ARM tag by @henryiii in #215
- Include Windows ARM in known wheels by @henryiii in #203
- Print out paths by @henryiii in #205
Other things:
- docs: update readme for 3.26 backport by @henryiii in #206
- tests: support running tests with system
cmake3visible by @LecrisUT in #211 - tests: nicer exit, minor refactors by @henryiii in #213
- refactor: minor changes & nicer environment logging printout by @henryiii in #214
New Contributors
- @LecrisUT made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/211
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.2.0...v0.2.1
- Python
Published by henryiii almost 3 years ago
scikit-build-core - Version 0.2.0
This version adds local build directory support - you can now set build-dir and reuse build targets. This does not yet default to on, so please test it out. This can dramatically speed up rebuilds. If you want to mimic setuptools, you can set this to build/{cache_tag}. Or you can chose some other directory, like scikit-build classic's _skbuild. Along with this, we now have a native wheel writer implementation and support prepare_metadata_for_build_wheel.
Scikit-build-core now also contains a backport of FindPython from CMake 3.26, which fixes SOABI on PyPy and supports the Stable ABI / Limited API.
What's Changed
Features:
- Local build directory setting & build reuse by @henryiii in #181
- Add
prepare_metadata_for_build_wheelby @henryiii in #191 - Native wheel writer implementation by @henryiii in #188
- Use 3.26 dev version port of FindPython by @henryiii in #102
Tests:
- tests: allow pytest 7.0+ instead of 7.2+ by @henryiii in #200
- tests: include cmake and ninja if missing in nox by @henryiii in #190
- tests: simpler pytest-subprocess by @henryiii in #159
Other things:
- chore: Python 3.11 Self usage by @henryiii in #199
- chore: fix Ruff configuration by @henryiii in #186
- chore: minor adjustments to wheel returns by @henryiii in #195
- chore: remove duplicate Ruff code by @burgholzer in #184
New Contributors
- @burgholzer made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/184
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.6...v0.2.0
- Python
Published by henryiii about 3 years ago
scikit-build-core - Version 0.1.6
What's Changed
Fixes:
- fix: handle local cmake dir for search by @henryiii in #179
- fix: avoid resolving cmake/ninja paths by @henryiii in #183
Other things:
- chore: use ruff by @henryiii in #175
- chore: ruff related additions by @henryiii in #180
- tests: add
isolatedmarker totest_pep518_sdistby @bnavigator in #182
New Contributors
- @bnavigator made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/182
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.5...v0.1.6
- Python
Published by henryiii about 3 years ago
scikit-build-core - Version 0.1.5
What's Changed
Fixes:
- Ninja path not being set correctly by @henryiii in #166
- Minor touchup to ninja / make by @henryiii in #167
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.4...v0.1.5
- Python
Published by henryiii about 3 years ago
scikit-build-core - Version 0.1.4
What's Changed
Fixes:
entrypoints.txtshould beentry_points.txtby @njzjz in #161EXT_SUFFIXis wrong before 3.8.7 by @henryiii in #160- Make tests pass on native Windows ARM by @henryiii in #157
- fix: Windows ARM experimental cross-compile support by @henryiii in #162
Other things:
- Fix spelling mistake by @maxbachmann in #156
- Add Python 3.12 alpha 3 to the CI by @henryiii in #120
- Fix issues mocking in tests with packaging 22 by @henryiii in #155
New Contributors
- @maxbachmann made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/156
- @njzjz made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/161
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.3...v0.1.4
- Python
Published by henryiii about 3 years ago
scikit-build-core - Version 0.1.3
What's Changed
Fixes:
- Issue with experimental extra directory targeting by @henryiii in #144
- Sort SDist filepaths for reproducibility by @agoose77 in #153
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.2...v0.1.3
- Python
Published by henryiii about 3 years ago
scikit-build-core - Version 0.1.2
What's changed
Features:
- Provide null directory (not installed) by @henryiii in #143
Fixes:
- Fix issue with 32-bit Windows in 0.1.1 by @henryiii in #142
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.1...v0.1.2
- Python
Published by henryiii about 3 years ago
scikit-build-core - Version 0.1.1
What's changed
Fixes:
- Windows non-default generators by @henryiii in #137
- Compute the correct default generator for CMake by @henryiii in #139
Testing:
- Support make missing by @henryiii in #140
- Clear
CMAKE_GENERATORby @henryiii in #141
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.0...v0.1.1
- Python
Published by henryiii about 3 years ago
scikit-build-core - Version 0.1.0
First non-prerelease! Scikit-build-core is ready to be used. The remaining
limitations (like support for editable mode and build caching) will be addressed
in future releases. If you set tool.scikit-build.minimum-version = "0.1",
scikit-build-core will try to respect old defaults when new versions are
released.
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.0rc2...v0.1.0
- Python
Published by henryiii about 3 years ago
scikit-build-core - v0.1.0rc2
Still preparing for release. One small addition to the error printout.
What's Changed
Features:
- Did you mean? for config-settings and pyproject.toml by @henryiii in #135
Testing:
- Split up isolated and virtualenv fixtures by @henryiii in #134
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.0rc1...v0.1.0rc2
- Python
Published by henryiii about 3 years ago
scikit-build-core - Version 0.1.0 RC 1
Preparing for a non-beta release.
What's Changed
Fixes:
- Paths on Windows by @henryiii in #126
- Support pre-set generators by @henryiii in #118
- Warn on scripts with invalid shebangs by @henryiii in #132
- Minimum constraints now set by @henryiii in #129
Refactoring:
- Rename pyproject -> build dir by @henryiii in #121
Testing:
- Add msys2 to the CI by @henryiii in #119
- Add test report header by @henryiii in #124
- Test min constraints without Windows by @henryiii in #129
- Remove pytest-virtualenv by @henryiii in #125 and #131
- Mark unimportant test xfail non-strict for conda-forge by @henryiii in #108
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.0b2...v0.1.0rc1
- Python
Published by henryiii about 3 years ago
scikit-build-core - Version 0.1.0 beta 2
A quick fix for macOS universal2 tags not expanding when enabled.
What's Changed
Fixes:
- Expand macos tags missing by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/105
Other things:
- Add tests marker for PEP 518 by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/104
- Require C++11 only in tests by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/106
- Xfail a non-important test by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/107
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.0b1...v0.1.0b2
- Python
Published by henryiii over 3 years ago
scikit-build-core - v0.1.0b1
This release is focused on preparing for conda-forge and some macOS fixes.
What's changed
Features:
- Configuration setting for FindPython backport by @henryiii in #103
Fixes:
- Conda prefix lib support by @henryiii in #95
- Guess single config for more generators by @henryiii in #101
- Universal2 tags computation was incorrect by @henryiii in #97
- Universal2 tags computation was incorrect again by @henryiii in #100
Refactoring:
- Rename extra color -> rich by @henryiii in #98
Other things:
- Run more tests without the cmake module by @henryiii in #96
- Support running without pytest-virtualenv by @henryiii in #94
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.0b0...v0.1.0b1
- Python
Published by henryiii over 3 years ago
scikit-build-core - Version 0.1.0 beta 0
This release adds a lot of configuration options, including minimum-version, which can be set to 0.0 to ensure defaults remain consistent (similar to cmake_minimum_required).
What's Changed
Features:
- Dict options by @henryiii in #78
- Min version setting by @henryiii in #84
- Strict configuration checking by @henryiii in #75
- Support for args/define by @henryiii in #83
- Support for other wheel dirs by @henryiii in #82
- Support specifying a build type by @henryiii in #90
Fixes:
- Better logging by @henryiii in #88
- Better macOS deployment target handling by @henryiii in #74
- Don't touch mtime in non-reproducible mode by @henryiii in #76
- Fallback to ninja sooner if on known platform by @henryiii in #80
Refactoring:
- Rename CMakeConfig -> CMaker by @henryiii in #91
- Drop config prefix by @henryiii in #77
- Rename to
wheel.py-apiand expand, ignore on non-cpython / old cpython by @henryiii in #81
Other things:
- Add cygwin by @henryiii in #89
New Contributors
- @pre-commit-ci made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/85
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.0a1...v0.1.0b0
- Python
Published by henryiii over 3 years ago
scikit-build-core - Version 0.1.0 alpha 1
What's Changed
This release brings a lot of further development. This is starting to be used by downstream projects; it is a good idea to be a little careful with versions still, configuration may change.
Features:
- feat(pyproject): allow python packages to be specified by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/58
- feat(pyproject): autocopy packages if names match by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/53
- feat(pyproject): include/exclude by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/59
- feat(pyproject): Color status messages for wheel by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/60
- feat(pyproject): support reproducible sdist builds by @agoose77 in https://github.com/scikit-build/scikit-build-core/pull/64
- feat(pyproject): prettier logging with config setting by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/40
- feat(pyproject): extra_tags by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/49
- feat: support for setting python & abi tag (including limited API) by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/47
- feat(setuptools): use setup keyword support by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/42
- feat(setuptools): cmakesourcedir from scikit-build classic by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/45
Fixes:
- fix(pyproject): avoid copy, avoid failure if pre-existing by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/41
- fix: better support for FindPython by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/38
- fix: fallback to make if available (setting) by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/57
- fix: handle
PermissionErrorin readinglibdir.is_dir()by @agoose77 in https://github.com/scikit-build/scikit-build-core/pull/43 - fix: include
--configwhen installing by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/61 - fix: incorrect min version of macOS by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/50
- fix: lists and bool settings by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/56
- fix: mkdir for sdist if missing, test polish by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/44
- fix: simple example PyPy support workaround by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/37
Refactoring:
- refactor(pyproject): tags configuration group by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/55
- refactor(setuptools): use native bdist_wheel setting for abi3 by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/52
- refactor: rename
cmake_settingstoskbuild_settingsby @henryiii in https://github.com/scikit-build/scikit-build-core/pull/46
Other things:
- chore(pyproject): refactor wheel code a bit to read better by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/65
- chore: better logging on macOS for deployment target by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/48
- chore: format cmake files by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/54
New Contributors
- @agoose77 made their first contribution in https://github.com/scikit-build/scikit-build-core/pull/43
Full Changelog: https://github.com/scikit-build/scikit-build-core/compare/v0.1.0.a0...v0.1.0a1
- Python
Published by henryiii over 3 years ago
scikit-build-core - Version 0.1.0 alpha 0
First experimental snapshot.
- Python
Published by henryiii over 3 years ago