Skip to content

Releases: pmlmodelling/ncplot

v0.4.0

Choose a tag to compare

@robertjwilson robertjwilson released this 05 Jun 14:26

Multi-file datasets can now be plotted, so long as they only need to be combined across time.

v0.3.13

Choose a tag to compare

@robertjwilson robertjwilson released this 27 Jan 12:50

This is a minor release to make a couple of changes for Pandas 3.0 compatibility.

v0.3.12

Choose a tag to compare

@robertjwilson robertjwilson released this 18 Jul 15:22

This is a minor release. It makes an internal change to make ncplot compatible with an upcoming version of pip.

v0.3.11

Choose a tag to compare

@robertjwilson robertjwilson released this 03 Jun 14:38

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

v0.3.10

Choose a tag to compare

@robertjwilson robertjwilson released this 03 Jun 14:36

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

Choose a tag to compare

@robertjwilson robertjwilson released this 28 Feb 14:04

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

v0.3.8

Choose a tag to compare

@robertjwilson robertjwilson released this 04 Dec 18:09

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

Choose a tag to compare

@robertjwilson robertjwilson released this 24 Aug 15:28

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

Choose a tag to compare

@robertjwilson robertjwilson released this 22 Jun 16:06

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

Choose a tag to compare

@robertjwilson robertjwilson released this 06 Jun 17:17

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