.. currentmodule:: discretize .. _0.11.1_notes: =================================== ``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 to ``False`` for testing functions. Fixed Bugs ---------- * `TreeMesh.point2index` now refers to the correction function. Contributors ============ * @jcapriot Pull requests ============= * Outstanding bugfixes. by @jcapriot in `#382 `__. * Warn for non-repeatable random tests in a testing environment by @jcapriot in `#384 `__. * Staging for 0.11.1 by @jcapriot in `#385 `__.