You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ anti-pattern, but we can set that variable too. More tests now run on Python
10
10
11
11
Fixes:
12
12
13
-
* Empty build arguments for some targets in multi-target build by @junrushao in https://github.com/scikit-build/scikit-build-core/pull/784
14
-
* Support packages that hardcode `CMAKE_INSTALL_PREFIX` in their `install` commands by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/786
15
-
* Logger shouldn't warn for missing lib on UNIX by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/787
13
+
* Empty build arguments for some targets in multi-target build by @junrushao in #784
14
+
* Support packages that hardcode `CMAKE_INSTALL_PREFIX` in their `install` commands by @henryiii in #786
15
+
* Logger shouldn't warn for missing lib on UNIX by @henryiii in #787
16
16
17
17
Tests:
18
18
19
-
* Use `ZipFile` instead of `zipfile.Path` to enable more tests on Python 3.7 by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/785
19
+
* Use `ZipFile` instead of `zipfile.Path` to enable more tests on Python 3.7 by @henryiii in #785
20
20
21
21
## Version 0.9.7
22
22
@@ -26,15 +26,15 @@ correct tags on MUSL. And releases now have Attestations on GitHub at
26
26
27
27
Fixes:
28
28
29
-
* Set `CC` and `CXX` from sysconfig if not set by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/782
30
-
*`musllinux` tag incorrect by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/773
31
-
* Logger unconditionally set to `DEBUG` in non-PEP 517 usage by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/779
29
+
* Set `CC` and `CXX` from sysconfig if not set by @henryiii in #782
30
+
*`musllinux` tag incorrect by @henryiii in #773
31
+
* Logger unconditionally set to `DEBUG` in non-PEP 517 usage by @henryiii in #779
32
32
33
33
Documentation:
34
34
35
-
* Fix Fortran example by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/771
36
-
* Fix typo in skbuild soabi docs by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/775
37
-
* Fortran and Cython updates by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/781
35
+
* Fix Fortran example by @henryiii in #771
36
+
* Fix typo in skbuild soabi docs by @henryiii in #775
0 commit comments