Skip to content

Commit fa931ec

Browse files
committed
Release 1.14.9
1 parent b989c54 commit fa931ec

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

history.rst

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

4+
2026-03-17 / Release v1.14.9
5+
----------------------------
6+
7+
* Fixed problem with oiltype set by id being overridden by new seeding
8+
* Added psutil to pyproject.toml dependencies
9+
* Horizontal_diffusivity is not anymore a config setting but an environment property.
10+
11+
* o.set_config('drift:horizontal_diffusivity', <diffusivity>) should be changed to o.set_config('environment:constant:horizontal_diffusivity', <diffusivity>)
12+
13+
* It is now possible to provide element-specific environment configuration through dictionary *environment* as input to seed_elements. Made example_element_dependent_environment.py to illustrate.
14+
15+
* reader_constant is updated to take element_ID as optional argument to mapping to provide element_ID-dependent constant values (e.g. horizontal_diffusivity).
16+
17+
* opendrift.open() can now also take Xarray dataset as input
18+
* Providing convex_hull=True to plot method will now plot a convex hull around final positions
19+
420
2026-01-22 / Release v1.14.8
521
----------------------------
622
* OpenBerg: fixed several bugs, e.g. using wrong wave direction and some wrong parameters. wave_drag_coef is now an element property.
@@ -45,8 +61,10 @@ History
4561
* Added two new oils to OpenOil / ADIOS: RINGHORNE 2025 and BALDER BLEND 2025
4662
* Property opendrift.test_data_folder now replaces object method test_data_folder
4763
* reader_ROMS_native:
64+
4865
* Fix for non-CF-compliant Croco files and corresponding GRD-files
4966
* Removed gls_tke functionality, now found in new file legacy.py
67+
5068
* Several updates to OpenBerg module
5169
* Vertical advection and mixing is disabled by default in OceanDrift (e.g. to prevent sinking of simulated surface drifters), but enabled in some sub-modules.
5270
* General cleaning of main loop (run) in Basemodel class

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