SourceCodeMcCormick v0.5.0
Major change
- The methodology for how generated functions work, and how they are written, has changed. The main user-facing function is now
kgen
. This change is not breaking in the sense thatfgen
still exists as a legacy option, butkgen
should be used in almost every case.
Merged pull requests:
- Minor fgen fixes (#11) (@RXGottlieb)
- Added
kgen
(#12) (@RXGottlieb) - Update Project.toml (#13) (@RXGottlieb)
- Update README.md (#14) (@RXGottlieb)