File tree Expand file tree Collapse file tree 3 files changed +44
-2
lines changed
Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >`__
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments