discretize 0.11.2 Release Notes#
January 28, 2025
This is a bugfix release for discretize with some minor updates.
Updates#
Fixed Bugs#
is_scalarwill now return true for any numpy array broadcastable as a scalar (any array witharr.size == 1).Explicitly set diagonal balancing on internal plotting and reading routines that build a
TreeMesh.Fixes formatting across line breaks in new warnings.
the
ZeroandIdentityclasses now return expected truthiness values:bool(Zero()) == Falseandbool(Identity()) == True.
Contributors#
@jcapriot
@santisoler
@prisae
Pull requests#
improve scalar test to handle arbitrary dimensional ndarrays by @jcapriot in #388.
Set no diagonal balance when reading UBC tree meshes by @santisoler in #386
Fix small typos in diagonal_balance warning by @santisoler in #387
Implement truthiness for Zero and Identity by @jcapriot in #389
Fix formatting new warning by @prisae in #390
v0.11.2 staging @jcapriot in #391