What's Changed
Build System Migration
- Migrated from
setup.pyandrequirements.txtto modernpyproject.tomlbuild system - Updated all GitHub Actions workflows to use the new build system
Bug Fixes
- Fixed context world generation to properly respect constraint parameters in
sample_with_strength() - Fixed
LimitedPartnerNumbersContext.make_config()to sample from context constraints correctly - Fixed various test failures from pandas 2.0+ and negmas API changes
Code Quality
- Applied ruff linting and formatting across the entire codebase
- Fixed linting errors in oneshot, scml2019, scml2020, utils, CLI, and test modules
Housekeeping
- Closed 46 obsolete Snyk security PRs that targeted removed
requirements.txtfiles - Added
AGENTS.mddocumentation for AI coding agents
Full Changelog: v0.7.5...v0.8.2