Added
- Tests for the module B0 (140, 255)
- Tests for the module A1 (141)
- Tests for the module E3 (143)
- Tests for the module F0 (142, 304, 335)
- Some tests for E2 (144)
- Tests function names for E1 (145)
- Tests for the module E0 (146)
- Tests for module D2 (147)
- Some tests for module C0 (148)
- Tests for the module D1 (still - partly - open: transformers, sources. finished: sinks, storages, other functions) (149)
- Tests for the module D0 (150)
- Tests for module C2 (151)
- Tests for the module C1 (only used function) (152)
- Tests for module F1 (157, 297, 284)
- Pull request template (198)
- Issue template (212)
- File `troubleshooting.rst` to readthedocs (229)
- File `simulating_with_the_mvs.rst` to readthedocs: How to use the input files (csv/json) (130), how to create an own simulation/project
tipps for module building, and hint that units in the MVS are not checked (229)
- Images for `simulating_with_the_mvs.rst`: images/energy_system.png, images/energy_system_model
.png, images/folder_structure_inputs.png (229)
- Tables for `simulating_with_the_mvs.rst`: files_to_be_displayed/example_multiple_inputs_energyConversion.csv
, files_to_be_displayed/example_scalar_as_timeseries_energyConversion.csv (229)
- Benchmark test for csv inputs (254)
- Benchmark test with only PV and grid (258)
- Module F2 for auto-reporting results of MVS simulation (232)
- Json entries including paths to all plotted graphs (232)
- Technical parameters: Energy flows (aggregated) per asset, Renewable share (223, 257)
- Save network graph as png to output folder if new parameter `store_nx_graph` is true (242)
- Tests for storage for the module A1 (299)
- Benchmark test with only battery and grid (302)
- Flowchart and relative description (305)
- Reference to license (305)
- Description of validation scheme into readthedocs (306)
- Possibility to save the report generated in F2 as a pdf (284)
- Possibility to run benchmark tests selectively and make sure they are all run on master branch
(320)
- Possibility to deploy the report of the results in a browser (323)
- A main() function to be used by a server which only accepts json variable and returns json
variable (not saving to a file) (327)
- Add information about the feature to view the web app and generate PDF of the automatic report to readthedocs (283)
Changed
- Default input files from "inputs": Changed some parameters (143)
- Moved some functions between F0 and F1, rearranged functions in F1 (157)
- Shore power randomization improved + amount of available docks can be chosen (202)
- Update kwargs of main func in docstring and in documentation (208)
- `troubleshooting.rst`: Added help for `pygraphviz` (218), `xlrd` (11), `json.decoder.JSONDecodeError` (206)
- FileNotFoundError messages in A0 (227)
- Update json file `mvs_config.json`: Default with no peak demand pricing. Replace string "False" by boolean `false`. Remove depreciated parameters from `simulation_settings`(`input_file_name`, `overwrite`, `path_input_file`, `path_input_folder`, `path_input_sequences`, `path_output_folder`, `path_output_folder_inputs`) (234)
- Renamed `plot_nx_graph` to `display_nx_graph` and added `store_nx_graph` (242)
- Variables `required_files_list` and `ALLOWED_FILES` have been replaced by `REQUIRED_FILES` (251)
- The columns of the storage_xx files are renamed and the specific parameters for each column are
checked in A1 (259)
- Possibility to move the json file after reading it (useful if json file created from csv files
) (255)
- Call timeseries plot function for each bus (278)
- The input from the csv files produce the same json than the json file (286)
- Rename "storage" parameter in A1 and tests_A1 to "asset_is_a_storage" (300)
- Serialize the DataFrame and arrays into the json_with_results.json (304)
- Convert serialized DataFrame and arrays back into these types in the B0.load_json function
(304, 322, 326)
- Move the CSS styling code to a style sheet (317)
- Change the input data for creating the dataframes for generating the optimization and costs' tables from xlsx file to json (317)
- Rename mvs_eland_tool/mvs_eland_tool.py --> mvs_eland_tool/local_deploy.py (327)
- Now main (local use) and run_simulation (server use) are available in mvs_eland_tool package
(327)
Removed
- Removed parameter `oemof_file_name` from `simulation_settings.csv`, as well as from all input
files etc. The name is hardcoded now (150)
Fixed
- Fix naming error for storages (166)
- Fix json file (203)
- Delete duplicated entry of `plot_nx_graph` from json file (209)
- Rename "boolean" to "bool" in example json file (214)
- Fix searching for dict key "input_bus_name" (210) and using input_name instead of output_name (219)
- Fix plotting error in F1, plot only if Data frame is not empty (230, 234)
- Benchmark test that the simulation is running with default settings (254)
- Fix specific parameters for each storage column (259)
- Overwrite local results when running through brenchmark tests (260)
- Allow more than one separator for csv files(263)
- Fix plotting pie chart for costs, if statement added if no costs are available (267)
- Fix long label resulting from total project costs (270)
- Bug when the output path had contained an unexisting folder within an unexisting folder it
would return an error (278)
- Display SOC (278)
- Automatic update of the test coverage with coveralls.io (307)
- Logging message for maximumCap value (310)
- Create_app function in F0 for standalone execution (317)
- Crashing evaluation when `evaluated_period < 365/peak_demand_pricing_periods` by raising an
error (331)