Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@david-r-cox david-r-cox released this 22 Jan 23:57
940d87b

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.