https://github.com/PyPSA/PyPSA

sort by:
Revision Author Date Message Commit Date
b6f88f0 test: add test for two-fold nodal-balance constraint 17 January 2023, 13:27:42 UTC
c112954 Merge branch 'master' into bump-linopy-version 17 January 2023, 12:37:52 UTC
f335197 ci-conda: set auto-activate to false 17 January 2023, 12:28:15 UTC
c67f03a ci-conda: bump miniconda setup 17 January 2023, 12:13:12 UTC
261d4fd update release notes 17 January 2023, 10:56:22 UTC
caae61c update linopy examplex notebooks 17 January 2023, 10:54:26 UTC
297df51 optimization: fix postprocessing with different index type (with links) (#534) * Fix datetime bug * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: Toby Coleman <tcoleman@stateraenergy.co.uk> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> 17 January 2023, 08:50:12 UTC
e0839f9 bump python version to >= 3.8 16 January 2023, 22:41:03 UTC
820fd78 optimize: better wrap function in the OptimizationAccessor 16 January 2023, 22:03:52 UTC
da7a7dd constraints: reenable pandas version < 1.4 16 January 2023, 19:09:36 UTC
5a30b9d bump to linopy version 0.1.1 16 January 2023, 13:04:02 UTC
b17d99c optimize: separate nodal balance constraint for strongly meshed buses 15 January 2023, 19:19:19 UTC
eae034c add TH Köln as user 12 January 2023, 17:22:52 UTC
63de500 optimization: align with new behviour of linopy 12 January 2023, 14:24:34 UTC
e735d44 optimization: adjust linopy accessors 10 January 2023, 14:17:03 UTC
d764811 Merge pull request #530 from PyPSA/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate 27 December 2022, 06:48:02 UTC
1126c6a [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: v5.11.3 → 5.11.4](https://github.com/PyCQA/isort/compare/v5.11.3...5.11.4) 26 December 2022, 21:14:35 UTC
469680d [pre-commit.ci] pre-commit autoupdate (#525) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.11.0 → v5.11.3](https://github.com/PyCQA/isort/compare/5.11.0...v5.11.3) - [github.com/PyCQA/docformatter: v1.5.0 → v1.5.1](https://github.com/PyCQA/docformatter/compare/v1.5.0...v1.5.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * linopt.py: update wrong formatted docstring * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * linopt: fix url in docstring Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Fabian Hofmann <hofmann@fias.uni-frankfurt.de> Co-authored-by: Fabian <fab.hof@gmx.de> 21 December 2022, 09:50:04 UTC
3d8e847 constraints.py: fix multiindex in groupby alternative (#529) 20 December 2022, 19:56:35 UTC
66339af linopf: fix warning (#528) global_constraints: reindex lhs like rhs 20 December 2022, 19:32:53 UTC
8a30195 Merge pull request #527 from PyPSA/fix-copying-nominal-optimal-capacities Fix copying nominal optimal capacities 20 December 2022, 12:46:09 UTC
8c3081a Merge branch 'master' into fix-copying-nominal-optimal-capacities 20 December 2022, 12:19:22 UTC
6e9034c Fix copying nominal optimal capacities 20 December 2022, 11:44:27 UTC
af49562 Merge pull request #521 from PyPSA/max-linear-growth Add max_relative_growth as a carrier based global constraint 20 December 2022, 11:02:07 UTC
d3e0ca2 fix test_max_relative_growth_constraint 20 December 2022, 10:43:35 UTC
03e6ee6 Merge branch 'master' into max-linear-growth 20 December 2022, 10:35:30 UTC
4d4f259 Fix linopy implementation of nominal capacity per-bus/carrier constraints (#524) * Fix linopy implementation of nominal capacity per-bus/carrier constraints * Add test and fix per-period constraint * Implement tech_capacity_expansion_limit global constraints * Fix max_growth_test 20 December 2022, 09:29:01 UTC
c7a65fb add release note, add warning to linopf.py 20 December 2022, 09:19:29 UTC
a101c33 Merge branch 'master' into max-linear-growth 20 December 2022, 09:02:23 UTC
0670f3d for release 0.21.3 16 December 2022, 09:26:25 UTC
3ed86cc Add a standard line type to represent DC lines (#517) * Add a custom DC-linetype * Update a DC line type * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix NA value * Improve naming * Fix reference * Add oil-filled HVDC linetype Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Fabian Hofmann <hofmann@fias.uni-frankfurt.de> 14 December 2022, 17:06:55 UTC
46565b9 test: add test for max relative growth constraint 14 December 2022, 16:46:01 UTC
624a244 Merge pull request #501 from gailin-p/master Fix HiGHS parsing for HiGHS v1.4.0 14 December 2022, 15:18:40 UTC
8e7b05e Merge pull request #519 from PyPSA/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate 14 December 2022, 13:08:55 UTC
bc723c4 Merge branch 'master' into master 14 December 2022, 12:56:47 UTC
16a828f Merge branch 'master' into max-linear-growth 14 December 2022, 12:55:43 UTC
78f1da8 Merge branch 'master' into pre-commit-ci-update-config 14 December 2022, 12:54:51 UTC
04d5e0d Merge pull request #522 from PyPSA/fix-xarray-groupby constraints.py: circumvent xarray groupby with multiindex 14 December 2022, 12:40:56 UTC
7ced08a [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 14 December 2022, 12:15:05 UTC
9304331 Merge branch 'master' into fix-xarray-groupby 14 December 2022, 12:14:22 UTC
6970569 constraints.py: circumvent xarray groupby with multiindex 14 December 2022, 12:09:45 UTC
9adafe7 Merge branch 'master' of github.com:gailin-p/PyPSA 13 December 2022, 18:33:27 UTC
5e74ba0 Better solution, works when any field is empty 13 December 2022, 18:33:24 UTC
e7d4151 Merge pull request #504 from PyPSA/update-power-to-gas-boiler-to-linopy Update power-to-gas-boiler-chp examples to linopy 13 December 2022, 16:27:37 UTC
3305c83 Add max_relative_growth as a carrier based global constraint Extends the linopy implementation of the carrier's growth limit by an additional linear term, so that one can allow an expansion growth by 1.5 times what was installed in the investment period before. 13 December 2022, 16:25:30 UTC
72c7b8b [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 12 December 2022, 20:55:44 UTC
f192922 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.10.1 → 5.11.0](https://github.com/PyCQA/isort/compare/5.10.1...5.11.0) - [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0) 12 December 2022, 20:55:26 UTC
38c86e4 add user GIZ 08 December 2022, 09:27:21 UTC
35da5fe Merge pull request #516 from PyPSA/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate 07 December 2022, 15:15:39 UTC
616f8d9 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 05 December 2022, 20:21:09 UTC
23672c0 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.4.0 → v2.5.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.4.0...v2.5.0) 05 December 2022, 20:20:47 UTC
fa9d1ad add code of conduct 02 December 2022, 16:01:10 UTC
f62ec93 test: remove hardcoded cbc call 02 December 2022, 11:08:55 UTC
25c870e Merge branch 'TimFuermann-fix-marginal_cost-timeseries-(linopf)' 01 December 2022, 15:12:11 UTC
457d1aa add test for bug 515 01 December 2022, 15:11:22 UTC
57722ae Update linopf.py While using pyomo = False marginal_cost timeseries that had at least one zero value were dropped. Causing problems with powerplants as marginal costs as timeseries. 01 December 2022, 10:40:54 UTC
e5a0587 prepare release 0.21.2 30 November 2022, 11:10:40 UTC
f517478 Merge pull request #512 from maurerle/patch-1 fix broken import with pyomo 6.4.3 30 November 2022, 05:48:28 UTC
52f994a [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 30 November 2022, 00:54:35 UTC
3b2c903 fix broken import with pyomo 6.4.3 30 November 2022, 00:52:27 UTC
776828f Merge pull request #510 from PyPSA/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate 29 November 2022, 10:38:24 UTC
c980e73 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) 28 November 2022, 21:18:19 UTC
4979243 Merge pull request #509 from robbiemorrison/patch-2 Update users.rst 26 November 2022, 10:20:31 UTC
e2a5474 Update users.rst added missing "of" to "Ministry Economic Affairs and Climate Policy" / just a typo I guess 26 November 2022, 10:07:51 UTC
2970729 Merge pull request #508 from pz-max/docs-1 add dutch nuclear study for ministry 26 November 2022, 09:52:37 UTC
b44efe6 add dutch study for ministry 26 November 2022, 09:38:43 UTC
ac0b3ff doc: add APG link to users list 22 November 2022, 19:12:55 UTC
af7e256 add APG to pypsa users 22 November 2022, 18:56:17 UTC
a265b88 Update power-to-gas-boiler-chp examples to linopy 21 November 2022, 22:44:59 UTC
562c6ef Merge branch 'master' into master 18 November 2022, 18:21:18 UTC
78c011c don't conver to numpy 18 November 2022, 18:20:39 UTC
fd470a4 Merge branch 'master' of github.com:gailin-p/PyPSA 18 November 2022, 18:15:40 UTC
423c8b9 update release notes 18 November 2022, 18:15:15 UTC
fea7c6a [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 18 November 2022, 18:15:15 UTC
23c7293 Update pypsa/linopt.py Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de> 18 November 2022, 18:14:48 UTC
3925ba4 Update pypsa/linopt.py Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de> 18 November 2022, 18:14:27 UTC
0718acc Update pypsa/linopt.py Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de> 18 November 2022, 18:14:19 UTC
b587f70 use nan not NaN Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de> 18 November 2022, 18:13:22 UTC
30706e5 Merge pull request #453 from bje-/master flake8 and pylint fixes 18 November 2022, 09:29:10 UTC
d8933d2 Merge branch 'master' into master 18 November 2022, 09:12:51 UTC
e657550 Apply suggestions from code review 18 November 2022, 09:09:22 UTC
1afe738 release notes 17 November 2022, 15:50:42 UTC
d5ba752 Fix HiGHS parsing for HiGHS v1.4.0 17 November 2022, 15:46:07 UTC
f1a153e Merge pull request #500 from PyPSA/consistency-check-fix consistency_check: allow empty strings in multilink columns 17 November 2022, 12:29:25 UTC
2be19fb consistency_check: allow empty strings in multilink columns 17 November 2022, 11:59:54 UTC
fafbfe8 Merge pull request #497 from p-glaum/linearised_UC Fix save network bug introduced by linearized unit commitment implementation 16 November 2022, 10:23:25 UTC
27ab022 Merge remote-tracking branch 'upstream/master' into linearised_UC 16 November 2022, 10:00:43 UTC
f9611be optimize.py: fix bug to make saving of network possible 16 November 2022, 10:00:20 UTC
4eb9f7e Merge pull request #472 from p-glaum/linearised_UC Implement linearised unit commitment 15 November 2022, 10:13:31 UTC
4664a27 Update pypsa/optimization/constraints.py 15 November 2022, 09:57:40 UTC
48e3f2c pytest: add datetime object to pytest 15 November 2022, 09:44:53 UTC
5529bdc add reference to linarized UC paper 15 November 2022, 09:21:51 UTC
020a6ac optimize: paralellize uc constraints 15 November 2022, 06:26:46 UTC
3ac6d51 constraints.py: adjust linearized constraints change naming back to American English. 14 November 2022, 13:48:55 UTC
05ccceb add release_notes and change parameter name to linearised_unit_commitment 14 November 2022, 10:33:29 UTC
b8c3458 Merge remote-tracking branch 'upstream/master' into linearised_UC 14 November 2022, 10:09:10 UTC
4d38151 Merge pull request #495 from pz-max/docs add models and user meeting video to docs 11 November 2022, 22:22:16 UTC
09b99ec update name 11 November 2022, 20:13:09 UTC
6b79b30 constraints: fix bug components: add check to consistency check test: add test for linearized UC 11 November 2022, 15:53:40 UTC
80b8c4e add some maintainer clarifications 11 November 2022, 13:28:14 UTC
back to top