Skip to content

Commit

Permalink
Release 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knutfrode committed Jul 3, 2024
1 parent 52913f0 commit d4b3efa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions history.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
History
=======

Next release
------------
2024-07-04 / Release v1.11.11
-----------------------------
* New feature by TheSylex to move stranded particles closer to the actual coastline with a precision given by config setting `general:coastline_approximation_precision` in unit of degrees (1deg approx 111 km)
* Major updates to OpenBerg iceberg drift model (Achref Othmani, Lenny Hucher)
* Changed location to Norway for oil HEIDRUN AARE 2023
* Replacing matplotlib.cm.get_cmap with matplotlib.colormaps[color], ready for matplotlib 3.9
* Requiring Trajan >= 0.6.3 for Numpy >= 2.0

2024-06-27 / Release v1.11.10
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion opendrift/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.11.10"
__version__ = "1.11.11"


def git_describe():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "opendrift"
version = "1.11.10"
version = "1.11.11"
description = "OpenDrift - a framework for ocean trajectory modeling"
authors = ["Knut-Frode Dagestad <knutfd@met.no>", "Gaute Hope <gauteh@met.no>"]
license = "GPLv2"
Expand Down

0 comments on commit d4b3efa

Please sign in to comment.