.. currentmodule:: discretize .. _0.11.3_notes: =================================== ``discretize`` 0.11.3 Release Notes =================================== June 6, 2025 This is a bugfix release for discretize. Updates ======= Fixed Bugs ---------- * Updates for Cython import deprecations. * Allows safely generating string representations of non-finalized `TreeMesh`. * Adds error guards when attempting to access a property or method that requires a finalized `TreeMesh`. Contributors ============ * @jcapriot * @santisoler Pull requests ============= * Python3.13 by @jcapriot in `#377 `__ * Allow `TreeMesh.__repr__` to run when non finalized by @santisoler in `#393 `__ * Add safeguards to TreeMesh properties by @santisoler in `#394 `__ * Switches to libc math import by @jcapriot in `#396 `__ * 0.11.3 staging by @jcapriot in `#3967 `__