Skip to content

Releases: FZJ-IEK3-VSA/FINE

Version 2.3.0

12 Oct 13:10
Compare
Choose a tag to compare

FINE release (2.3.0) provides new major functionalities:

  • Representation of multiple investment periods in a transformation pathway (perfect foresight) or for single year optimization (stochastic optimization)
  • Consideration of CO2 budgets for the full transformation pathway
  • Consideration of stock including techno-economic parameters depending on commissioning date
  • Variable efficiencies for conversion components depending on commissioning date and operation time
  • Additional or lowered costs for components which are not present for full investment periods

The ConversionPartLoad class is not supported in this release due to the deprecated package GPyOpt.
The installation method has been changed from setup.py to pyproject.toml.

Version 2.2.3

31 Jul 18:12
Compare
Choose a tag to compare

FINE release (2.2.3) fixes installation problems due to changes in dependencies. This limits the versions of numpy, pandas and pyomo. The changes in these dependencies will be reflected in a future version.

Version 2.2.2

17 Jan 17:46
Compare
Choose a tag to compare

FINE release (2.2.2) provides new major functionalities:

  • Add netCDF compatibility for import and export of EnergySystemModel instances to store input and output data.
  • Add generic spatial aggregation and technology aggregation functions for complexity reduction of models with high spatial resolution

Black autoformatting was applied to make the source code easier to read and to simplify contributions.
Additionally, the installation guide was revised to make the installation easier to handle.

Version 2.2.1

17 Jan 17:46
Compare
Choose a tag to compare

FINE release (2.2.1) provides some changes in code including

  • compatibility to newer versions of pandas (bugs due to reading .xlsx files are fixed)
  • correct zlabel description for plotLocationalColorMap in standardIO.py
  • add some more documentation to functions

FINE release (2.2.1) fixes a bug in storage.py

  • constraints for chargeOperationMax, chargeOperationFix, disChargeOperationMax and dischargeOperationFix should be set up without an error message.

Version 2.2.0

26 May 08:56
Compare
Choose a tag to compare

FINE release (2.2.0) provides some changes in code including bug fixes for

  • plotOperationColorMap (issubclass error should not occur anymore)
  • default solver (default solver is changed to None; it is searched for an available solver if no solver is specified)
  • transmission components: capacityMin and opexPerOperation can be given as a pandas DataFrame
  • postprocessing: no ValueError occur if components are not chosen in the optimized solution
  • postprocessing: optimizationSummary is ordered correctly s.t. properties are assigned to the corresponding component.

New features were included:

  • New keyword argument linkedQuantityID: The number of different components can be forced to be the same.
  • Enable time-dependent conversion factors (e.g. for modeling heat pumps)
  • Add warning for simultaneous charge and discharge of storage components; users can check if and when simultaneous charge and discharge of storage components occur
  • Add operation value for considered time horizon in the optimizationSummary
  • Add new attribute objectiveValue to EnergySystemModel class

Version 2.1.1

17 Nov 14:59
Compare
Choose a tag to compare

The FINE version 2.1.1 includes

  • bug fix: drop issubclass() - query
  • minor changes in documentation
  • bug fix: missing output labels
  • bug fix: operationRateFix and operationRateMax for transmission components

Version 2.1.0

07 Aug 14:16
Compare
Choose a tag to compare

FINE version 2.1.0 including

  • segmentation
  • bugfix for TAC (transmission components)
  • bugfix for yearlyLimitConstraints
  • Changes in the docs
  • Updated README.md (new links; logos)

Version 1.0.2

11 Dec 07:29
Compare
Choose a tag to compare

Expanded documentation

Version 1.0.1

10 Dec 23:47
Compare
Choose a tag to compare
v1.0.1

Hotfix write to excel

Version 1.0.0

12 Nov 12:45
Compare
Choose a tag to compare

First pypi version