Skip to content

Releases: ZIB-IOL/ApproximateVanishingIdeals.jl

v0.1.2

26 Jun 10:38
dfa9649
Compare
Choose a tag to compare

ApproximateVanishingIdeals v0.1.2

Diff since v0.1.1

Merged pull requests:

  • Adjusted IHB, added more FW variant options (#15) (@dkuzi)

Closed issues:

  • Add options for Frank-Wolfe variants (#13)
  • Inverse Hessian boosting should overwrite oracle. (#14)

v0.1.1

02 Mar 10:59
da6011d
Compare
Choose a tag to compare

ApproximateVanishingIdeals v0.1.1

Diff since v0.1.0

Inverse Hessian Boosting now functions as intended

Merged pull requests:

  • Fixed inverse hessian boosting and added tests (#11) (@dkuzi)

Closed issues:

  • Register package (#8)

v0.1.0

01 Mar 15:05
91d69ef
Compare
Choose a tag to compare

ApproximateVanishingIdeals v0.1.0

Merged pull requests:

  • Fixed minor things causing errors with Julia 1.6 (#1) (@dkuzi)
  • renamed AVI to ApproximateVanishingIdeals in docs (#2) (@dkuzi)
  • updated test files (#3) (@dkuzi)
  • added tests for ABM (#4) (@dkuzi)
  • added additional tests for auxiliary functions and border construction (#5) (@dkuzi)
  • added additional test for OAVI and VCA, cleaned up objective_functions.jl (#6) (@dkuzi)
  • added tests for print_polynomials (#7) (@dkuzi)
  • fixed typos in docs (#9) (@dkuzi)
  • fixed docstring for find_range_null_vca (#10) (@dkuzi)