๐ What Changed
This release switches the project from `setuptools` to the modern `scikit-build-core`. This brings a way better development experience with faster editable rebuilds, no more `setup.py` and `MANIFEST.in` files, and more. See 366 for some more details.
It also switches the CI to the reusable workflows introduced in MQT Core, which is (more-and-more) truly becoming the backbone of the MQT. Build caching is now enabled for all CI workflows, change detection only runs those flows that are required for the given changes, PyPI publishing uses trusted publishing now, and many more. Also see 366 for more details.
๐ Features and Enhancements
- โป๏ธ Refactor Packaging and CI burgholzer (366)
๐ค CI
- โป๏ธ Refactor Packaging and CI burgholzer (366)
๐ฆ Packaging
- โป๏ธ Refactor Packaging and CI burgholzer (366)
โฌ๏ธ Dependencies
- โป๏ธ Refactor Packaging and CI burgholzer (366)
- โฌ๏ธ๐ช update pre-commit hooks pre-commit-ci (364)
- Bump extern/mqt-core from `bc2d7d4` to `6c47062` dependabot (362)
- โฌ๏ธ๐ช update pre-commit hooks pre-commit-ci (361)
**Full Changelog**: https://github.com/cda-tum/mqt-qmap/compare/v2.3.0...v2.4.0