Skip to content

v1.4.1: Compatibility fixes for matplotlib 3.5 and python 3.10

Compare
Choose a tag to compare
@psyplot-admin psyplot-admin released this 05 Jan 20:32
· 37 commits to develop since this release
6204526

Compatibility fixes and minor improvements, see #46 for full details.

Added

  • An abstract convert_coordinate method has been implemented for the Plotter and Formatoption class that can be used in subclasses to convert coordinates for the required visualization. The default implementation does nothing (see #39)

Fixed

  • the update method now only takes the coordinates that are dimensions in the dataset, see #39
  • psyplot is now compatible with matplotlib 3.5 and python 3.10

Changed

  • loading more than one variables into a DataArray now first selects the corresponding dimensions, then puts it into a single DataArray. This avoids loading the entire data (see #39)