https://github.com/PyPSA/PyPSA
Raw File
Tip revision: 6bf79d8f7a7e01c6cac6668dc0675f33fa90b29b authored by Fabian Neumann on 26 July 2022, 10:09:43 UTC
Merge pull request #425 from PyPSA/release-v0.20
Tip revision: 6bf79d8
.gitignore

*~

*.py[cod]

.ipynb_checkpoints/

*.log

old/

*.ipynb

test/.cache/

.cache/

.~*

test/results/*


doc/_build/

# doc/img/

build/

dist/

pypsa.egg-info/

files.txt

tom_notes.org

*.pdf

*.aux

website/examples/*.py

*.zip

*.html

.vscode

.coverage
back to top