Skip to content

Commit 4690ff5

Browse files
authored
Merge pull request #397 from jcapriot/0.11.3_staging
0.11.3 staging
2 parents 9d76abe + ba266a1 commit 4690ff5

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

docs/_static/versions.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
"url": "https://discretize.simpeg.xyz/en/main/"
55
},
66
{
7-
"name": "0.11.2 (stable)",
7+
"name": "0.11.3 (stable)",
8+
"version": "v0.11.3",
9+
"url": "https://discretize.simpeg.xyz/en/v0.11.3/",
10+
"preferred": true
11+
},
12+
{
13+
"name": "0.11.2",
814
"version": "v0.11.2",
915
"url": "https://discretize.simpeg.xyz/en/v0.11.2/",
10-
"preferred": true
1116
},
1217
{
1318
"name": "0.11.1",

docs/release/0.11.3-notes.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.. currentmodule:: discretize
2+
3+
.. _0.11.3_notes:
4+
5+
===================================
6+
``discretize`` 0.11.3 Release Notes
7+
===================================
8+
9+
June 6, 2025
10+
11+
This is a bugfix release for discretize.
12+
13+
Updates
14+
=======
15+
16+
Fixed Bugs
17+
----------
18+
19+
* Updates for Cython import deprecations.
20+
* Allows safely generating string representations of non-finalized `TreeMesh`.
21+
* Adds error guards when attempting to access a property or method that requires a finalized `TreeMesh`.
22+
23+
24+
Contributors
25+
============
26+
* @jcapriot
27+
* @santisoler
28+
29+
Pull requests
30+
=============
31+
32+
* Python3.13 by @jcapriot in `#377 <https://github.com/simpeg/discretize/pull/377>`__
33+
* Allow `TreeMesh.__repr__` to run when non finalized by @santisoler in `#393 <https://github.com/simpeg/discretize/pull/393>`__
34+
* Add safeguards to TreeMesh properties by @santisoler in `#394 <https://github.com/simpeg/discretize/pull/394>`__
35+
* Switches to libc math import by @jcapriot in `#396 <https://github.com/simpeg/discretize/pull/396>`__
36+
* 0.11.3 staging by @jcapriot in `#3967 <https://github.com/simpeg/discretize/pull/397>`__

docs/release/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Release Notes
44
.. toctree::
55
:maxdepth: 2
66

7+
0.11.3 <0.11.3-notes>
78
0.11.2 <0.11.2-notes>
89
0.11.1 <0.11.1-notes>
910
0.11.0 <0.11.0-notes>

0 commit comments

Comments
 (0)