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

  • vType → v_type

  • pcolorOpts → pcolor_opts

  • streamOpts → stream_opts

  • gridOpts → grid_opts

  • showIt → show_it

  • annotationColor → annotation_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