Skip to content

1.0.0

Compare
Choose a tag to compare
@swryan swryan released this 14 Jun 16:55
· 242 commits to main since this release
64e2dfe

This is the first version of MPhys where the individual solver builders are moved out of the MPhys repository and into the respective solver repositories. See the example PRs where this migration took place: #104, #98, #90, and #87. Documentation on external solvers were added in #97. In addition, there has been several PRs since version 0.4 that introduced changes in the individual solver builders. We also have two PRs that introduce updates to the example scripts: #103 and #100

We introduced an API change in #82 where we pass an optional scenario name to the builder calls.

Finally, the remainder of the changes since v0.4 has been on improving the documentation and testing: #70, #72, #76, #78, #85, #91, #92, #93, #94, #95, #96, #99, and #101.