Pypsa

Latest version: v0.31.2

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

Scan your dependencies

Page 3 of 17

0.26.2

What's Changed
* bugfix for StorageUnit spillage variables in linopy by fneum in https://github.com/PyPSA/PyPSA/pull/813


**Full Changelog**: https://github.com/PyPSA/PyPSA/compare/v0.26.1...v0.26.2

0.26.1

What's Changed
* remove numexpr version constraint by metab0t in https://github.com/PyPSA/PyPSA/pull/800
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/801
* turn `n_mod` output into float by fneum in https://github.com/PyPSA/PyPSA/pull/803
* remove `n_mod` output attribute by fneum in https://github.com/PyPSA/PyPSA/pull/804
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/808
* fix nan in aggregateoneport by lisazeyen in https://github.com/PyPSA/PyPSA/pull/809
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/PyPSA/PyPSA/pull/811
* strict pandas types by martacki in https://github.com/PyPSA/PyPSA/pull/806
* mga: correctly read in string-based optimisation sense by fneum in https://github.com/PyPSA/PyPSA/pull/812

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

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

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

Page 3 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.