Releases: integrated-reasoning/mps
Releases · integrated-reasoning/mps
v0.1.1
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
andRangesMap
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
ci(docker-publish-tagged.yml): add dockerhub action