Nctoolkit

Latest version: v1.2.1

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 12

0.7.2

This is a quick release. It fixes a bug where global settings could not be set for all possible options.

0.7.1

This is a major release with some breaking changes.

The deprecated `select` method has now been removed. Users should now use the `subset` method.

A progress bar will now display when processing large datasets. This will only show when nctoolkit thinks something will take a while. If you want to always show a progress bar for multi-file datasets, you can do this: `nc.options(progress = 'on')`.

0.6.3

This is a minor release that includes a couple of enhancements to the `match_points` methods. They are now able to accept pressure in the point observation dataframe. You are also now able to generate new variables in `match_points` using kwargs, which will be sent to the `assign` method.

0.6.2

This is a minor release with a couple of method upgrades.

The `subset` method now lets users subset hours. For example `ds.subset(hour=1)` will select the first hour of the day.

The match point methods have also been modified so that the dataframe sent to them does not have to strictly match names, so that names such as "longitude", "Longitude" will automatically be decoded as longitude.

0.6.1

This is a minor release. It introduces a couple of new methods: `rolling_var` and `rolling_stdev` for calculating rolling variances and standard deviations.

All code written for the previous version of nctoolkit will be compatible.

0.6.0

This is a major release that introduces some breaking changes.

All methods that carry out temporal averaging of any sort will now align output times to the right. This applies to methods such as `tmean` and `rolling_mean`. The internals when `align = "left"` option have been modified, as the CDO call was sometimes giving incorrect results.

Page 6 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.