Skip to content

Commit 306ab5c

Browse files
committed
Release 1.14.8
1 parent 3f789d7 commit 306ab5c

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

history.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
History
22
=======
33

4+
2026-01-22 / Release v1.14.8
5+
----------------------------
6+
* OpenBerg: fixed several bugs, e.g. using wrong wave direction and some wrong parameters. wave_drag_coef is now an element property.
7+
* reader.plot() and readerinfo now takes lscale as input arguments to specify GSHHG coastline resolution
8+
* Fixed bug with legends below landmask on plots and animations
9+
* Adding two new versions of FVCOM-reader, to be generalised in the future (poplarShift, HvardE)
10+
* Fixed bug regarding writing buffer with no time steps to disk
11+
* Fixed bug in polygon/geopandas/shapefile seeding. Factored out method points_within_polygon from seed_within_polygon, allowing collecting points for several polygons before a final seed call
12+
413
2025-12-04 / Release v1.14.7
514
----------------------------
615
* OpenBerg: added min and max values for iceberg dimensions. Added default horizontal diffusivity of 100 m2/s

opendrift/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.14.7"
1+
__version__ = "1.14.8"
22

33

44
def git_describe():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "opendrift"
77
requires-python = ">=3.9"
8-
version = "1.14.7"
8+
version = "1.14.8"
99
description = "OpenDrift - a framework for ocean trajectory modeling"
1010
authors = [
1111
{ name = "Knut-Frode Dagestad", email = "knutfd@met.no" },

0 commit comments

Comments
 (0)