Pypsa

Latest version: v0.28.0

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

Scan your dependencies

Page 2 of 14

0.26.0

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/744
* Attrs dtype warning/errors by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/739
* fix typo in release_notes.rst by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/747
* Add dynamic ramp rates for generators and links by PeterKlein11 in https://github.com/PyPSA/PyPSA/pull/736
* Sourcery refactored master branch by sourcery-ai in https://github.com/PyPSA/PyPSA/pull/748
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/753
* statistics: add bus_carrier argument by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/752
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/756
* statistics: fix snapshot weighting for multi invest in aggregate_time by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/758
* Fix globalconstraints in a multiperiod context by coroa in https://github.com/PyPSA/PyPSA/pull/761
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/764
* Add "Shape" component by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/755
* abstract: eventually use objective expression by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/768
* Fixes to multi-decade optimisations by coroa in https://github.com/PyPSA/PyPSA/pull/770
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/773
* adjust plotting function by p-glaum in https://github.com/PyPSA/PyPSA/pull/774
* Fix multi-horizon UC by PeterKlein11 in https://github.com/PyPSA/PyPSA/pull/763
* plot: ensure all bus coordinates are kept for referencing by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/775
* Fix dynamic ramp rates for multi horizon by PeterKlein11 in https://github.com/PyPSA/PyPSA/pull/776
* init: add statistics module by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/778
* bugfix for 779 by fneum in https://github.com/PyPSA/PyPSA/pull/784
* add Python 3.12 to CI by fneum in https://github.com/PyPSA/PyPSA/pull/754
* Add modularity to components by enricogiglio in https://github.com/PyPSA/PyPSA/pull/666
* adding save_crs functions by drifter089 in https://github.com/PyPSA/PyPSA/pull/769
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/786
* And notes on MWE to documentation by euronion in https://github.com/PyPSA/PyPSA/pull/789
* Fix rolling horizon bug in unit commitment by p-glaum in https://github.com/PyPSA/PyPSA/pull/780
* Fix stand_by_cost implementation in optimization by cfvescovo in https://github.com/PyPSA/PyPSA/pull/793
* prepare release 0.26.0 by fneum in https://github.com/PyPSA/PyPSA/pull/794

New Contributors
* PeterKlein11 made their first contribution in https://github.com/PyPSA/PyPSA/pull/736
* sourcery-ai made their first contribution in https://github.com/PyPSA/PyPSA/pull/748
* drifter089 made their first contribution in https://github.com/PyPSA/PyPSA/pull/769
* cfvescovo made their first contribution in https://github.com/PyPSA/PyPSA/pull/793

**Full Changelog**: https://github.com/PyPSA/PyPSA/compare/v0.25.2...v0.26.0

0.25.2

What's Changed
* update example url: pypsa.org -> pypsa.readthedocs.io by sjvrijn in https://github.com/PyPSA/PyPSA/pull/704
* io: first typecast to float32, then set compression encoding by fneum in https://github.com/PyPSA/PyPSA/pull/710
* limit numexpr version to 2.8.4 by fneum in https://github.com/PyPSA/PyPSA/pull/714
* add example for statistics module by p-glaum in https://github.com/PyPSA/PyPSA/pull/707
* extend doc for multi-decade optimisation by lisazeyen in https://github.com/PyPSA/PyPSA/pull/712
* optional nice carrier names in statistics by p-glaum in https://github.com/PyPSA/PyPSA/pull/715
* update userlist by pz-max in https://github.com/PyPSA/PyPSA/pull/725
* Fix docs by pz-max in https://github.com/PyPSA/PyPSA/pull/723
* repair CI by pz-max in https://github.com/PyPSA/PyPSA/pull/726
* linopt: Fix for the use of solver_options for cbc & glpk by lukasnacken in https://github.com/PyPSA/PyPSA/pull/706
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/729
* Update glc transmission constraint by lisazeyen in https://github.com/PyPSA/PyPSA/pull/721
* address linopt bug report (closes 732) by fneum in https://github.com/PyPSA/PyPSA/pull/733
* Add stochastic problem example into docs by Irieo in https://github.com/PyPSA/PyPSA/pull/731
* assign_duals: don't overwrite existing values by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/740
* Fix nice_name bug in statistics and improve documentation by p-glaum in https://github.com/PyPSA/PyPSA/pull/742

New Contributors
* sjvrijn made their first contribution in https://github.com/PyPSA/PyPSA/pull/704
* lukasnacken made their first contribution in https://github.com/PyPSA/PyPSA/pull/706

**Full Changelog**: https://github.com/PyPSA/PyPSA/compare/v0.25.1...v0.25.2

0.25.1

What's Changed
* Bug fix multilink handle by lisazeyen in https://github.com/PyPSA/PyPSA/pull/682
* Spatial cluster refactor by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/684
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/685
* optimization: remove committable assets from set of fixed assets in ramp limit constraints by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/686
* statistics: fix division in cf calculation when not aggregating time by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/687
* Assign duals by lisazeyen in https://github.com/PyPSA/PyPSA/pull/635
* Subsitute miniconda with micromamba for CI by euronion in https://github.com/PyPSA/PyPSA/pull/688
* Linearised UC additional constraints only if cost equal by lisazeyen in https://github.com/PyPSA/PyPSA/pull/690
* add warning for lienarized UC by lisazeyen in https://github.com/PyPSA/PyPSA/pull/692
* try statement in variable assignment by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/693
* clustering: fix column selection in aggregateoneport by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/696
* optimize: improve logging when performing rolling horizon by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/695
* abstract: rolling horizon, print propper snapshots in logger info by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/697
* optimize: rolling horizon: fix logging printout for failed optimization by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/699
* clustering: allow clustering component attributes which are both static and dynamic by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/700
* follow-up: default multilinks, default efficiencies and style of comp… by fneum in https://github.com/PyPSA/PyPSA/pull/701
* follow-up: auto-override component attrs when importing from file by fneum in https://github.com/PyPSA/PyPSA/pull/702
* prepare release 0.25.1 by fneum in https://github.com/PyPSA/PyPSA/pull/703


**Full Changelog**: https://github.com/PyPSA/PyPSA/compare/v0.25.0...v0.25.1

0.25.0

What's Changed
* Add option to aggregate carriers in specific buses by LukasFrankenQ in https://github.com/PyPSA/PyPSA/pull/649
* fix aggregate_buses argument by p-glaum in https://github.com/PyPSA/PyPSA/pull/662
* Update README.md by fneum in https://github.com/PyPSA/PyPSA/pull/667
* Add stand-by cost by enricogiglio in https://github.com/PyPSA/PyPSA/pull/659
* clustering: take generator strategies for time-series into account by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/670
* bugfix: calculation of storage unit marginal cost by fneum in https://github.com/PyPSA/PyPSA/pull/671
* optimize: add rolling horizon function by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/668
* handle multilinks on the fly by fneum in https://github.com/PyPSA/PyPSA/pull/669
* add frontend MGA function by fneum in https://github.com/PyPSA/PyPSA/pull/672
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/676
* remove deprecated networkclustering module by fneum in https://github.com/PyPSA/PyPSA/pull/675
* Spatial cluster refactor by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/673
* remove ancient examples by fneum in https://github.com/PyPSA/PyPSA/pull/674
* clustering: follow-up, renenable strategies of non-default columns by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/677
* statistics: add function to group by country and carrier by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/678
* Disable Compression per default by FabianHofmann in https://github.com/PyPSA/PyPSA/pull/679
* prepare release 0.25 by fneum in https://github.com/PyPSA/PyPSA/pull/681

New Contributors
* LukasFrankenQ made their first contribution in https://github.com/PyPSA/PyPSA/pull/649
* enricogiglio made their first contribution in https://github.com/PyPSA/PyPSA/pull/659

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

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

Page 2 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.