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 4
4
"url" : " https://discretize.simpeg.xyz/en/main/"
5
5
},
6
6
{
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" ,
8
14
"version" : " v0.11.2" ,
9
15
"url" : " https://discretize.simpeg.xyz/en/v0.11.2/" ,
10
- "preferred" : true
11
16
},
12
17
{
13
18
"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
4
4
.. toctree ::
5
5
:maxdepth: 2
6
6
7
+ 0.11.3 <0.11.3-notes >
7
8
0.11.2 <0.11.2-notes >
8
9
0.11.1 <0.11.1-notes >
9
10
0.11.0 <0.11.0-notes >
You can’t perform that action at this time.
0 commit comments