All notable changes to this project will be documented in this file.
- new dataset creation tutorials and updated
dataset_creation_tutorial.md
- IIS calculation and printing
- Fix technology diffusion constraints
- Upgraded to
linopy>=0.3.8
- Vectorized all continuous constraints
- ´carbon_intensity_carrier´ is split in´carbon_intensity_carrier_import´ and ´carbon_intensity_carrier_export´
- attributes of retrofitting technologies are combined in one
- test 3a and 3b are replaced by test 1e
- test 5a and 5b were combined
return_constraints
statement for all continuous constraints- rule-based and block-based constraint distinction
breakpoints_pwa_capex.csv
file no longer used
- Exponential transport loss factor
- added test
- Saving units of parameters and variables and accessing them in results
- Docstring reading in results
- Minor bug fixes
- Result handling
- Parameter names:
set_carriers
:carbon_intensity
tocarbon_intensity_carrier
set_technologies
:carbon_intensity
tocarbon_intensity_technology
set_storage_technologies
:capex_specific
tocapex_specific_storage
capex_specific_energy
tocapex_specific_storage_energy
set_transport_technologies
:transport_loss_factor
totransport_loss_factor_linear
- Move
use_capacities_existing
tosystem
- "linopy" name in environment
- Solver options from default config
- Flexible
results.py
structure with abstract solution loader comparison
module
- standard plots
- compare parameters with different shapes in
r.compare_model_parameters()
- Writing IIS to file
- set expansion of
set_technologies
in scenario routine
- convert
how_to_zen-garden.pdf
anddataset_creation_tutorial.pdf
into.md
- Unit consistency checks: Check that all units are internally consistent across parameters
- Bug fix of numerical values regarding construction time:
- Sometimes forced the capacity additions in the last and the second last time step to be equal
- construction time was one period too short
- Bug fix of the lifetime of existing capacities (existed one period longer than desired)
- Adapted the tests accordingly
- Simplified calculation of lifetime and construction time (Issue [#257])
- Sped up parameter and constraint construction by removing time step encoder-decoder (Issue [#362])
Beginning of versioning.
- Internal calculation of haversine distance (Issue [#310])
- Retrofitting
- Fix unit handling for singular dimensionality matrices
- Smaller fixes
attributes.json
instead ofattributes.csv
(Issue [#339])energy_system
instead ofsystem_specification
- PWA of conversion factor (Issue [#343])
- Technology-dependent time steps (Issue [#290])
- Don't show plots in tests anymore