Skip to content

Commit 4cfbbbf

Browse files
committed
Release 1.14.7
1 parent 5a9c4df commit 4cfbbbf

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

history.rst

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

4+
2025-12-04 / Release v1.14.7
5+
----------------------------
6+
* OpenBerg: added min and max values for iceberg dimensions. Added default horizontal diffusivity of 100 m2/s
7+
* Default whitespace (buffer) on plots and animations is no longer fixed 0.1 or 0.2 degrees, but 30% of the geographical span of trajectories
8+
* Applying _FillVal to integer variables in netCDF exporter, to avoid cast warning and NaN values in output file
9+
* Added secret options to plot and animation methods: line_plot_options for custom line segments, and land_zorder to control whether e.g. vector landmask should be on top or below background fields
10+
* Method ``__on_land__`` of reader_shape and reader_global_landmask is renamed to ``_on_land`` to be used only internally. Externally to these classes, reader.get_variables() is now used instead
11+
* Forwarding simulation extent to environment.finalize, allowing readers setting appropriate buffer size
12+
* Fixed bug where config settings related to particle properties were not applied
13+
* ROMS reader now supports Vstretching = 5
14+
415
2025-10-31 / Release v1.14.6
516
----------------------------
617
* Silencing debug logs from fiona

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.6"
1+
__version__ = "1.14.7"
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.6"
8+
version = "1.14.7"
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)