Skip to content

Commit 235f9bf

Browse files
committed
update new for 0.3.8 release
1 parent c6cd190 commit 235f9bf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/source/news.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ News
77
Release of v0.3.8
88
---------------
99

10-
Versions 0.3.8 will be released in November 2021. This will be a minor release, focusing on under-the-hood improvements.
10+
Version 0.3.8 was released in October 2021. This is a minor release, focusing on under-the-hood improvements and introducing better handling of files with varying vertical layers.
1111

12-
``merge_time`` will be deprecated, and its functionality will be incorporated into ``merge``. So, following this release will ensemble merging should use ``merge``.
1312

14-
It will introduce methods for calculated vertical means and water column averages for netCDF data of oceanic data, where the vertical levels vary spatially.
13+
A method, ``vertical_integration`` for calculating vertically integrated totals for netCDF data of the likes of oceanic data, where the vertical levels vary spatially, were introduced. ``vertical_mean`` has been improved and can now calculate vertical mean in cases where the cell thickness varies in space.
14+
15+
``merge_time`` is deprecated, and its functionality will be incorporated into ``merge``. So, following this release ensemble merging should use ``merge``.
1516

1617
``open_url`` is now able to handle multiple urls. Previously it could only handle one.
1718

19+
Some under-the-hood improvements have been made to ``assign`` to ensure that truth statements do not occassionally throw an error.
20+
1821

1922

2023

0 commit comments

Comments
 (0)