Skip to content

Releases: pmlmodelling/ncplot

v0.3.11

03 Jun 14:38
Compare
Choose a tag to compare

This is a minor release. It fixes an issue that impacts the rare files with multiple time coordinates.

v0.3.10

03 Jun 14:36
Compare
Choose a tag to compare

This is a minor release. It improves how files with multiple time dimensions are handled. Previously, some instances would fail when more than one were given.

v0.3.9

28 Feb 14:04
Compare
Choose a tag to compare

This is a minor release that fixes some confusing args in view.

v0.3.8

04 Dec 18:09
Compare
Choose a tag to compare

This is a minor release. It improves the performance of view when nctoolkit is installed, so that it is better at identifying data variables to plot.

v0.3.6

24 Aug 15:28
Compare
Choose a tag to compare

This is a minor release that improves some internals. Internally, when xarray fails to decode times, ncplot will now use xarray/CDO to do it. This results in more reliable times in plots.

v0.3.5

22 Jun 16:06
Compare
Choose a tag to compare

This is a quick release that makes a couple of changes to internals to make ncplot consistent with recent updates to bokeh and other dependencies.

v0.3.4

06 Jun 17:17
Compare
Choose a tag to compare

This is a minor release that improves handling of cases when only spatial variables should be plotted, but some are non-spatial.

v0.3.3

01 Jun 16:22
Compare
Choose a tag to compare

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

24 Apr 13:23
Compare
Choose a tag to compare

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

01 Mar 14:08
Compare
Choose a tag to compare

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.