Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

43 lines (29 loc) · 1.91 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.6]

  • Revert names removal

[0.2.3]

  • Make options field optional #22
  • Remove names field in results #20
  • Update format to use JSON vector for relational appl constraint args #21

[0.2.2]

  • Allow empty array (for no constraints) #18
  • Adding relative & absolute mip gaps #17
  • Support in / table / relational application constraints #16

[0.2.1]

  • Support interval constraint #14
  • Handle constant objectives and constraints containing no variables #13
  • Improve error messages for empty objective #12

[0.2.0]

  • Improve test coverage, error messages, and others #1, #7, #8, #10
  • Fix StackOverflowError and improve performance #6
  • Return solve time and solver version #5
  • Add default time limit #2

[0.1.0]

  • Initial release