Releases: nucleic/kiwi
Releases · nucleic/kiwi
1.4.6
What's Changed
- pyproject: clean up find directives by @MatthieuDartiailh in #170
- Update solver_internals.rst by @bwagner in #172
- Update basic_systems.rst by @bwagner in #171
- py: switch to use Ruff for linting and formatting by @MatthieuDartiailh in #174
- BLD: Add wheels for Windows on ARM64 by @QuLogic in #175
- reformat pyproject.toml and fix ruff options by @MatthieuDartiailh in #177
- Enable delvewheel in CIBW on Windows by @ksunden in #179
- Add ARM dll PATH to Windows ARM CIBW job by @ksunden in #180
- Add PyPy 3.10 wheels by @QuLogic in #182
- 3.13 support by @MatthieuDartiailh in #183
New Contributors
Full Changelog: 1.4.5...1.4.6
Release 1.4.5
Release 1.4.4
cut release 1.4.4 of the bindings and 1.4.2 of the solver
Release 1.4.3
cut release 1.4.3 release of the Python bindings
Release 1.4.2
cut release 1.4.2 This allows to buil with setuptools >= 61.2
Release 1.4.1
cut release 1.4.1
Release 1.4.0
cis: update sdist testing procedure
Release 1.3.2
CI: fix building wheels on GHA (#118) * ci: fix wheel build command * ci: remove references to submodules * ci: fix sdist command and remove Python 3.6 from the matrix * ci: slightly alter invocation * ci: disable emulation * ci: smaller matrix * ci: use a small matrix but with all python versions * ci: use manylinux 2010 for CPython 3.9+ * ci: split again matrix per python version given how slow emulation is Fix also the artifact upload * ci: fix typo * ci: typo