discretize 0.4.14 Release Notes#

July 4, 2020

This release is renaming a few of the options to the plotting routines to more pep8 friendly names. The older name will still function, but throw a deprecation warning

  • vTypev_type

  • pcolorOptspcolor_opts

  • streamOptsstream_opts

  • gridOptsgrid_opts

  • showItshow_it

  • annotationColorannotation_color

A small release adding the ability to specify the norm option for the pcolor_opts dictionary argument to TreeMesh.plotImage.

Contributors#

  • @jcapriot

Pull requests#

  • #211: Add ability to handle “norm” keyword in pcolor_opts on the TreeMesh