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
chore: fix clippy errors and bump version to 0.6.0
- Remove unused imports and re-exports across constraint, eval modules
- Rename eval/eval.rs to eval/evaluator.rs to fix module inception warning
- Add #[allow(clippy::too_many_arguments)] to factory functions
- Implement std::ops traits (Not, Add, Sub, Mul, Div, Neg) for Expr
- Fix explicit auto-deref in manager.rs
- Add #[allow(deprecated)] for pyo3 API deprecations
- Update PyObject to Py<PyAny> for pyo3 0.27 compatibility
- Fix redundant local variable in solve/tests.rs
- Add rlib crate-type to solverforge-py for cross-platform builds
- Bump all crate versions from 0.5.1 to 0.6.0
0 commit comments