* [ENG-2082] fix bugs when dumping model to json and reloading into model (151) edwardxtg * fix pathing (150) amanmajid * [ENG-1744] tz-solve build trigger (149) ollie-bell * Fix non optimal termination objective value (148) ollie-bell
:rocket: Features
* Add a more relevant example model (92) amanmajid
0.0.15
Changes Memory performance has been improved by using the argument drop=True on the masks of storage linopy linear expressions.
* [ENG-1694]: Fix storage memory (147) ollie-bell * [ENG-1675] Add validation to check residual_capacity < capacity_gross_max (144) edwardxtg * [ENG-1534] Remove redundant validation from region class (140) edwardxtg * [ENG-1518] update solution handling and documentation (139) edwardxtg * feat: ability to specify any linopy solve argument in solve (138) ollie-bell
0.0.14
Changes
Added renewable generation targets and flags to restrict storage charge/discharge balancing to within either 1 day or 1 year.
* Stg daily add (135) edwardxtg * [ENG-1502] Add re targets (137) edwardxtg * Use cloudpathlib if installed to load yaml directly from cloud object storage (134) ollie-bell * [Eng-1446] fix growth rate constraint (133) edwardxtg
0.0.13
Changes
* Noticket mincapacityfactors (132) djwels * Add check if ":" included in id (130) edwardxtg
0.0.12
Changes
* Update json_dict_to_dataframe delimiter to ":" rather than "-" to avo… (129) edwardxtg * No ticket: update trade operational_life to operating_life, and update docs (128) edwardxtg * fix: github urls were missing a dash (127) silky
0.0.10
Changes
Correct bug on trade route
* Updated trade capacity constraints to include TradeRoute (126) abhishek0208