Releases: AntaresSimulatorTeam/GemsPy
Releases · AntaresSimulatorTeam/GemsPy
v0.0.5
What's Changed
- feat(input-system): load input system into memory from provided path by @dusanparipovic in #177
- feat(release): bump version to 0.0.5 in pyproject.toml by @dusanparipovic in #178
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- removed pypsa -> gems converter and related files
- removed antares legacy models -> gems and related files
v0.0.2
What's Changed
- Repository initialization by @sylvlecl in #1
- Addition of models design directory by @sylvlecl in #3
- Ports review by @sylvlecl in #7
- Add new systems with electrolyzers by @tbittar in #4
- Models/objective functions by @Juliette-Gerbaux in #8
- Add new systems involving stock constraints by @tbittar in #5
- Models/generalize drawings to n inputs by @Juliette-Gerbaux in #16
- Feature/improve output value with tolerance by @ianmnz in #14
- Feature/ant 958 by @ianmnz in #12
- See #18 Refactor tests to separate functional, ut and integration by @ianmnz in #19
- Fix typos in models by @tbittar in #21
- Add reserve model by @tbittar in #6
- Feature/ant 1267 by @ianmnz in #22
- Correct electrolyzer model typos by @tbittar in #26
- Add models representing binding constrains by @Juliette-Gerbaux in #25
- Add flow-based models by @Juliette-Gerbaux in #23
- Model library format parsing by @sylvlecl in #11
- test Quota CO2 by @Yann-Temudjin in #17
- Test case for AC link and PST models by @sylvlecl in #2
- Model test yaml by @Yann-Temudjin in #29
- Models/add new model by @Juliette-Gerbaux in #30
- Upgrade ortools in requirements by @tbittar in #32
- Yaml for components by @vargastat in #37
- Performance test: check deep AST using sum() operator by @ianmnz in #34
- add yaml test by @ChouaneLouis in #35
- Short term storage complex by @Yann-Temudjin in #27
- Add scenario benders test by @ianmnz in #46
- Fix mypy by @Juliette-Gerbaux in #47
- Feature: run prototype with command line tool by @ChouaneLouis in #36
- Scenarization by @ChouaneLouis in #38
- Remove concept of "instances" by @sylvlecl in #53
- Addition operand as a list of nodes by @sylvlecl in #55
- Support for complex parameters expressions in time operators by @sylvlecl in #54
- Yaml converter - first iteration by @killian-scalian in #56
- Rename input components to input study by @tbittar in #58
- Add Antares historic model library configuration by @tbittar in #57
- contrib: Add renewable conversion to yaml components by @killian-scalian in #59
- contrib: Add load, solar, wind conversion to yaml components by @killian-scalian in #60
- contrib: Add Links conversion to yaml components by @killian-scalian in #61
- contrib: Add main, logger and conf to the input_converter by @killian-scalian in #62
- Change field names in yaml files for compatibility with cxx version by @tbittar in #64
- Rename 'study' to 'system' in YAML components for consistency by @tbittar in #65
- Allow to set class attributes by alias or field name by @tbittar in #66
- contrib: Finish thermal components, setup end to end test by @killian-scalian in #63
- Update Expr.g4 by @a-zakir in #68
- Add short-term storage to antares-historic lib by @tbittar in #67
- Update grammar by @a-zakir in #71
- Contrib refacto antares craft by @killian-scalian in #72
- Update short term storage model by @tbittar in #73
- Fix time eval copy, add test by @tbittar in #77
- Components refers to models of a specific lib by @tbittar in #75
- Rename variable-type for consistency with the Antares C++ modeler by @tbittar in #79
- Clarify structure of test data directories by @tbittar in #78
- Modifying ST storage in Antares_Historic + creating reference_models … by @aoustry in #80
- Update CI workflow to use Ubuntu 22.04 by @tbittar in #82
- Add st storage to input converter w tests by @killian-scalian in #83
- Multi period expansion planning by @tbittar in #20
- Clarify expressions unit tests organisation by @tbittar in #86
- Reorganize tests by @tbittar in #87
- Andromede V1 model validation by @aoustry in #89
- Update grammar for consistency with C++ by @tbittar in #90
- Refactorization thermal data preprocessing with its tests by @killian-scalian in #91
- Reorganize e2e/models tests by @tbittar in #93
- contrib - bump antares craft v0.2.6 for input_converter by @killian-scalian in #94
- Initialize docs by @tbittar in #96
- End to end test refactorization for input converter by @killian-scalian in #95
- Initiating the PyPSA>Andromede converter by @aoustry in #92
- PyPSA converter: adding yml models for Generators, StorageUnits, Store by @aoustry in #99
- Config file for complex modeling artifacts conversion by @aoustry in #98
- Fix/improve cc config format by @tbittar in #100
- Deleting one false and one redundant bound in the Antares Link model by @aoustry in #102
- Contrib input_converter - update battery by @killian-scalian in #104
- Doc/readme by @aoustry in #103
- PyPSA GlobalConstraints + Authorizing LB=UB by @aoustry in #105
- PyPSA converter : managing "extendable" objects by @aoustry in #107
- Doc/structure by @aoustry in #106
- Doc/improvement by @aoustry in #108
- Update README.md by @aoustry in #109
- Doc/fix by @aoustry in #111
- Contrib bc input converter by @killian-scalian in #101
- Pypsa e2e tests by @aoustry in #114
- Remove reference to andromede in favor of Gems by @tbittar in #115
- Update pypsa_models.yml by @aoustry in #117
- Templates for load, renewable, link conversion by @tbittar in #119
- Models configuration update by @killian-scalian in #120
- Feature/update model config by @tbittar in #121
- Short term storage config by @tbittar in #123
- Refactor battery configuration in YAML file to include object-propert… by @tbittar in #124
- Feature/simulation table13082025 by @aalzoobi in #125
- Update wind / load / solar model i...