Changelog for math-programming-0.5.0
Changelog for math-programming
[0.5.0] -- 18 January 2023
Changed
- The API has been made more consistent.
[0.4.0] -- 5 July 2020
Added
-
The
RealFrac
constraint onLPMonad
numeric types.This simplifies the constraints necessary in application code.
Removed
-
The
writeFormulation
class method.This was impossible to implement correctly without requiring
LPMonad
to implementMonadIO
, which should not be required in general.
[0.3.0] -- 18 June 2020
Initial release.