PyPSA / linopy

Linear optimization with N-D labeled arrays in Python
https://linopy.readthedocs.io
MIT License
153 stars 40 forks source link

Update release_notes.rst #282

Closed aurelije closed 1 month ago

aurelije commented 2 months ago

Fix version being repeated

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.66%. Comparing base (df23fff) to head (e618541).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #282 +/- ## ========================================== - Coverage 88.94% 85.66% -3.29% ========================================== Files 15 15 Lines 3689 3689 Branches 870 870 ========================================== - Hits 3281 3160 -121 - Misses 283 413 +130 + Partials 125 116 -9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

FabianHofmann commented 1 month ago

ah great, thanks!