Skip to content

0.1.0 (2025-06-07)

Choose a tag to compare

@knope-bot knope-bot released this 07 Jun 13:03
1cae7b7

Breaking Changes

  • Replace constraint bounds format with intuitive sense/rhs specification. Constraints now use sense (array of "<=", ">=", "=") and rhs (array of numbers) instead of the previous bounds format, providing a more natural mathematical notation that directly matches standard optimization problem formulations.

Fixes

Improve schema documentation to help prevent invalid data errors

Added comprehensive documentation of error conditions and validation requirements directly in the input schemas, including:

  • Dimension consistency requirements for arrays
  • Possible solver statuses (optimal, infeasible, unbounded, etc.)
  • Input validation rules and common errors
  • Valid enum values for all options

This helps AI assistants understand potential failure modes and provide better error handling when using the tool.