- Using affine rather than linear in naming
- Improve BigM calculation
- Pass arguments with Algorithm structs in favor of kwargs
- Add MIT license
- Rename package to PiecewiseAffineApprox to avoid name collision in General registry
- Fix type of pwlinear parameter for JuMP-variables
- Update dependencies to JuMP 0.23/1.0 (#13)
- Fix most broken tests
- Workaround for bigM with normals containing near-zeros (#10)
- Workaround for solver issue with strict=:none for compressor duty (#10)
- Improved calculation of big-M (#9)
- Add support for 2D functions (#3)
- New and breaking typed interface (#7)
- Add support for approximations based on Magnani/Boyd paper (#8)
- Added interpolation method (#1)
- Added optional plotting (#2)
- Added support for concave functions (#2)
- Breaking interface changess
- Initial release