Skip to content

v0.8.2

Latest

Choose a tag to compare

@yasserfarouk yasserfarouk released this 14 Mar 13:12
· 1 commit to master since this release

What's Changed

Build System Migration

  • Migrated from setup.py and requirements.txt to modern pyproject.toml build 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.txt files
  • Added AGENTS.md documentation for AI coding agents

Full Changelog: v0.7.5...v0.8.2