You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,59 @@ Here is a template for new release sections
19
19
-
20
20
```
21
21
22
+
## [0.5.4] - 2020-12-18
23
+
24
+
### Added
25
+
- Updated release protocol with info on credentials for test.pypi.org (step 9) and added "Fixed" to unreleased section of changelog.md in release protocol (#695)
26
+
- Added information about the API to the docs (#701)
27
+
- Added CO2 emission factors in the section `Model_Assumption.rst` (#697, #735)
28
+
- Added `energyBusses.csv` in RTD (#678)
29
+
- Add and link `rewableAsset` as parameter in RTD, specifically `MVS_parameters.rst` and `MVS_parameters_list.csv` (#710)
30
+
- Parameter `emission_factor` to `energyProduction` and `energyProviders` and to rtd (`MVS_parameters.rst` and `MVS_parameters_list.csv`) (#706)
31
+
- Parameter `total_emissions` in kgCO2eq/a to `constraints.csv` (#706)
32
+
- Constant variables `TOTAL_EMISSIONS` and `SPECIFIC_EMISSIONS_ELEQ` for emission KPIs, `MAXIMUM_EMISSIONS` for emission constraint and `UNIT_EMISSIONS` and `UNIT_SPECIFIC_EMISSIONS` for unit definitions (#706)
33
+
- Calculation of total emissions per production asset in `E3.calculate_emissions_from_flow()`, which are added to `KPI_SCALARS_DICT` (#706)
34
+
- KPI "Total emissions" in kgCO2eq/a per production asset (`E3.add_total_emissions()`) and KPI "Specific emissions per electricity equivalent" in kgCO2eq/kWheleq (`E3.add_specific_emissions_per_electricity_equivalent()`) (#706)
35
+
- Tests for functions `E3.calculate_emissions_from_flow()`, `E3.add_specific_emissions_per_electricity_equivalent()`) and `E3.add_total_emissions()` (#706)
36
+
- Added `emisson_factor` of providers to automatic source for providers in `C0.define_source()` and adapted tests (#706)
37
+
- Added information on calculation of total emissions in RTD in Simulation Outputs section (#706)
38
+
- Parameter `maximum_emissions` (`MAXIMUM_EMISSIONS`) to `constraints.csv`, unit: kgCO2eq/a (#706)
39
+
- Maximum emission constraint by `D2.constraint_maximum_emissions()` to `D2.add_constraints()` using `oemof.solph.constraints.emission_limit()`, also added tests (#714, #706)
40
+
- Benchmark test for maximum emission constraint in `test_benchmark_constraints.py` (#714, #706)
41
+
- Information on maximum emissions constraint to RTD, including help for the end-user to define the value for this constraint (#714, #706)
42
+
- A logging.warning (`C1.check_feasibility_of_maximum_emissions_constraint()`) if `maximum_emissions` constraint is used but no asset with zero emissions is optimized without maximum capacity constraint, also added tests (#714, #706)
43
+
- A logging.warning (`C1.check_emission_factor_of_providers()`) in case any of the providers has a renewable share of 100 % but an emission factor > 0, also added tests (#714, #706)
44
+
- Info on maximum emissions constraint benchmark test to RTD (#714, #706)
45
+
- Verification for maximum emissions contraint in `E4.maximum_emissions_test()`, also added tests (#714, #706)
46
+
47
+
### Changed
48
+
- Benchmark test for investment model (`Test_Economic_KPI.test_benchmark_Economic_KPI_C2_E2`): Expand test to LCOE as well as all all other system-wide economic parameters, transpose `test_data_economic_expected_values.csv`, change `test_data_economic_expected_values.xls` (#613)
49
+
- Adapt pre-processing for investment benchmark tests into a seperate function (#613)
50
+
-`COST_REPLACEMENT` is now a parameter that is included in output cost matrix (#613)
51
+
- Improved `Code.rst` for RTD code documentation (#704)
52
+
- All `.py` files to add a module description for RTD on top (#704)
53
+
- Converted `README` from `.md` to` .rst` format and updated `Installation.rst` file (#646)
54
+
- Updated `setup.py` to use the rst formatted README file
55
+
- Changed `C0.energyStorage()` for timeseries in storage parameters (hotfix) (#720)
56
+
- Input files and benchmark test `test_benchmark_special_features.Test_Parameter_Parsing()`: Now also including timeseries in a storage component (#723)
57
+
- Adapted `E0` tests to new parameter `emission_factor` (#706)
58
+
- Adapted all test inputs and json files and the input template, adding `emission_factor` (`energyProduction`, `energyProviders`) and `maximum_emissions` (`constraints.csv`) (#706)
59
+
60
+
### Removed
61
+
- Removed `README.md` in favour of `README.rst` (#646)
62
+
63
+
### Fixed
64
+
- Decreased warnings of RTD compilation drastically (#693)
65
+
- Use current version number as defined in `version.py` for RTD (#693)
66
+
- Added storage to the table in autoreport listing the energy system components (#686)
0 commit comments