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