Nctoolkit

Latest version: v1.2.0

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

Scan your dependencies

Page 3 of 12

0.9.4

This is a minor release with no breaking changes.

The `pub_plot` method now accepts `fig` as an argument to make it easier to manipulate figures.

Improvements have been made to some internals.

0.9.3

This is a bug-fix release to ensure nctoolkit runs from scripts in macOS. This changes internal behaviour on macOS, so that multiprocess instead of multiprocessing is used for handling parallel processing.

0.9.2

This release contains a new method for producing high quality static plots. Yuri Artioli of Plymouth Marine Laboratory contributed the core code to this new `pub_plot` method.

0.9.1

This is a quick release to make the package fully compatible with Pandas v2.0.0. Changes in the pandas api were causing some add/subtract etc. methods to fail for daily data. This is now fixed.

A couple of improvements have been made to internals.

0.9.0

This is a major(ish) release with some breaking changes related to plotting.

On pypi, cartopy has been switched to an optional dependency because it was causing installation difficulties for some users. You can now do a "complete" installation using pip to get all optional dependencies::

$ pip install nctoolkit[complete]

This does not impact the conda version, which will behave as before.

Support is now available for Python 3.11.

File paths with spaces are now supported.

0.8.7

This is a minor release that makes it easier to use nctoolkit on shared resources.

You can now specify who is using the imported version of nctoolkit using `options`.

So, if you did the following:

import nctoolkit as nc
nc.options(user = "george_costanza")

all temporary files generated will have "george_costanza" in the name. This makes it easier to identify files generated by you and others when you are sharing computational resources.

There are also some internal improvements in this release.

Page 3 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.