Skip to content

Commit

Permalink
Merge dev into #474
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Dec 10, 2021
2 parents 6fdbefd + 5342b36 commit 376f10f
Show file tree
Hide file tree
Showing 40 changed files with 1,677 additions and 634 deletions.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Fixes # .

## Before merging into `dev`-branch, please make sure that

- [ ] the `CHANGELOG.rst` was updated.
- [ ] new and adjusted code is formated using `black` and `isort`.
- [ ] the `Dataset`-version is updated when existing datasets are adjusted.
- [ ] the branch was merged into the `continuous-integration/run-everything-over-the-weekend`- branch.
- [ ] the workflow is running successful in `test mode`.
- [ ] the workflow is running successful in `Everything` mode.

3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ name: "Tests, code style & coverage"
on:
push:
branches:
- dev
- main
- '**'
pull_request:
branches:
- dev
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,16 @@ Added
`#405 <https://github.com/openego/eGon-data/issues/405>`_
* Include allocation of conventional (non CHP) power plants
`#392 <https://github.com/openego/eGon-data/issues/392>`_
* Fill egon-etrago-generators table
`#485 <https://github.com/openego/eGon-data/issues/485>`_
* Include time-dependent coefficient of performance for heat pumps
`#532 <https://github.com/openego/eGon-data/issues/532>`_
* Limit number of parallel processes per task
`#265 <https://github.com/openego/eGon-data/issues/265>`_
* Include biomass CHP plants to eTraGo tables
`#498 <https://github.com/openego/eGon-data/issues/498>`_
* Include feedin time series for wind offshore
`#531 <https://github.com/openego/eGon-data/issues/531>`_
* Include hydrogen infrastructure for eGon2035 scenario
`#474 <https://github.com/openego/eGon-data/issues/474>`_

Expand Down Expand Up @@ -238,8 +248,18 @@ Changed
`#463 <https://github.com/openego/eGon-data/issues/463>`_
* Update deposit id for zenodo download
`#397 <https://github.com/openego/eGon-data/issues/498>`_
* Add to etrago.setug.py the busmap table
`#484 <https://github.com/openego/eGon-data/issues/484>`_
* Migrate dlr script to datasets
`#508 <https://github.com/openego/eGon-data/issues/508>`_
* Migrate loadarea scripts to datasets
`#525 <https://github.com/openego/eGon-data/issues/525>`_
* Migrate plot.py to dataset of district heating areas
`#527 <https://github.com/openego/eGon-data/issues/527>`_
* Migrate substation scripts to datasets
`#304 <https://github.com/openego/eGon-data/issues/304>`_
* Migrate zensus scripts to datasets
`#422 <https://github.com/openego/eGon-data/issues/422>`_


Bug fixes
Expand Down Expand Up @@ -311,3 +331,5 @@ Bug fixes
`#504 <https://github.com/openego/eGon-data/issues/504>`_
* Use inbuilt `datetime` package instead of `pandas.datetime`
`#516 <https://github.com/openego/eGon-data/issues/516>`_
* Delete only AC loads for eTraGo in electricity_demand_etrago
`#535 <https://github.com/openego/eGon-data/issues/535>`_
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ to it.
Run the workflow
================

The :py:mod:`egon.data` package installs a command line application
The :code:`egon.data` package installs a command line application
called :code:`egon-data` with which you can control the workflow so once
the installation is successful, you can explore the command line
interface starting with :code:`egon-data --help`.
Expand All @@ -191,7 +191,7 @@ solution.
.. warning::

A complete run of the workflow might require much computing power and
can't be run on laptop. Use the :ref:`test mode <Test mode>` for
can't be run on laptop. Use the `test mode <#test-mode>`_ for
experimenting.

.. warning::
Expand Down
Loading

0 comments on commit 376f10f

Please sign in to comment.