Releases: AntaresSimulatorTeam/antares_craft
Releases · AntaresSimulatorTeam/antares_craft
v0.1.8_RC2
- upload renewable thermal matrices method added
- bug fix clusters/{area}/list.ini file was missing
- bug fix for input/thermal/series/{area}/{cluster}/series.txt /data.txt and modulation.txt, wrong path
at cluster creation
v0.1.8_RC1
- bug fixes for missing files when creating area
- wrong properties corrected (spread-unsupplied-energy-cost and spread-spilled-energy-cost)
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
Miscellaneous
- Add project requirements inside
pyproject.toml
to use the package as is #40 by @MartinBelthle - Add a subfolder
craft
insidesrc
to rename the packageantares.craft
for users #40 by @MartinBelthle - Add
py.typed
file to avoid mypy issues in projects importing the package #41 by @MartinBelthle
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
v0.1.1
update token and bump version to publish on PyPi
v0.1.0
First release of the project