Skip to content

Commit 40d7521

Browse files
committed
Release 1.14.1
1 parent dca8039 commit 40d7521

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

history.rst

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

4+
2025-05-15 / Release v1.14.1
5+
----------------------------
6+
- Relaxing 3rd party package requirements.
7+
- Added two new config settings of OceanDrift and submodels (``drift:vertical_advection_at_surface`` and ``drift:vertical_mixing_at_surface``) to control whether vertical advection and mixing shall apply to elements at the very surface (z=0). Both are presently default False for OpenOil, but default True for other modules.
8+
49
2025-05-15 / Release v1.14.0
510
----------------------------
611
* opendrift.open() now creates a lazy version of self.results dataset, for faster import of large files (Manuel Aghito and AI).

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