Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/_static/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
"url": "https://discretize.simpeg.xyz/en/main/"
},
{
"name": "0.11.2 (stable)",
"name": "0.11.3 (stable)",
"version": "v0.11.3",
"url": "https://discretize.simpeg.xyz/en/v0.11.3/",
"preferred": true
},
{
"name": "0.11.2",
"version": "v0.11.2",
"url": "https://discretize.simpeg.xyz/en/v0.11.2/",
"preferred": true
},
{
"name": "0.11.1",
Expand Down
36 changes: 36 additions & 0 deletions docs/release/0.11.3-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.. 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 <https://github.com/simpeg/discretize/pull/377>`__
* Allow `TreeMesh.__repr__` to run when non finalized by @santisoler in `#393 <https://github.com/simpeg/discretize/pull/393>`__
* Add safeguards to TreeMesh properties by @santisoler in `#394 <https://github.com/simpeg/discretize/pull/394>`__
* Switches to libc math import by @jcapriot in `#396 <https://github.com/simpeg/discretize/pull/396>`__
* 0.11.3 staging by @jcapriot in `#3967 <https://github.com/simpeg/discretize/pull/397>`__
1 change: 1 addition & 0 deletions docs/release/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release Notes
.. toctree::
:maxdepth: 2

0.11.3 <0.11.3-notes>
0.11.2 <0.11.2-notes>
0.11.1 <0.11.1-notes>
0.11.0 <0.11.0-notes>
Expand Down