discretize
0.11.1 Release Notes#
November 5, 2024
This is a bugfix release for issues found in the previous release, and adds some warning messages for users.
Updates#
Warning Messages#
Added a warning to the TreeMesh informing of incoming future behavoir changes regarding diagonal balancing. This will default to
True
in discretize 1.0.Added warning messages to test functions using uncontrolled randomized input that appear when run under pytest or nosetest, alerting the user to non-repeatable tests.
Changed the default for
plotIt
argument toFalse
for testing functions.
Fixed Bugs#
TreeMesh.point2index now refers to the correction function.
Contributors#
@jcapriot