Releases: pmlmodelling/ncplot
v0.3.3
This is a quick release to make the package compatible with the latest version of panel. Plots viewed on a web browser will now have a fixed ratio, and will not fit the screen.
v0.3.1
This is a quick release to drop jinja2 pinning. This is only to deal with some upstream issues in the package nctoolkit. Otherwise, the package is unchanged.
v0.3.0
This update switches to having cartopy and geoviews as optional dependencies. These are not essential for ncplot to function, so were removed to avoid causing installation problems for some users.
v0.2.9
This is a quick release to support Python 3.11.
Package dependency datashader is not available for Python 3.11. This release drops the use of datashader in 3.11. Plots are not quite as good, but a working package is better than a non-working package.
v0.2.8
A quick release to set coastlines to False by default, and add the ability to change this using coast as an additional argument.
v0.2.7
This is a minor release that deals with some dependency issues.
v0.2.6
This release makes a small improvement to how projections are handled.
v0.2.5
This is a minor release. Previously passing hvplot's clim argument to view did not work unless autoscale was set to False. It now works automatically.
v0.2.4
This is a minor release. The only change is some version pinning to get around a dependency breaking with recent versions of jinja2. Everything else is unaffected.
v0.2.3
This release makes some improvements to how non-CF compliant files are handled. In cases where files are not CF-compliant and ncplot internal xarray cannot decode the coordinates, ncplot should now be able to make a reasonable assumption about which dimension should be converted to a coordinate.