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_typepcolorOpts→pcolor_optsstreamOpts→stream_optsgridOpts→grid_optsshowIt→show_itannotationColor→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