v0.1.2
Features
- feat(api): add read method for thermal, renewable and st_storage #13 by @mehdiwahada
- feat(matrices): add read method inside api + refactor classes #17 by @MartinBelthle
- feat(local): add several error messages when trying to create an element that already exists #18 by @Sigurd-Borge
- feat(local): add get_load method #19 by @killian-scalian
- feat(api): add read hydro method #20 by @mehdiwahada
- feat(local): add renewable reading + various matrix reading #21 by @killian-scalian
- feat(api): add create_variant methods #26 by @salemsd
- feat(local): add Thermal reading #29 by @killian-scalian
- feat(local): add local integration test #31 by @Sigurd-Borge
- feat(local): add Links reading #30 by @killian-scalian
- feat(api): handle link matrices #34 by @mehdiwahada
- feat(api): add possibility to run study simulations #35 by @salemsd
- feat(api): add outputs class #37 by @salemsd
Refactoring
- refactor(study): remove ini_file from study #23 by @MartinBelthle
- ci(lint): forbid wrong typing inside the CI #24 by @Sigurd-Borge
- refactor(bc): BindingConstraint service refactored #25 by @vargastat
- refactor(links): [REFACTO] Link created using area names instead of Area objects #27 by @vargastat
- refactor(link): parameter existing_areas removed from create_link method #28 by @vargastat
- refactor(local): hide local implementation from constraints model #32 by @salemsd
Fix
- fix(link): use area ids instead of names to avoid several issues #33 by @vargastat
- fix(thermal): Fix key_error issue #36 by @killian-scalian