Skip to content

Releases: pmlmodelling/nctoolkit

v1.2.6

19 Dec 09:28

Choose a tag to compare

This is a minor release with a bug fix for vertical_mean. Previously, vertical_mean was not correct cases where the cell thicknesses are provided for grid cells without any data. Depth was calculated based on the cell thicknesses, which are provided incorrectly for some cells. The method will now set thickness to zero in cells without data.

v0.1.2.5

05 Dec 15:15

Choose a tag to compare

This is a minor release that makes an improvement under the hood to reduce confusing messages when nctoolkit is run with multiprocess.

v1.2.4

26 Nov 15:44

Choose a tag to compare

This is a minor release that improves date parsing in the merge method. It is fully compatible with the previous release of nctoolkit.

v1.2.3

18 Jul 15:24

Choose a tag to compare

This is a minor release. It makes an internal change to make nctoolkit compatible with an upcoming version of pip.

v1.2.2

09 Apr 09:31

Choose a tag to compare

This is a minor release that improves the internal performance of some operators.

Where appropriate, nctoolkit will now use CDO's parallel processing options to speed up some operations on single file datasets. Some methods, such as fill_na will now be faster when you setnc.options(cores=6) etc, with single file datasets.

v1.2.1

26 Feb 11:36

Choose a tag to compare

This is a minor release that enhances the bottom method.

You can now specify if you want bottom to extract the bottom level in the dataset, or if you want to extract the bottom-most level with non-missing values.

A couple of additional improvements have been made to nctoolkit internals.

v1.2.0

29 Nov 11:16

Choose a tag to compare

This release changes the default behaviour of to_dataframe. Bound type variables will now be ignored, as they are typically redundant once a dataset has been converted to a dataframe. For example a variable like lon_bnds will now be ignored. To retain the old behaviour use to_dataframe(drop_bnds=False).

There are additional improvements to internals that do not modify package usage.

v1.1.11

17 Jun 08:16

Choose a tag to compare

This is a minor release that makes improvements to pub_plot.

The pub_plot method will now display arrows bars on the colour bar when limits are supplied to make it clear values can exceed those shown in the colour bar.

v1.1.10

09 May 13:44

Choose a tag to compare

Version 1.1.10

Quieter warnings on Linux. Improvements have been made to reduce the number of repetitive warnings on Linux.

The pub_plot method now lets you set the dpi in saved plots.

v1.1.8

22 Apr 08:16

Choose a tag to compare

This is a minor release that fixes a bug that caused errors when norm was set using pub_plot. Everything else should work as before.