Skip to content

Commit 49da86e

Browse files
committed
Release 1.14.5
1 parent bc9c834 commit 49da86e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

history.rst

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

4+
2025-10-31 / Release v1.14.5
5+
----------------------------
6+
* Show animations using Ipython.display if running within notebook or Ipython
7+
* Loading .env variables if existing, and if python-dotenv is installed
8+
* Using coarser resolution to find closest ocean point when particles are seeded globally
9+
410
2025-10-22 / Release v1.14.4
511
----------------------------
612
* Fix for vertical mixing for backwards simulations

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