Skip to content

Commit

Permalink
Merge pull request #845 from davide-f/merge_comp
Browse files Browse the repository at this point in the history
Improve computational performance of build_osm_network
  • Loading branch information
davide-f authored Dec 23, 2024
2 parents fe41d4e + b8a99ab commit 876e7d9
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 265 deletions.
8 changes: 8 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ This part of documentation collects descriptive release notes to capture the mai
* Add a list of PyPSA-Earth applications in academic and industrial projects `PR #1255 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1255>`__


* Computational improvements of build_osm_network `PR #845 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/845>`__

* Boost computational performances of set_lines_ids with cKDTree by scipy `PR #806 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/806>`__

* Boost computational performances of set_substation_ids using DBSCAN `PR #799 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/799>`__

* Boost computational performances of fix_overpassing_line `PR #807 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/807>`__

**Minor Changes and bug-fixing**

* Added electricity bus to Fischer-Tropsch in prepare_sector_network.py `PR #1226 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1226>`__
Expand Down
Loading

0 comments on commit 876e7d9

Please sign in to comment.