Skip to content

Tags: PSORLab/SourceCodeMcCormick.jl

Tags

v0.5.1

Toggle v0.5.1's commit message
[Diff since v0.5.0](v0.5.0...v0.5.1)

**Merged pull requests:**
- Add quadratic relaxation source (#15) (@RXGottlieb)
- Add support for sin/cos (#16) (@RXGottlieb)

v0.1.3

Toggle v0.1.3's commit message
[Diff since v0.1.2](v0.1.2...v0.1.3)

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
<!--

-->

v0.5.0

Toggle v0.5.0's commit message
[Diff since v0.4.1](v0.4.1...v0.5.0)

- 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 that `fgen` still exists as a legacy option, but `kgen` 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)

v0.4.1

Toggle v0.4.1's commit message
[Diff since v0.4.0](v0.4.0...v0.4.1)

**Merged pull requests:**
- Bug fixes in README (#9) (@RXGottlieb)
- Bug fixes (#10) (@RXGottlieb)

**Closed issues:**
- Make this into an actual package? (#2)
- Test out transformed function speed (#5)

v0.4.0

Toggle v0.4.0's commit message
[Diff since v0.3.1](v0.3.1...v0.4.0)

**Merged pull requests:**
- Add Subgradients and Automated Function Writing (#7) (@RXGottlieb)

v0.3.1

Toggle v0.3.1's commit message
Add custom branching rule

v0.3.0

Toggle v0.3.0's commit message
Update Project.toml

v0.2.0

Toggle v0.2.0's commit message
Compatibility update with SymbolicUtils v1

Several underlying SymbolicUtils types were unified into the BasicSymblic type, which required some rewriting/consolidation in SCMC.

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Project.toml

v0.1.1

Toggle v0.1.1's commit message
Merge remote-tracking branch 'origin/main' into main