Skip to content

Releases: exanauts/ExaModels.jl

v0.9.7

10 Mar 16:40
244ee85

Choose a tag to compare

ExaModels v0.9.7

Diff since v0.9.6

Merged pull requests:

Closed issues:

  • Any efficient way for sparse matrix constraints? (#205)
  • Tupled iterators not working for subexpressions (#238)

v0.9.6

04 Mar 15:05
a26feee

Choose a tag to compare

ExaModels v0.9.6

Diff since v0.9.5

Merged pull requests:

Closed issues:

  • Generate derivative rules and add LinearAlgebra support (#224)

v0.9.5

27 Feb 18:02
2faef1c

Choose a tag to compare

ExaModels v0.9.5

Diff since v0.9.4

Merged pull requests:

v0.9.4

25 Feb 20:56
bbe3afb

Choose a tag to compare

ExaModels v0.9.4

Diff since v0.9.3

Merged pull requests:

Closed issues:

  • Expression support (#167)
  • [doc] Start in constraint (#203)
  • Documentation: parametric models (#208)
  • New two-stage API (#221)

v0.9.3

15 Dec 20:37
1104493

Choose a tag to compare

ExaModels v0.9.3

Diff since v0.9.2

Merged pull requests:

Closed issues:

  • Existing options keys (#196)
  • ExaModelsMOI is ignoring the old nonlinear API (#198)
  • ExaModels.Optimizer fails when variables have bounds (#199)

v0.9.2

17 Sep 05:13
f137df7

Choose a tag to compare

ExaModels v0.9.2

Diff since v0.9.1

Merged pull requests:

  • [documentation] Add a paragraph about other GPU backends (#183) (@amontoison)
  • CompatHelper: bump compat for NLPModelsIpopt in [weakdeps] to 0.11, (keep existing compat) (#186) (@github-actions[bot])
  • Update compat entries in Project.toml (#187) (@amontoison)

Closed issues:

  • [documentation] Explain how to use ExaModels.jl on AMD and Intel GPUs (#182)
  • Precompiling a model (#184)

v0.9.1

15 Aug 16:25
80fcf96

Choose a tag to compare

ExaModels v0.9.1

Diff since v0.9.0

Merged pull requests:

Closed issues:

  • Minor doc fix (bivariate function registration) (#174)

v0.9.0

01 Aug 17:33
16a2443

Choose a tag to compare

ExaModels v0.9.0

Diff since v0.8.3

There are no breaking changes

New Features

  • Support for struct data type (#160)
  • OpenCL support with PoCL tests (#163)
  • Format .jl files (#165)

Maintenance

  • Update MOI extension (#155)

CI Improvement

  • registry update added to ci (#162)

Bug Fixes

  • Fix parameter-only gradients (#158)

Documentation

  • lvar/uvar and lcon/ucon explained (#166)
  • README simd explanation edit (#164)

Merged pull requests:

  • Update MOI extension (#155) (@klamike)
  • GPU dependencies reduced (#157) (@sshin23)
  • Fix parameter-only gradients (#158) (@klamike)
  • CompatHelper: bump compat for AMDGPU in [weakdeps] to 2, (keep existing compat) (#159) (@github-actions[bot])
  • Support for struct data type (#160) (@sshin23)
  • Registry update added to ci (#162) (@sshin23)
  • OpenCL support with PoCL tests (#163) (@klamike)
  • README simd explanation edit (#164) (@sshin23)
  • [Documentation] lvar/uvar and lcon/ucon explained (#166) (@sshin23)
  • CompatHelper: add new compat entry for OpenCL in [weakdeps] at version 0.10, (keep existing compat) (#168) (@github-actions[bot])
  • Bump ExaModels.jl version to v0.9 (#171) (@sshin23)

Closed issues:

  • document constraint bounds (#99)
  • Unsafe use of MOI (#100)
  • Documentation nits (#101)
  • Extracting solution of decision variables (#128)
  • ExaModels optimizer API for JuMP does not solve the correct model (#130)
  • OpenCL support (#161)

v0.8.3

29 Jun 04:41

Choose a tag to compare

ExaModels v0.8.3

Diff since v0.8.2

Merged pull requests:

Closed issues:

  • Add support for model parameters in ExaModels (#147)

v0.8.2

15 Jun 07:44
74c8a6c

Choose a tag to compare

ExaModels v0.8.2

Diff since v0.8.1

Merged pull requests:

Closed issues:

  • Unconstrained hprod! fails with CuArray (#139)
  • MadNLP fails to handle constraint over an empty set when running on CPU (#141)