Skip to content

Releases: ait-energy/IESopt.jl

v2.4.0

22 Jan 07:56
Compare
Choose a tag to compare

IESopt v2.4.0

Diff since v2.3.0

Merged pull requests:

v2.3.0

10 Jan 09:23
Compare
Choose a tag to compare

IESopt v2.3.0

Diff since v2.2.2

Merged pull requests:

  • feat: implement haskey for _CoreComponentOptContainerDict (#49) (@daschw)

v2.2.2

08 Jan 10:18
Compare
Choose a tag to compare

IESopt v2.2.2

Diff since v2.2.1

Merged pull requests:

  • fix: correctly check if addon module is loaded (#46) (@daschw)

v2.2.1

11 Dec 09:48
1eeafab
Compare
Choose a tag to compare

IESopt v2.2.1

Diff since v2.2.0

Merged pull requests:

  • fix: tag functions as "public" in sub-modules (#45) (@sstroemer)

v2.2.0

11 Dec 00:50
43fc7fa
Compare
Choose a tag to compare

IESopt v2.2.0

Diff since v2.1.0

Merged pull requests:

  • fix: proper parsing of string expressions that contain foo.bar:value (#39) (@sstroemer)
  • chore: refactor asset location (#40) (@sstroemer)
  • feat: refactor and improve logging to be more informative (#41) (@sstroemer)
  • feat: base version checks on actual VersionNumber (#42) (@sstroemer)
  • feat: improvements for Connections (delays / losses) (#43) (@sstroemer)
  • chore: prep v2.2.0 (#44) (@sstroemer)

Closed issues:

  • [Bug] Failing to parse correct component name in expression for a Decision in a template (#38)

v2.1.0

30 Nov 03:03
5a798e6
Compare
Choose a tag to compare

IESopt v2.1.0

Diff since v2.0.3

Merged pull requests:

v2.0.3

27 Nov 22:04
5f57289
Compare
Choose a tag to compare

IESopt v2.0.3

Diff since v2.0.2

Merged pull requests:

  • fix: rely on JuliaSyntax's tokenize instead of regex-based splitting of strings during conversion to expr (#36) (@sstroemer)

Closed issues:

  • Parser fails with multi-term-expression containing scientific notation in v2 (#35)

v2.0.2

24 Nov 15:01
d91f90e
Compare
Choose a tag to compare

IESopt v2.0.2

Diff since v2.0.1

Merged pull requests:

  • feat: implement necessary changes to fix rendering of Julia stuff in Python docs (#34) (@sstroemer)

v2.0.1

21 Nov 08:52
c4a1a23
Compare
Choose a tag to compare

IESopt v2.0.1

Diff since v2.0.0

Merged pull requests:

  • CompatHelper: bump compat for SCIP in [weakdeps] to 0.12, (keep existing compat) (#21) (@github-actions[bot])
  • chore(deps): bump codecov/codecov-action from 4 to 5 (#28) (@dependabot[bot])
  • ci: add a windows runner to the test CI job (DuckDB failed on windows which we did not catch immediately) (#31) (@sstroemer)

Closed issues:

  • Testing locally on Windows fails with EBUSY IOError (#12)
  • DuckDB fails to precompile under Windows (#32)

v2.0.0

19 Nov 22:47
85a8624
Compare
Choose a tag to compare

IESopt v2.0.0

Diff since v1.0.5

Merged pull requests:

  • CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) (#16) (@github-actions[bot])
  • add weigths to nodalbalance constraints to provide correct prices as duals (#18) (@daschw)
  • fix: accept Integer as weights in config (#19) (@daschw)
  • Major addon rework (#20) (@sstroemer)

Closed issues:

  • Codecov diff target for patches (#6)
  • Unit availability documentation error (#22)
  • Multiplication of a invest decison value and timeseries data doesn't work (#25)
  • Refactor precompilation detection (#27)
  • Fix pre commit (#29)