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
🏗️ Switch the pyfiction build system from raw setuptools to scikit-build-core (cda-tum#592)
* 🏗️ Switch to `scikit-build` for *pyfiction*. Works almost. Still need to figure out how to deal with Z3.
* 🏗️ Add `__init__.py` file content for inclusion of symbols
* 💚 Fixed Z3 detection and inclusion with scikit-build
* ✅ Use explicit includes for all tests
* 💚 Add missing `try_z3.cpp` file
* 🔥 Remove `python-dotenv` dependency
* 💚 Fix sdist build
* 💚 Fix compile target
* 🔧 Added `uv.lock` file
* 💚 Attempt to fix CI and CD
* 💚 Create `venv` before build
* 💚 Replace `_a` literals with `py::arg` function calls
* 🔥 Remove `FICTION_BENCHMARK` build toggle since it depends on `FICTION_TEST`, which is already set to `OFF`
* 🔧 Update CMake version compatibility list
* 📝 Update pyfiction docstrings
Signed-off-by: GitHub Actions <[email protected]>
* 💚 Fix `unittest` discovery by setting starting path
* 💚 Set up `nox` for testing the bindings
* 🔧 Exclude the newly added `try_z3.cpp` from `clang-tidy` checks
* 💚 Fix Z3 setup
* 💚 Remove Windows version flag in CMake
* 💚 Fixed paths in the pyfiction docstring generator
* 💚 Updated pyfiction docstrings and removed fragment left in the wrong location
* 📝 Update pyfiction docstrings
Signed-off-by: GitHub Actions <[email protected]>
* 📌 Sync the dependency versions with `main`
* 🎨 Incorporated pre-commit fixes
* 📝 Update pyfiction docstrings
Signed-off-by: GitHub Actions <[email protected]>
* 🐛 Fixed remaining `pybind11_mkdoc_docstrings.hpp` paths
* 💚 Set up MSVC environment
* 💚 Fix type conversion issue
* ✅ Added missing import statements
* 📝 Update documentation on Python bindings (skip ci)
* 🎨 Adjusted `__init__.py` file for consistency
---------
Signed-off-by: GitHub Actions <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments