Scikit-build

Latest version: v0.18.0

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 13

0.3.0

==================

New features
------------

* Improve support for "pure", "CMake" and "hybrid" python package

* a "pure" package is a python package that have all files living
in the project source tree

* an "hybrid" package is a python package that have some files living
in the project source tree and some files installed by CMake

* a "CMake" package is a python package that is fully generated and
installed by CMake without any of his files existing in the source
tree

* Add support for source distribution. See :issue:`84`

* Add support for setup arguments specific to scikit-build:

* ``cmake_args``: additional option passed to CMake
* ``cmake_install_dir``: relative directory where the CMake project being
built should be installed
* ``cmake_source_dir``: location of the CMake project

* Add CMake module ``FindNumPy.cmake``

* Automatically set ``package_dir`` to reasonable defaults

* Support building project without CMakeLists.txt



Bug fixes
---------

* Fix dispatch of arguments to setuptools, CMake and build tool. See :issue:`118`

* Force binary wheel generation. See :issue:`106`

* Fix support for ``py_modules`` (`6716723 <https://github.com/scikit-build/scikit-build/commit/6716723>`_)

* Do not raise error if calling "clean" command twice

Documentation
-------------

* Improvement of documentation published
on http://scikit-build.readthedocs.io/en/latest/

* Add docstrings for most of the modules, classes and functions

Tests
-----

* Ensure each test run in a dedicated temporary directory

* Add tests to raise coverage from 70% to 91%

* Refactor CI testing infrastructure introducing CI drivers written in python
for AppVeyor, CircleCI and TravisCI

* Switch from ``nose`` to ``py.test``

* Relocate sample projects into a dedicated
home: https://github.com/scikit-build/scikit-build-sample-projects

Cleanups
--------

* Refactor commands introducing ``set_build_base_mixin`` and ``new_style``

* Remove unused code

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.

Fixes:

- zipinfo should report regular files by henryiii in 220

Tests:

- Support running in environments with `SOURCE_DATE_EPOCH` set by LecrisUT in
221
- Report self version too by henryiii in 222

Other things:

- refactor: use `from_pyproject` by henryiii and bennyrowland in 224
- chore: fix a mypy complaint on Windows by henryiii in 217
- docs: add quickstart by henryiii in 226

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.

Changes:

- Add `{wheel_tag}` for `build-dir` by henryiii in 207
- Support for conda's `CMAKE_SYSTEM_PROCESSOR` by 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 `cmake3` visible by LecrisUT in 211
- tests: nicer exit, minor refactors by henryiii in 213
- refactor: minor changes & nicer environment logging printout by henryiii in
214

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.

Features:

- Local build directory setting & build reuse by henryiii in 181
- Add `prepare_metadata_for_build_wheel` by henryiii in 191
- Native wheel writer implementation by henryiii in 188
- Use 3.26 dev version port of FindPython by henryiii in 102

Tests:

- Allow pytest 7.0+ instead of 7.2+ by henryiii in 200
- Include cmake and ninja if missing in nox by henryiii in 190
- 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

0.1.6

Fixes:

- Handle local cmake dir for search by henryiii in 179
- Avoid resolving cmake/ninja paths by henryiii in 183

Other things:

- Use Ruff by henryiii in 175
- Ruff related additions by henryiii in 180
- Add `isolated` marker to `test_pep518_sdist` by bnavigator in 182

0.1.5

Fixes:

- Ninja path not being set correctly by henryiii in 166
- Minor touchup to ninja / make by henryiii in 167

Page 10 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.