Skip to content

Releases: integrated-reasoning/mps

v0.1.1

22 Jan 23:57
940d87b
Compare
Choose a tag to compare

mps v0.1.1 (January 22, 2024)

This release adds significant pieces of the planned MPS data model and parsing capabilities.

Features

  • Implement RowColumnValueMap for storing matrix data
  • Add initial Model abstraction to represent MPS file
  • Begin parsing MPS data into Model
  • Implement BoundsMap and RangesMap types

Changes

  • Refactor parser internals and use snapshot testing
  • Require endata section and fix line numbering
  • Trim names and allow empty sections

Overall, this lays the groundwork for fully parsing and storing MPS data, but does not yet include validation or interpretation capabilities.

v0.1.0

30 Dec 23:43
Compare
Choose a tag to compare
ci(docker-publish-tagged.yml): add dockerhub action