Skip to content

v1.0.0

Latest

Choose a tag to compare

@eott-siz eott-siz released this 07 Aug 10:50

Version 1.0.0

Listed in the following are changes since the last beta-release v0.15.1. A full list of all features of ReSiE as of v1.0.0 can be found in the documentation.

Package renaming

  • The julia package has been renamed to ResieQuasi. This name was chosen to avoid naming conflicts with existing packages in the General registry. The preferred name and spelling is ReSiE, as part of the QuaSi project. You can find an explanation of these two names in the online documentation.
    • If the package name is used extensively in code, a handy trick is to use import ResieQuasi as Resie

Grid connections

  • The two component models GridInput and GridOutput have been renamed to GridSupply and GridSink. These names were chosen to be in line with the names of other supply/sink components and because "input" and "output" where deemed confusing as they relate to the whole energy system, not the invidiual component. The models work exactly the same as before, only the name has changed.

Minor changes

  • Updates to the scenario reference files
  • Set compat entries in file Project.toml. This is mostly a requirement for the General registry, but also helps to specificy a known working set of dependencies, which should reduce a source of errors caused by new versions of dependencies.