Skip to content

Releases: pmlmodelling/ncplot

v0.2.1

07 May 11:21

Choose a tag to compare

This is a minor release that lets user send **kwargs to view.

v0.2.0

17 Mar 10:20

Choose a tag to compare

This is a minor release that adds the ability to save plots as html files.

An example of doing this is:

import ncplot
ncplot.view("foo.nc", out = "foo.html")

v0.1.2

28 Feb 15:37

Choose a tag to compare

This release makes a couple of minor improvements in how ncplot parses longitudes and latitudes, and depths.

v0.1.1

08 Feb 10:34

Choose a tag to compare

This is a minor release. It features some improvements that will speed up plotting of larger datasets certain grid types.

v0.1.0

28 May 09:12

Choose a tag to compare

This is a minor that includes some improvements to how ncplot identifies plot type for netCDF and xarray data.

v0.0.9

04 Mar 11:23

Choose a tag to compare

This is a minor release. The only change is the deletion of the previously deprecated ncplot function, which is now fully replaced by view.

v0.0.8

26 Feb 17:58
8743570

Choose a tag to compare

This is a quick release to pin dependencies, following ncplot breaking.

v0.0.7

08 Dec 17:07

Choose a tag to compare

This release includes a number of under-the-hood improvements to improve the automatic plotting of heatmaps.

The release is compatible with prior releases.

v0.0.6

13 Nov 10:38

Choose a tag to compare

Improvements have been made to the way the package identifies whether coastlines should be plotted.

Heat maps are now produced using hvplot.image.

v0.0.5

11 Nov 14:55

Choose a tag to compare

Better support for xarray objects has been added.