finalise release notes
This commit is contained in:
parent
e2d8f046eb
commit
f7b1dd6882
@ -10,30 +10,82 @@ Release Notes
|
||||
Upcoming Release
|
||||
================
|
||||
|
||||
* Fix EQ constraint for the case no hydro inflow is available.
|
||||
* new features
|
||||
|
||||
* Bugfix in the reserve constraint will increase demand related reserve requirements.
|
||||
|
||||
* Configuration defaults to new ``technology-data`` version 0.5.0.
|
||||
|
||||
* Updated documentation.
|
||||
|
||||
* Added control for resolution of land eligibility analysis.
|
||||
PyPSA-Eur 0.7.0 (16th February 2023)
|
||||
====================================
|
||||
|
||||
|
||||
**New Features**
|
||||
|
||||
* Carriers of generators can now be excluded from aggregation in clustering network and simplify network.
|
||||
* Carriers of generators can now be excluded from aggregation in clustering
|
||||
network and simplify network (see ``exclude_carriers``).
|
||||
|
||||
* Added control for removing stubs in :mod:`simplify_network` with options
|
||||
``remove_stubs`` and ``remove_stubs_across_countries``.
|
||||
|
||||
* Add control for showing a progressbar in ``atlite`` processes
|
||||
(``show_progress``). Disabling the progressbar saves a lot of time.
|
||||
|
||||
* Added control for resolution of land eligibility analysis (see
|
||||
``excluder_resolution``).
|
||||
|
||||
|
||||
**Breaking Changes**
|
||||
|
||||
* The config entry ``snapshots["closed"]`` was renamed to ``snapshots["inclusive"]`` to address the upstream deprecation with ``pandas=1.4``.
|
||||
The previous setting ``None`` is no longer supported and replaced by ``both``, see the `pandas documentation <https://pandas.pydata.org/docs/reference/api/pandas.date_range.html>`_.
|
||||
Minimum ``pandas`` version now required is `>= 1.4`.
|
||||
* The config entry ``snapshots: closed:`` was renamed to ``snapshots:
|
||||
inclusive:`` to address the upstream deprecation with ``pandas=1.4``. The
|
||||
previous setting ``None`` is no longer supported and replaced by ``both``, see
|
||||
the `pandas documentation
|
||||
<https://pandas.pydata.org/docs/reference/api/pandas.date_range.html>`_.
|
||||
Minimum version is now ``pandas>=1.4``.
|
||||
|
||||
* The configuration setting ``summary_dir`` was removed.
|
||||
|
||||
|
||||
**Changes**
|
||||
|
||||
* Configuration defaults to new ``technology-data`` version 0.5.0.
|
||||
|
||||
* Fixed CRS warnings when projection of datasets was not specified.
|
||||
|
||||
* Cleaned shape unary unions.
|
||||
|
||||
* Increased resource requirements for some rules.
|
||||
|
||||
* Updated documentation.
|
||||
|
||||
* The documentation now uses the ``sphinx_book_theme``.
|
||||
|
||||
|
||||
**Bugs and Compatibility**
|
||||
|
||||
|
||||
* Bugfix: Corrected extent of natural protection areas in :mod:`build_natura_raster`.
|
||||
|
||||
* Bugfix: Use correct load variables for formulating reserve constraints.
|
||||
|
||||
* Bugfix: Use all available energy-to-power ratios for hydropower plants.
|
||||
|
||||
* Bugfix: The most recent processing of the ``entsoegridkit`` extract required
|
||||
further manual corrections. Also, the connection points of TYNDP links were
|
||||
corrected.
|
||||
|
||||
* Bugfix: Handle absence of hydropower inflow in ``EQ`` constraint.
|
||||
|
||||
* Compatibility with ``pyomo>=6.4.3`` in :mod:`cluster_network`.
|
||||
|
||||
* Upgrade to ``shapely>=2``.
|
||||
|
||||
* Updated version of CI cache action to version 3.
|
||||
*
|
||||
* Updated dependency constraints in ``environment.yaml``.
|
||||
|
||||
* Address various deprecation warnings.
|
||||
|
||||
|
||||
|
||||
PyPSA-Eur 0.6.1 (20th September 2022)
|
||||
=====================================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user