Releases: pmlmodelling/ncplot
v0.2.1
This is a minor release that lets user send **kwargs to view.
v0.2.0
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
This release makes a couple of minor improvements in how ncplot parses longitudes and latitudes, and depths.
v0.1.1
This is a minor release. It features some improvements that will speed up plotting of larger datasets certain grid types.
v0.1.0
This is a minor that includes some improvements to how ncplot identifies plot type for netCDF and xarray data.
v0.0.9
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
This is a quick release to pin dependencies, following ncplot breaking.
v0.0.7
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
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
Better support for xarray objects has been added.