Pypsa

Latest version: v0.31.2

Safety actively analyzes 685838 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 17

0.24.0

What's Changed
* deprecate `n.lopf()` in favour of `n.optimize()` by fneum in https://github.com/PyPSA/PyPSA/pull/630
* move networkclustering module to clustering.spatial by fneum in https://github.com/PyPSA/PyPSA/pull/628
* add warning for duals not assigned by lisazeyen in https://github.com/PyPSA/PyPSA/pull/633
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/636
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/640
* opt: fix attr setter for pyomo versions >= 6.6 by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/644
* Feature/snapshot weights by martinhjel in https://github.com/PyPSA/PyPSA/pull/641
* `assign_duals`: add storage consistency equations by fneum in https://github.com/PyPSA/PyPSA/pull/645
* Add missing market_value reference by euronion in https://github.com/PyPSA/PyPSA/pull/646
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/647
* losses: handle transformers correctly by fneum in https://github.com/PyPSA/PyPSA/pull/650
* Update to linopy v0.2 by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/653
* correct sign in linearized UC by lisazeyen in https://github.com/PyPSA/PyPSA/pull/652
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/654
* Add deprecation warning to networkclustering module by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/642
* add quadratic marginal cost for stores and storage units by fneum in https://github.com/PyPSA/PyPSA/pull/655
* add time-resolved energy balance to statistics module by p-glaum in https://github.com/PyPSA/PyPSA/pull/648
* Prepare release v0.24 by fneum in https://github.com/PyPSA/PyPSA/pull/656

New Contributors
* martinhjel made their first contribution in https://github.com/PyPSA/PyPSA/pull/641

**Full Changelog**: https://github.com/PyPSA/PyPSA/compare/v0.23.0...v0.24.0

0.23.0

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/565
* io: Avoid changing axis names on export by coroa in https://github.com/PyPSA/PyPSA/pull/564
* Fix-up of "Avoid changing axis names on io exports" by coroa in https://github.com/PyPSA/PyPSA/pull/567
* statistics: sum as default for opex, curtailment, supply, withdrawal,… by fneum in https://github.com/PyPSA/PyPSA/pull/568
* io: add functionality to read .nc and .h5 files from URL by fneum in https://github.com/PyPSA/PyPSA/pull/569
* transpose rhs for check if empty by lisazeyen in https://github.com/PyPSA/PyPSA/pull/573
* plot: restore compatibility with older matplotlib versions by fneum in https://github.com/PyPSA/PyPSA/pull/570
* networkclustering: include lifetime and build_year in clustering by fneum in https://github.com/PyPSA/PyPSA/pull/571
* Fix preservation of non-aggregated time-dependent variables by koen-vg in https://github.com/PyPSA/PyPSA/pull/576
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/579
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/584
* optimize: correct filter marginal cost by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/589
* doc: fix link to Calliope by lumbric in https://github.com/PyPSA/PyPSA/pull/587
* time-varying efficiencies and standing losses for all components by fneum in https://github.com/PyPSA/PyPSA/pull/572
* add unit commitment for links by fneum in https://github.com/PyPSA/PyPSA/pull/582
* adjust coding style to pep and flake8 conventions by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/590
* update examples to linopy framework by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/591
* optimize: introduce solver_options argument by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/595
* Update optimization section to linopy framework by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/594
* doc: fix two links to related projects by lumbric in https://github.com/PyPSA/PyPSA/pull/597
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/596
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/600
* Fix a bug in network clustering for networks with a lot of isolated nodes by ekatef in https://github.com/PyPSA/PyPSA/pull/599
* bugfixes for native implementation of unit commitment for links by nworbmot in https://github.com/PyPSA/PyPSA/pull/602
* fix typo: cots -> costs by loongmxbt in https://github.com/PyPSA/PyPSA/pull/605
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/608
* Set up support section in docs by energyLS in https://github.com/PyPSA/PyPSA/pull/612
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/613
* remove outdated website directory by fneum in https://github.com/PyPSA/PyPSA/pull/615
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/616
* global constraint: remove hard coded carrier mapping by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/617
* add option for zlib compression in .nc file exports by fneum in https://github.com/PyPSA/PyPSA/pull/583
* global_constraint: add operational limit constraint by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/618
* Add transmission loss approximation for `n.lopf()`. by fneum in https://github.com/PyPSA/PyPSA/pull/462
* prepare release 0.23 by fneum in https://github.com/PyPSA/PyPSA/pull/629

New Contributors
* lumbric made their first contribution in https://github.com/PyPSA/PyPSA/pull/587

**Full Changelog**: https://github.com/PyPSA/PyPSA/compare/v0.22.1...v0.23.0

0.22.1

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/553
* remove duplicated linopy in env by lisazeyen in https://github.com/PyPSA/PyPSA/pull/556
* optimize: speed up large model creation by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/557
* Update network map plot by amanmajid in https://github.com/PyPSA/PyPSA/pull/540
* plot: apply add artist on figure instead of axis by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/560
* Allow to draw half circles for positive and negative values separately by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/559
* Plot split circles by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/561

New Contributors
* amanmajid made their first contribution in https://github.com/PyPSA/PyPSA/pull/540

**Full Changelog**: https://github.com/PyPSA/PyPSA/compare/v0.22.0...v0.22.1

0.22.0

What's Changed
* Fix linopy implementation of nominal capacity per-bus/carrier constraints by coroa in https://github.com/PyPSA/PyPSA/pull/524
* Add max_relative_growth as a carrier based global constraint by coroa in https://github.com/PyPSA/PyPSA/pull/521
* Fix copying nominal optimal capacities by coroa in https://github.com/PyPSA/PyPSA/pull/527
* Fix warning for missing max growth implementation in native optimization by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/528
* constraints.py: fix multiindex in groupby alternative by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/529
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/525
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/530
* optimization: fix postprocessing with different index type (with links) by toby-coleman in https://github.com/PyPSA/PyPSA/pull/534
* Bump linopy version to 0.1.1 by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/535
* plot: allow independent control of arrow size and branch width by fneum in https://github.com/PyPSA/PyPSA/pull/532
* add python 3.11 to CI by fneum in https://github.com/PyPSA/PyPSA/pull/502
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/539
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/543
* plot: add alpha functionality for line, link, transformer by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/546
* address different warnings by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/548
* components: disable dtype checks per default by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/547
* prepare release 0.22 by fneum in https://github.com/PyPSA/PyPSA/pull/550

New Contributors
* toby-coleman made their first contribution in https://github.com/PyPSA/PyPSA/pull/534

**Full Changelog**: https://github.com/PyPSA/PyPSA/compare/v0.21.3...v0.22.0

0.21.3

What's Changed
* Update linopf.py by TimFuermann in https://github.com/PyPSA/PyPSA/pull/515
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/516
* Update power-to-gas-boiler-chp examples to linopy by coroa in https://github.com/PyPSA/PyPSA/pull/504
* constraints.py: circumvent xarray groupby with multiindex by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/522
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/519
* Fix HiGHS parsing for HiGHS v1.4.0 by gailin-p in https://github.com/PyPSA/PyPSA/pull/501
* Add a standard line type to represent DC lines by ekatef in https://github.com/PyPSA/PyPSA/pull/517

New Contributors
* TimFuermann made their first contribution in https://github.com/PyPSA/PyPSA/pull/515
* gailin-p made their first contribution in https://github.com/PyPSA/PyPSA/pull/501
* ekatef made their first contribution in https://github.com/PyPSA/PyPSA/pull/517

**Full Changelog**: https://github.com/PyPSA/PyPSA/compare/v0.21.2...v0.21.3

0.21.2

What's Changed
* fix: fix typo sig->sign by loongmxbt in https://github.com/PyPSA/PyPSA/pull/494
* add models and user meeting video to docs by pz-max in https://github.com/PyPSA/PyPSA/pull/495
* Implement linearised unit commitment by p-glaum in https://github.com/PyPSA/PyPSA/pull/472
* Fix save network bug introduced by linearized unit commitment implementation by p-glaum in https://github.com/PyPSA/PyPSA/pull/497
* consistency_check: allow empty strings in multilink columns by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/500
* flake8 and pylint fixes by bje- in https://github.com/PyPSA/PyPSA/pull/453
* add dutch nuclear study for ministry by pz-max in https://github.com/PyPSA/PyPSA/pull/508
* Update users.rst by robbiemorrison in https://github.com/PyPSA/PyPSA/pull/509
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/510
* fix broken import with pyomo 6.4.3 by maurerle in https://github.com/PyPSA/PyPSA/pull/512

New Contributors
* loongmxbt made their first contribution in https://github.com/PyPSA/PyPSA/pull/494
* bje- made their first contribution in https://github.com/PyPSA/PyPSA/pull/453
* robbiemorrison made their first contribution in https://github.com/PyPSA/PyPSA/pull/509
* maurerle made their first contribution in https://github.com/PyPSA/PyPSA/pull/512

**Full Changelog**: https://github.com/PyPSA/PyPSA/compare/v0.21.1...v0.21.2

Page 4 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.