Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: ait-energy/IESopt.jl

Tags

v2.9.3

Toggle v2.9.3's commit message
[Diff since v2.9.2](v2.9.2...v2.9.3)

**Merged pull requests:**
- CompatHelper: bump compat for JSON to 1, (keep existing compat) (#124) (@github-actions[bot])
- bump JuliaSyntax version (#126) (@daschw)
- support for julia 1.12 (#127) (@daschw)

v2.9.2

Toggle v2.9.2's commit message
[Diff since v2.9.1](v2.9.1...v2.9.2)

**Merged pull requests:**
- Add example (59) showing a "per-month" consideration of grid tariffs (#123) (@sstroemer)
- Call `_finalize` on expressified Decision fields (fix) (#125) (@sstroemer)

v2.9.1

Toggle v2.9.1's commit message
[Diff since v2.9.0](v2.9.0...v2.9.1)

**Merged pull requests:**
- Allow accessing data within registered "files" using `get_file_data` (#121) (@sstroemer)
- Allow disabling components with components kwarg. (#122) (@daschw)

v2.9.0

Toggle v2.9.0's commit message
[Diff since v2.8.0](v2.8.0...v2.9.0)

**Merged pull requests:**
- Added Example 58 "celcius to power" (#102) (@EstebanScheibl)
- fix: wrong (leftover) access to name of a Virtual during error handling of `@check` (#104) (@sstroemer)
- chore(deps): bump actions/checkout from 4 to 5 (#105) (@dependabot[bot])
- CompatHelper: bump compat for JLD2 to 0.6, (keep existing compat) (#106) (@github-actions[bot])
- SOS1 objective now properly accounts for fixed costs (#107) (@sstroemer)
- Fix energy_to_celcius test (#110) (@daschw)
- Allow numbers as part of template names (#111) (@sstroemer)
- Prevent automatic calculation of infeasibility certificates for HiGHS (#112) (@sstroemer)
- Allow overwriting component settings (#115) (@daschw)
- Specialize the "amount" of results that are being extracted (#116) (@sstroemer)
- Fix #114 (#117) (@sstroemer)
- Expressify attributes of Decision (#118) (@sstroemer)
- Improve IIS computation after support by HiGHS/MathOptIIS (#119) (@sstroemer)
- chore: prep 2.9.0 release (#120) (@daschw)

**Closed issues:**
- Some Component parameters do not support "expressions" (#62)
- Missing definition of `__component__` in `@check` (#103)
- Reduce complexity of result extraction (#113)
- Prevent CI spam (#114)

v2.8.0

Toggle v2.8.0's commit message
[Diff since v2.7.0](v2.7.0...v2.8.0)

**Merged pull requests:**
- Fixes #85 (#90) (@Villyes)
- Respect snapshot `offset` and `count` when loading virtual files (#96) (@sstroemer)
- Minor fixes / QoL improvements (#97) (@sstroemer)
- Manually create IDs for RGFs ... (#100) (@sstroemer)

**Closed issues:**
- Improve wording in example 16 (#85)
- Improve validation (#91)
- Allow `ub` for create/destroy Profiles (#92)
- Allow checking for existence of addon (#93)
- Tags seem to fail with Virtuals (#94)
- Respect `offset` and `count` for virtual files too (#95)

v2.7.0

Toggle v2.7.0's commit message
[Diff since v2.6.6](v2.6.6...v2.7.0)

**Merged pull requests:**
- Add comment that colors and units cannot be used yet (#84) (@tfh8fe)
- Allow structuring of global parameters (#86) (@sstroemer)
- chore: prep for v2.7.0 (#87) (@sstroemer)

**Closed issues:**
- Allow structuring of global parameters (#81)
- Improve example docu: ex6 colors and units not yet usable (#83)

v2.6.6

Toggle v2.6.6's commit message
[Diff since v2.6.5](v2.6.5...v2.6.6)

**Merged pull requests:**
- fix: allow setting state_initial and state_cyclic (#82) (@daschw)

v2.6.5

Toggle v2.6.5's commit message
[Diff since v2.6.4](v2.6.4...v2.6.5)

**Merged pull requests:**
- chore: bump duckdb compat bounds (#79) (@daschw)
- fix: don't error on non-exported template parameters (#80) (@daschw)

v2.6.4

Toggle v2.6.4's commit message
[Diff since v2.6.3](v2.6.3...v2.6.4)

**Merged pull requests:**
- fix: use gc to remove more files on windows (#77) (@daschw)
- remove test Manifest.toml (#78) (@daschw)

v2.6.3

Toggle v2.6.3's commit message
[Diff since v2.6.2](v2.6.2...v2.6.3)

**Merged pull requests:**
- IESU.annuity: add warning for fraction greater than 1 in annuity function (#72) (@GerhardTotschnig)
- Allow expressions in Nodes state_initial and state_final parameters (#73) (@daschw)
- Update some docstring function signatures and prepare release (#75) (@daschw)

**Closed issues:**
- Allow `state_cyclic` together with `state_ final` (#63)
- Refactor `Node.state_initial` to an `Expression` (#70)